Xpring → RippleX

This commit is contained in:
mDuo13
2020-10-05 00:26:21 -07:00
parent 3910833958
commit 8f9da1f335
16 changed files with 31 additions and 20 deletions

View File

@@ -40,6 +40,7 @@
gtag('config', 'UA-45576805-2');
gtag('config', 'UA-157720658-3', { 'linker': {
'domains': ['blog.xpring.io', 'forum.xpring.io', 'xpring.io',
'blog.ripplex.io', 'forum.ripplex.io', 'ripplex.io',
'xrpl.org', 'explorer.xrpl.org', 'testnet.xrpl.org']
} }
);

View File

@@ -26,14 +26,14 @@
</div>
<p>{% trans %}Thank you for your interest in contributing to XRPL.org.{% endtrans %}</p>
<p>{% trans %}This website was created for the community and is meant to be a living, breathing source of truth for XRP resources.{% endtrans %}</p>
<p>{% trans %}If you'd like to recommend new content or provide feedback, visit the community resources at the Xpring forum or XRP Chat.{% endtrans %}</p>
<p>{% trans %}If you'd like to recommend new content or provide feedback, visit the community resources at the RippleX forum or XRP Chat.{% endtrans %}</p>
</div>
<div class="col-md-6 offset-md-1 mb-10 mt-10">
<div class="d-flex flex-wrap w-100">
<a class="square square-50 d-flex card-b" href="https://forum.xpring.io/">
<a class="square square-50 d-flex card-b" href="https://forum.ripplex.io/">
<div class="align-center align-self-end">
<img class="mw-100 mx-autod-block" src="assets/img/logos/xpring.png" style="margin-bottom: 48px;">
<p class="btn btn-outline-secondary d-block">Xpring Forum</p>
<img class="mw-100 mx-autod-block" src="assets/img/logos/ripplex.svg" style="margin-bottom: 48px;" width="190">
<p class="btn btn-outline-secondary d-block">RippleX Forum</p>
</div>
</a>
<a class="square square-50 d-flex card-b" href="https://www.xrpchat.com/">
@@ -57,10 +57,10 @@
<div class="col-md-5 order-1">
<h2 class="mb-10 h1">{% trans %}For Developers{% endtrans %}</h2>
<p class="mb-10 normal">{% trans %}Contributing to XRPL.org is a great way to learn about the XRP Ledger. This portal is open-source and anyone can suggest changes. For more information, please <a href="https://github.com/ripple/xrpl-dev-portal/blob/master/CONTRIBUTING.md" target="_blank">read and consider the contributing guidelines</a>.{% endtrans %}</p>
<p>{% trans %}You may also be interested in learning about <a href="https://interledger.org/" target="_blank">Interledger</a>, <a href="https://xpring.io/" target="_blank">Xpring</a>, and <a href="https://payid.org/" target="_blank">PayID</a>.{% endtrans %}</p>
<p>{% trans %}You may also be interested in learning about <a href="https://interledger.org/" target="_blank">Interledger</a>, <a href="https://ripplex.io/" target="_blank">RippleX</a>, and <a href="https://payid.org/" target="_blank">PayID</a>.{% endtrans %}</p>
</div>
</section>
</div>
<img id="page-contribute-bot" src="assets/img/backgrounds/bg-contribute.png">

View File

@@ -34,8 +34,8 @@
<h5 class="ml-3 mb-3">{% trans %}XRP Ledger Software Wallets:{% endtrans %}</h5>
<div class="w-100"></div>
<div class="d-flex flex-wrap w-100 mb-10">
<a class="square d-flex card-b" href="https://xpring.io/portal/" target="_blank">
<img class="mw-100" src="./img/wallets/xpring.png" alt="Xpring logo">
<a class="square d-flex card-b" href="https://ripplex.io/portal/" target="_blank">
<img class="mw-100" src="assets/img/logos/ripplex.svg" alt="RippleX logo" width="190">
</a>
<a class="square d-flex card-b" href="https://xumm.app/" target="_blank">
<img class="mw-100" src="./img/wallets/xumm.png" alt="Xumm logo">

View File

@@ -127,7 +127,7 @@
</div>
<div class="col-md-4 mb-20">
<h4>{% trans %}Developers{% endtrans %}</h4>
<p class="my-10">{% trans %}By building on the XRP Ledger, developers can easily integrate payments into their products—seamlessly putting money at the center of their applications. Projects like the <a href="https://xpring.io/" target="_blank">Xpring developer platform</a> are making it easier for developers to leverage XRP. {% endtrans %}</p>
<p class="my-10">{% trans %}By building on the XRP Ledger, developers can easily integrate payments into their products—seamlessly putting money at the center of their applications. Projects like the <a href="https://ripplex.io/" target="_blank">RippleX developer platform</a> are making it easier for developers to leverage XRP.{% endtrans %}</p>
<a href="docs.html" class="text-white bold arrow-link position-sm-absolute bottom-0">{% trans %}More About Developers{% endtrans %}</a>
</div>
</section>

View File

@@ -90,7 +90,7 @@
<div class="col-md-4 offset-md-1 order-2 order-md-1">
<h2 class="mb-10">{% trans %}Institutional Trading{% endtrans %}</h2>
<p class="mb-10 normal">{% trans %}Market participants use XRP as a high-speed, cost-efficient and reliable trading collateral. This means seizing arbitrage opportunities, servicing margin calls and managing general trade inventory in real time.{% endtrans %}</p>
<a href="https://blog.xpring.io/how-xrp-enables-faster-low-cost-cross-exchange-transfers/" class="btn btn-outline-secondary" target="_blank">{% trans %}Learn More{% endtrans %}</a>
<a href="https://blog.ripplex.io/how-xrp-enables-faster-low-cost-cross-exchange-transfers/" class="btn btn-outline-secondary" target="_blank">{% trans %}Learn More{% endtrans %}</a>
</div>
</section>