updates to all the QA requests. Fixed layout for the impact, calculator, and overview pages. Added net-new assets that have been updated or were missing. Removed unnecessary styling and added more helpers.

This commit is contained in:
Calvin Jhunjhnuwala
2020-09-17 00:58:18 -07:00
parent 2d4a2fe7d4
commit a4ac6104fd
28 changed files with 127 additions and 77 deletions

View File

@@ -35,10 +35,10 @@
<div class="container mb-20">
<section class="row mb-50">
<h6 class="section-marker">{% trans %}Cross-Border payments{% endtrans %}</h6>
<div class="col-md-4 offset-md-1 order-1 order-md-2 mb-10 text-center">
<div class="col-md-4 offset-md-2 order-1 order-md-2 mb-10 text-center text-md-left">
<img class="mw-100" src="./img/uses/xb-payment.png">
</div>
<div class="col-md-6 offset-md-1 order-2 order-md-1">
<div class="col-md-4 offset-md-1 order-2 order-md-1">
<h2 class="mb-10">{% trans %}Cross-Border Payments{% endtrans %}</h2>
<p class="mb-10 normal">{% trans %}Through RippleNet, financial institutions can use XRP to bridge two currencies in 3-5 seconds, ensuring payments are quickly sent and received in the local currency on either side of a transaction.{% endtrans %}</p>
<a href="https://ripple.com/ripplenet/on-demand-liquidity" class="btn btn-outline-secondary" target=
@@ -48,10 +48,10 @@
<section class="row mb-50">
<h6 class="section-marker">{% trans %}Micropayments{% endtrans %}</h6>
<div class="col-md-4 offset-md-1 mb-10 text-center">
<div class="col-md-4 offset-md-1 mb-10 text-center text-md-left">
<img class="mw-100" src="./img/uses/micropayments.png">
</div>
<div class="col-md-6 offset-md-1">
<div class="col-md-4 offset-md-2">
<h2 class="mb-10">{% trans %}Micropayments{% endtrans %}</h2>
<p class="mb-10 normal">{% trans %}Businesses are leveraging XRP and the XRP Ledger to build innovative products for gaming, content and web monetization, among other applications where money is at the center.{% endtrans %}</p>
<a href="businesses.html" class="btn btn-outline-secondary">{% trans %}Learn About XRP Ledger Businesses{% endtrans %}</a>
@@ -60,10 +60,10 @@
<section class="row mb-50">
<h6 class="section-marker">{% trans %}Digital Cryptocurrency{% endtrans %}</h6>
<div class="col-md-4 offset-md-1 order-1 order-md-2 mb-10 text-center">
<div class="col-md-4 offset-md-2 order-1 order-md-2 mb-10 text-center text-md-left">
<img class="mw-100" src="./img/uses/digital-wallets.png">
</div>
<div class="col-md-6 offset-md-1 order-2 order-md-1">
<div class="col-md-4 offset-md-1 order-2 order-md-1">
<h2 class="mb-10">{% trans %}Digital Cryptocurrency Wallets{% endtrans %}</h2>
<p class="mb-10 normal">{% trans %}Individuals can use mobile wallets to store private and public passwords and interact with various blockchains to send and receive digital assets, including XRP.{% endtrans %}</p>
<a href="wallets.html" class="btn btn-outline-secondary">{% trans %}Explore Wallets{% endtrans %}</a>
@@ -72,22 +72,22 @@
<section class="row mb-50">
<h6 class="section-marker">{% trans %}Exchanges{% endtrans %}</h6>
<div class="col-md-4 offset-md-1 mb-10 text-center">
<div class="col-md-4 offset-md-1 mb-10 text-center text-md-left">
<img class="mw-100" src="./img/uses/exchanges.png">
</div>
<div class="col-md-4 offset-md-1">
<div class="col-md-4 offset-md-2">
<h2 class="mb-10">{% trans %}Exchanges{% endtrans %}</h2>
<p class="mb-10 normal">{% trans %}Market makers and individuals use exchanges to trade XRP and other digital assets. Exchanges are often also intermediaries in cross-border payments among financial institutions.{% endtrans %}</p>
<a href="exchanges.html" class="btn btn-outline-secondary">{% trans %}Explore Exchanges{% endtrans %}</a>
</div>
</section>
<section class="row last-section">
<section class="row mb-50">
<h6 class="section-marker">{% trans %}Trading{% endtrans %}</h6>
<div class="col-md-4 offset-md-1 order-1 order-md-2 mb-10 text-center">
<div class="col-md-5 offset-md-1 order-1 order-md-2 mb-10 text-center text-md-left">
<img class="mw-100" src="./img/uses/inst-trading.png">
</div>
<div class="col-md-6 offset-md-1 order-2 order-md-1">
<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>