mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 11:15:49 +00:00
Added trans tags, renamed files, bumped css version
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
{% if target.lang=="ja" %}
|
||||
<link href="{{currentpage.prefix}}assets/css/fonts-ja.css" rel="stylesheet" />
|
||||
{% endif %}
|
||||
<link href="{{currentpage.prefix}}assets/css/devportal2022-v16.css" rel="stylesheet" />
|
||||
<link href="{{currentpage.prefix}}assets/css/devportal2022-v17.css" rel="stylesheet" />
|
||||
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@docsearch/css@3" />
|
||||
|
||||
|
||||
@@ -264,7 +264,7 @@
|
||||
</section>
|
||||
|
||||
<section class="container-new">
|
||||
<h4 class="pb-4">Use Cases</h4>
|
||||
<h4 class="pb-4">{% trans %}Use Cases{% endtrans %}</h4>
|
||||
<div class="card-grid card-grid-3xN use-cases">
|
||||
{% for useCase in useCases %}
|
||||
{{ useCasesCard(useCase.subItems, useCase.title, useCase.imgClass, useCase.id)}}
|
||||
@@ -273,19 +273,19 @@
|
||||
</section>
|
||||
|
||||
<section class="container-new ">
|
||||
<h4 class="pb-4">Getting Started</h4>
|
||||
<h4 class="pb-4">{% trans %}Getting Started{% endtrans %}</h4>
|
||||
<div class="card-grid card-grid-2xN quickstart-card">
|
||||
<div class="col">
|
||||
<a href="./xrpl-quickstart.html" class="card float-up-on-hover">
|
||||
<h5 class="mt-7"> Quickstart to XRP Ledger </h5>
|
||||
<h5 class="mt-7">{% trans %}Quickstart to XRP Ledger{% endtrans %}</h5>
|
||||
<p class="mb-8 mt-4">
|
||||
An introduction to fundamental aspects of the XRP Ledger.
|
||||
{% trans %}An introduction to fundamental aspects of the XRP Ledger{% endtrans %}.
|
||||
</p>
|
||||
<div class="dg-lg-block mb-3">
|
||||
<div
|
||||
class="btn btn-primary btn-arrow get-started-button"
|
||||
>
|
||||
Get Started
|
||||
{% trans %}Get Started{% endtrans %}
|
||||
</div>
|
||||
</div>
|
||||
<img
|
||||
@@ -311,8 +311,8 @@
|
||||
|
||||
<section class="container-new ">
|
||||
<div class="d-flex flex-column-reverse col-sm-8 p-0">
|
||||
<h3 class="h4 h2-sm">Interact with the XRP Ledger in a language of your choice</h3>
|
||||
<h6 class="eyebrow mb-3">Explore SDKs</h6>
|
||||
<h3 class="h4 h2-sm">{% trans %}Interact with the XRP Ledger in a language of your choice{% endtrans %}</h3>
|
||||
<h6 class="eyebrow mb-3">{% trans %}Explore SDKs{% endtrans %}</h6>
|
||||
</div>
|
||||
<div class="card-grid card-grid-2xN">
|
||||
<div class="col">
|
||||
@@ -323,7 +323,7 @@
|
||||
src="./assets/img/logos/javascript.svg"
|
||||
class="circled-logo"
|
||||
>
|
||||
<h5 class="btn-arrow">Javascript</h5>
|
||||
<h5 class="btn-arrow">{% trans %}Javascript{% endtrans %}</h5>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col langs">
|
||||
@@ -332,7 +332,7 @@
|
||||
src="./assets/img/logos/python.svg"
|
||||
class="circled-logo"
|
||||
>
|
||||
<h5 class="btn-arrow">Python</h5>
|
||||
<h5 class="btn-arrow">{% trans %}Python{% endtrans %}</h5>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col langs">
|
||||
@@ -341,7 +341,7 @@
|
||||
src="./assets/img/logos/java.svg"
|
||||
class="circled-logo"
|
||||
>
|
||||
<h5 class="btn-arrow">Java</h5>
|
||||
<h5 class="btn-arrow">{% trans %}Java{% endtrans %}</h5>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
@@ -372,11 +372,11 @@
|
||||
</div>
|
||||
<div class="col explore-links">
|
||||
<div class="d-flex flex-column-reverse w-100">
|
||||
<h4 class="mb-10">Explore, Test, Verify</h4>
|
||||
<h6 class="mb-3">Explore Dev Tools</h6>
|
||||
<h4 class="mb-10">{% trans %}Explore, Test, Verify{% endtrans %}</h4>
|
||||
<h6 class="mb-3">{% trans %}Explore Dev Tools{% endtrans %}</h6>
|
||||
</div>
|
||||
<p class="mb-20">
|
||||
Use these web-based tools to assist during all stages of development, from getting your first payment to testing your implementation for best practices.
|
||||
{% trans %}Use these web-based tools to assist during all stages of development, from getting your first payment to testing your implementation for best practices.{% endtrans %}
|
||||
</p>
|
||||
<div class="card-grid card-grid-2xN">
|
||||
{% for card in devTools %}
|
||||
@@ -406,14 +406,14 @@
|
||||
<div class="z-index-1 position-relative">
|
||||
<h2 class="h4 mb-8-sm mb-10-until-sm">{% trans %}Get Free Test XRP{% endtrans %}</h2>
|
||||
<p class="mb-10">{% trans %}Connect to the XRP Ledger Testnet network to develop and test your apps built on the XRP Ledger, without risking real money or impacting production XRP Ledger users.{% endtrans %}</p>
|
||||
<a class="btn btn-primary btn-arrow" href="xrp-testnet-faucet.html">Generate Testnet Credentials</a>
|
||||
<a class="btn btn-primary btn-arrow" href="xrp-testnet-faucet.html">{% trans %}Generate Testnet Credentials{% endtrans %}</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section><!-- Browse by recommended and Generate Testnet Credentials -->
|
||||
<section class="container-new">
|
||||
<a href="./docs-index.html" class="external-link mr-auto">See full documenation index <i aria-hidden="true" class="fa fa-external-link"></i></a>
|
||||
<a href="./docs-index.html" class="ml-auto">{% trans %}See full documenation index{% endtrans %}</a>
|
||||
</section>
|
||||
{% endblock %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user