mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-02 01:25:50 +00:00
Spacing and image fixes
- Move generic images to the folder for template assets - Redo docs landing page - Fix spacing issues on many pages - Remove lots of defunct styles
This commit is contained in:
@@ -36,34 +36,34 @@
|
||||
<div class="w-100"></div>
|
||||
<div class="d-flex flex-wrap w-100">
|
||||
<a class="square d-flex card-b" href="https://www.coinbase.com/" target="_blank">
|
||||
<img class="mw-100" src="./img/exchanges/coinbase.png" alt="Coinbase logo">
|
||||
<img class="mw-100" src="assets/img/exchanges/coinbase.png" alt="Coinbase logo">
|
||||
</a>
|
||||
<a class="square d-flex card-b" href="https://www.binance.com/" target="_blank">
|
||||
<img class="mw-100" src="./img/exchanges/binance.png" alt="Binance logo">
|
||||
<img class="mw-100" src="assets/img/exchanges/binance.png" alt="Binance logo">
|
||||
</a>
|
||||
<a class="square d-flex card-b" href="https://www.bitstamp.com/" target="_blank">
|
||||
<img class="mw-100" src="./img/exchanges/bitstamp.png" alt="Bitstamp logo">
|
||||
<img class="mw-100" src="assets/img/exchanges/bitstamp.png" alt="Bitstamp logo">
|
||||
</a>
|
||||
<a class="square d-flex card-b" href="https://www.kraken.com/" target="_blank">
|
||||
<img class="mw-100" src="./img/exchanges/kraken.png" alt="Kraken logo">
|
||||
<img class="mw-100" src="assets/img/exchanges/kraken.png" alt="Kraken logo">
|
||||
</a>
|
||||
<a class="square d-flex card-b" href="https://cex.io/" target="_blank">
|
||||
<img class="mw-100" src="./img/exchanges/cex-io.png" alt="Cex.io logo">
|
||||
<img class="mw-100" src="assets/img/exchanges/cex-io.png" alt="Cex.io logo">
|
||||
</a>
|
||||
<a class="square d-flex card-b" href="https://www.bitfinex.com/" target="_blank">
|
||||
<img class="mw-100" src="./img/exchanges/bitfinex.png" alt="Bitfinex logo">
|
||||
<img class="mw-100" src="assets/img/exchanges/bitfinex.png" alt="Bitfinex logo">
|
||||
</a>
|
||||
<a class="square d-flex card-b" href="https://www.luno.com/" target="_blank">
|
||||
<img class="mw-100" src="./img/exchanges/luno.png" alt="Luno logo">
|
||||
<img class="mw-100" src="assets/img/exchanges/luno.png" alt="Luno logo">
|
||||
</a>
|
||||
<a class="square d-flex card-b" href="https://bittrex.com/" target="_blank">
|
||||
<img class="mw-100" src="./img/exchanges/bittrex.png" alt="Bittrex logo">
|
||||
<img class="mw-100" src="assets/img/exchanges/bittrex.png" alt="Bittrex logo">
|
||||
</a>
|
||||
<a class="square d-flex card-b" href="https://www.independentreserve.com/" target="_blank">
|
||||
<img class="mw-100" src="./img/exchanges/independent-reserve.png" alt="Independent Reserve logo">
|
||||
<img class="mw-100" src="assets/img/exchanges/independent-reserve.png" alt="Independent Reserve logo">
|
||||
</a>
|
||||
<a class="square d-flex card-b" href="https://www.liquid.com/" target="_blank">
|
||||
<img class="mw-100" src="./img/exchanges/liquid.png" alt="Liquid logo">
|
||||
<img class="mw-100" src="assets/img/exchanges/liquid.png" alt="Liquid logo">
|
||||
</a>
|
||||
</div>
|
||||
<div class="w-100"></div>
|
||||
@@ -71,7 +71,7 @@
|
||||
</section>
|
||||
|
||||
</div>
|
||||
<img id="page-exchanges-bot" src="./img/backgrounds/bg-exchanges-bot.png">
|
||||
<img id="page-exchanges-bot" src="assets/img/backgrounds/bg-exchanges-bot.png">
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user