mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
Fix section order
This commit is contained in:
@@ -231,49 +231,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="text-left">
|
|
||||||
<div class="card-grid card-grid-2xN">
|
|
||||||
<div class="col">
|
|
||||||
<h6>Explore SDKs</h6>
|
|
||||||
<h4>Interact with the XRP Ledger in a language of your choice</h4>
|
|
||||||
<div class="card-grid langs-cards card-grid-2xN mt-10">
|
|
||||||
<div class="col langs">
|
|
||||||
<a href="https://xrpl.org/get-started-using-javascript.html">
|
|
||||||
<img
|
|
||||||
src="/assets/img/logos/javascript.svg"
|
|
||||||
class="circled-logo"
|
|
||||||
>
|
|
||||||
<h5 class="btn-arrow">Javascript</h5>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<div class="col langs">
|
|
||||||
<a href="https://xrpl.org/get-started-using-python.html">
|
|
||||||
<img
|
|
||||||
src="/assets/img/logos/python.svg"
|
|
||||||
class="circled-logo"
|
|
||||||
>
|
|
||||||
<h5 class="btn-arrow">Python</h5>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<div class="col langs">
|
|
||||||
<a href="https://xrpl.org/get-started-using-java.html">
|
|
||||||
<img
|
|
||||||
src="/assets/img/logos/java.svg"
|
|
||||||
class="circled-logo"
|
|
||||||
>
|
|
||||||
<h5 class="btn-arrow">Java</h5>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="col">
|
|
||||||
<img
|
|
||||||
src="/assets/img/backgrounds/sdk-black.png"
|
|
||||||
class="img-fluid pt-20 sdk-img"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<section class="text-left">
|
<section class="text-left">
|
||||||
<h4 class="pb-4">Use Cases</h4>
|
<h4 class="pb-4">Use Cases</h4>
|
||||||
@@ -322,7 +279,50 @@
|
|||||||
{{ primaryButton("https://www.youtube.com/playlist?list=PLJQ55Tj1hIVZtJ_JdTvSum2qMTsedWkNi", "Watch Full Series", true) }}
|
{{ primaryButton("https://www.youtube.com/playlist?list=PLJQ55Tj1hIVZtJ_JdTvSum2qMTsedWkNi", "Watch Full Series", true) }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="text-left">
|
||||||
|
<div class="card-grid card-grid-2xN">
|
||||||
|
<div class="col">
|
||||||
|
<h6>Explore SDKs</h6>
|
||||||
|
<h4>Interact with the XRP Ledger in a language of your choice</h4>
|
||||||
|
<div class="card-grid langs-cards card-grid-2xN mt-10">
|
||||||
|
<div class="col langs">
|
||||||
|
<a href="https://xrpl.org/get-started-using-javascript.html">
|
||||||
|
<img
|
||||||
|
src="/assets/img/logos/javascript.svg"
|
||||||
|
class="circled-logo"
|
||||||
|
>
|
||||||
|
<h5 class="btn-arrow">Javascript</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="col langs">
|
||||||
|
<a href="https://xrpl.org/get-started-using-python.html">
|
||||||
|
<img
|
||||||
|
src="/assets/img/logos/python.svg"
|
||||||
|
class="circled-logo"
|
||||||
|
>
|
||||||
|
<h5 class="btn-arrow">Python</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="col langs">
|
||||||
|
<a href="https://xrpl.org/get-started-using-java.html">
|
||||||
|
<img
|
||||||
|
src="/assets/img/logos/java.svg"
|
||||||
|
class="circled-logo"
|
||||||
|
>
|
||||||
|
<h5 class="btn-arrow">Java</h5>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col">
|
||||||
|
<img
|
||||||
|
src="/assets/img/backgrounds/sdk-black.png"
|
||||||
|
class="img-fluid pt-20 sdk-img"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user