Merge branch 'seo-internal-linking'

This commit is contained in:
mDuo13
2023-09-22 13:32:57 -07:00
2 changed files with 13 additions and 13 deletions

View File

@@ -44,7 +44,7 @@
<h6 class="eyebrow mb-3">{% trans %}Building for the Future{% endtrans %}</h6>
<h2 class="h4 h2-sm mb-8">{% trans %}Consensus protocol is efficient and sustainable{% endtrans %}</h2>
<h5 class="longform mb-10">{% trans %}For more than 272 million migrants worldwide, sending and receiving money across borders is expensive, unreliable and complex.{% endtrans %}</h5>
<p class="mb-6">{% trans %}Open and decentralized, blockchain and crypto are seeing an increase in adoption across the financial services industry, from retail and institutional investment to <a href='uses.html'>commercial use cases</a> like CBDCs, NFTs, and cross-border payments.{% endtrans %}</p>
</div>
@@ -55,14 +55,14 @@
<div class="mt-10" id="map-dark"></div>
<div class="mt-10" id="map-light"></div>
</div>
</div>
</section>
<!-- Video sidebar -->
<section class="container-new py-26">
<div class="mt-10 card-grid card-grid-2xN">
<div class="col">
<iframe id="video1" style="display:none;" width="560" height="315" src="https://www.youtube.com/embed/WsmldDNGQ9s" title="What makes the XRPL sustainable?" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<a href="#" id="playvideo">
@@ -76,14 +76,14 @@
<h5 class="longform mb-10">{% trans %}XRPLs unique consensus mechanism is eco-friendly—it does not require mining to settle transactions. This results in efficiency without sacrificing security, decentralization, or scalability.{% endtrans %}</h5>
<p>{% trans %}The trivial amount of energy it does consume is then neutralized with carbon credits through EW Zero, an open-source blockchain decarbonization tool.{% endtrans %}</p>
</div>
</div>
</section>
<!-- Card -->
<section class="container-new py-26">
<div class="col-md-6 offset-md-3 p-6-sm p-10-until-sm br-8 cta-card">
<img src="./img/backgrounds/cta-community-purple.svg" class="cta cta-top-left">
<img alt="" src="./img/backgrounds/cta-calculator-green.svg" class="cta cta-bottom-right">
<div class="z-index-1 position-relative">
@@ -114,7 +114,7 @@
</div>
<div class="order-2 col-lg-6 px-0 pl-lg-3">
<div class="row align-items-center m-0 connect-list">
<div class="row align-items-center m-0 connect-list">
<!-- connect list -->
<div class="col-12 col-lg-6 p-0 pr-3">
<div class="px-lg-3 pb-3">
@@ -136,7 +136,7 @@
<img id="connect-03" src="data:," />
<div class="pt-3">
<h6 class="mb-3">{% trans %}Code{% endtrans %}</h6>
<p>{% trans %}View the <a href="https://github.com/XRPLF/xrpl-dev-portal/" target="_blank">Github repositories</a> to find <a href='developer-funding.html'>blockchain projects</a> to see how you can contribute.{% endtrans %}</p>
<p>{% trans %}View the <a href="https://github.com/XRPLF/xrpl-dev-portal/" target="_blank">Github repositories</a> to find blockchain projects to see how you can contribute.{% endtrans %}</p>
</div>
</div>
<!-- Hide on large -->
@@ -205,7 +205,7 @@
animationData: mapLight
});
};
mapLightAnimation();
@@ -219,9 +219,9 @@
animationData: mapDark
});
};
mapDarkAnimation();
</script>
{% endblock %}

View File

@@ -109,7 +109,7 @@
<h6 class="eyebrow mb-3">{% trans %}XRPL Today{% endtrans %}</h6>
</div>
<h5 class="longform mb-10">{% trans %}With 10+ years of error-free functioning and enterprise companies as champions, XRPL has established reliability.{% endtrans %}</h5>
<p class="mb-10">{% trans %}With the XRPL, these developers are building innovative <a href='developer-funding.html'>blockchain projects</a> and applications across use cases including tokenization of assets, online gaming, asset custody, NFTs, and DeFi.{% endtrans %}</p>
<p class="mb-10">{% trans %}With the XRPL, these developers are building innovative blockchain projects and applications across use cases including tokenization of assets, online gaming, asset custody, NFTs, and DeFi.{% endtrans %}</p>
<a class="btn btn-primary btn-arrow mb-10-sm" href="uses.html">{% trans %}Explore More{% endtrans %}</a>
</div>
<div class="col mb-0">
@@ -165,8 +165,8 @@
<img alt="" src="./img/backgrounds/cta-xrpl-overview-orange.svg" class="cta cta-bottom-right">
<div class="z-index-1 position-relative">
<h4 class="h4 mb-10-until-sm mb-8-sm">{% trans %}Tomorrows Blockchain Starts With You{% endtrans %}</h4>
<p class="mb-10">{% trans %}XRP Ledgers innovation relies on the shared community experience of builders like you. If youre ready to start your next big blockchain project, explore the XRPL now and consider applying for an XRPL Grant.{% endtrans %}</p>
<a class="btn btn-primary btn-arrow" href="https://xrplgrants.org/" target="_blank">{% trans %}XRPL Grants{% endtrans %}</a>
<p class="mb-10">{% trans %}XRP Ledgers innovation relies on the shared community experience of builders like you. If youre ready to start your next big blockchain project, explore the XRPL now and consider applying for funding on your next <a href='developer-funding.html'>blockchain project</a>.{% endtrans %}</p>
<a class="btn btn-primary btn-arrow" href="https://xrplgrants.org/" target="_blank">{% trans %}Explore XRPL Developer Funding{% endtrans %}</a>
</div>
</div>
</section>