mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-26 14:45:50 +00:00
qa items
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
|
||||
<section class="row mb-30">
|
||||
<h6 class="section-marker">{% trans %}Benefits{% endtrans %}</h6>
|
||||
<div class="col-sm-12 col-lg-10">
|
||||
<div class="col-sm-12 col-lg-10 overflow-x-xs">
|
||||
<table id="overview-table" class="mw-100">
|
||||
<thead>
|
||||
<tr>
|
||||
@@ -57,7 +57,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="bold"><div class="w48 mr-3 text-center d-sm-inline-block no-wrap"><img class="w44" src="assets/img/icons/scalable.png"></div>{% trans %}Scalable{% endtrans %}</td>
|
||||
<td class="">{% trans %}1500 transaction per second{% endtrans %}</td>
|
||||
<td class="">{% trans %}1500 transactions per second{% endtrans %}</td>
|
||||
<td class="">{% trans %}3 transactions per second{% endtrans %}</td>
|
||||
</tr>
|
||||
<tr class="border-none">
|
||||
@@ -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/">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://xpring.io/" target="_blank">Xpring 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>
|
||||
@@ -189,16 +189,16 @@
|
||||
<div class="row">
|
||||
<div class="col-md-6 offset-md-1 order-1 order-md-2 mb-10">
|
||||
<div class="d-flex flex-wrap w-100">
|
||||
<a class="square square-50 d-flex card-b" href="https://www.coinbase.com/">
|
||||
<a class="square square-50 d-flex card-b" href="https://www.coinbase.com/" target="_blank">
|
||||
<img class="mw-100" src="assets/img/exchanges/coinbase.png">
|
||||
</a>
|
||||
<a class="square square-50 d-flex card-b" href="https://www.binance.com/">
|
||||
<a class="square square-50 d-flex card-b" href="https://www.binance.com/" target="_blank">
|
||||
<img class="mw-100" src="assets/img/exchanges/binance.png">
|
||||
</a>
|
||||
<a class="square square-50 d-flex card-b" href="https://www.bitstamp.net/">
|
||||
<a class="square square-50 d-flex card-b" href="https://www.bitstamp.net/" target="_blank">
|
||||
<img class="mw-100" src="assets/img/exchanges/bitstamp.png">
|
||||
</a>
|
||||
<a class="square square-50 d-flex card-b" href="https://www.kraken.com/">
|
||||
<a class="square square-50 d-flex card-b" href="https://www.kraken.com/" target="_blank">
|
||||
<img class="mw-100" src="assets/img/exchanges/kraken.png">
|
||||
</a>
|
||||
</div>
|
||||
@@ -206,7 +206,7 @@
|
||||
<div class="col-md-5 order-2 order-md-1">
|
||||
<h2 class="mb-10">{% trans %}How Is XRP Used in Trading?{% endtrans %}</h2>
|
||||
<p>{% trans %}XRP is traded on more than 140 markets and <a href="exchanges.html">exchanges</a> worldwide.{% endtrans %}</p>
|
||||
<p>{% trans %}XRP’s low transaction fees, reliability and high speed enable traders to use the digital asset as high-speed, cost-efficient and reliable collateral across trading venues—<a href="https://ripple.com/insights/xrp-a-preferred-base-currency-for-arbitrage-trading/" target="_blank">seizing arbitrage opportunities</a>, servicing margin calls and managing general trading inventory in real time.{% endtrans %}</p>
|
||||
<p>{% trans %}XRP’s low transaction fees, reliability and high speed enable traders to use the digital asset as fast, cost-efficient and reliable collateral across trading venues—<a href="https://ripple.com/insights/xrp-a-preferred-base-currency-for-arbitrage-trading/" target="_blank">seizing arbitrage opportunities</a>, servicing margin calls and managing general trading inventory in real time.{% endtrans %}</p>
|
||||
<p>{% trans %}Because of the properties inherent to XRP and the ecosystem around it, traders worldwide are able to shift collateral, bridge currencies and switch from one crypto into another nearly instantly, across any exchange on the planet.{% endtrans %}</p>
|
||||
<a href="exchanges.html" class="mt-10 btn btn-outline-secondary">{% trans %}Find Out More{% endtrans %}</a>
|
||||
</div>
|
||||
@@ -247,6 +247,17 @@
|
||||
|
||||
|
||||
{% block endbody %}
|
||||
<script type="text/javascript">
|
||||
$( '.card-b' )
|
||||
.mouseover( function(e){
|
||||
$( '.card-b' ).addClass( 'not-hover' );
|
||||
$( this ).removeClass( 'not-hover' );
|
||||
})
|
||||
.mouseout( function(e){
|
||||
$( '.card-b' ).removeClass( 'not-hover' );
|
||||
});
|
||||
</script>
|
||||
|
||||
<script type="application/javascript">
|
||||
gtag('config', 'UA-157720658-3', {'content_group1': 'Hub Pages'});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user