mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
fixing the contact page to the latest mock
This commit is contained in:
BIN
img/logos/github.png
Normal file
BIN
img/logos/github.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
BIN
img/logos/xpring.png
Normal file
BIN
img/logos/xpring.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
@@ -30,10 +30,16 @@
|
|||||||
<div class="col-md-6 offset-md-1 mb-10">
|
<div class="col-md-6 offset-md-1 mb-10">
|
||||||
<div class="d-flex flex-wrap w-100">
|
<div class="d-flex flex-wrap w-100">
|
||||||
<a class="square square-50 d-flex card-b" href="#">
|
<a class="square square-50 d-flex card-b" href="#">
|
||||||
<img class="mw-100" src="./img/exchanges/coinbase.png">
|
<div class="align-center align-self-end">
|
||||||
|
<img class="mw-100 mx-autod-block" src="./img/logos/xpring.png" style="margin-bottom: 48px;">
|
||||||
|
<p class="btn btn-clear d-block">Xpring Forum</p>
|
||||||
|
</div>
|
||||||
</a>
|
</a>
|
||||||
<a class="square square-50 d-flex card-b" href="#">
|
<a class="square square-50 d-flex card-b" href="#">
|
||||||
<img class="mw-100" src="./img/exchanges/binance.png">
|
<div class="align-center align-self-end">
|
||||||
|
<img class="mw-100 mx-auto d-block" src="./img/overview/real.png" style="height: 83px; margin-bottom: 26px;">
|
||||||
|
<p class="btn btn-clear d-block">XRP Chat Forum</p>
|
||||||
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -43,16 +49,14 @@
|
|||||||
<div class="col-md-6 offset-md-1 order-2 mb-10">
|
<div class="col-md-6 offset-md-1 order-2 mb-10">
|
||||||
<div class="d-flex flex-wrap w-100">
|
<div class="d-flex flex-wrap w-100">
|
||||||
<a class="square square-50 d-flex card-b" href="#">
|
<a class="square square-50 d-flex card-b" href="#">
|
||||||
<img class="mw-100" src="./img/exchanges/coinbase.png">
|
<img class="mw-100" src="./img/logos/github.png">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-5 order-1">
|
<div class="col-md-5 order-1">
|
||||||
<h2 class="mb-10 h1">{% trans %}For Developers{% endtrans %}</h2>
|
<h2 class="mb-10 h1">{% trans %}For Developers{% endtrans %}</h2>
|
||||||
<p class="mb-10 normal">{% trans %}Contributing to the developer portal of XRPL.org is a great way to learn about the XRP Ledger.{% endtrans %}</p>
|
<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="#">read and consider the contributing guidelines</a>.{% endtrans %}</p>
|
||||||
<p>{% trans %}You may also be interested in learning about Interledger Protocol (ILP), which, along with the XRP Ledger, is another part of the Xpring developer ecosystem.{% endtrans %}</p>
|
<p>{% trans %}You may also be interested in learning about <a href="#">Interledger</a>, <a href="#">Xpring</a>, and <a href="#">PayID</a>.{% endtrans %}</p>
|
||||||
<p>{% trans %}If you choose to submit your changes to the site through TGitHub, please read and consider the contributing guidelines.{% endtrans %}</p>
|
|
||||||
<a href="#" class="btn btn-clear">{% trans %}Learn About On-Demand Liquidity{% endtrans %}</a>
|
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user