Fix top nav & learn/explore links

This commit is contained in:
mDuo13
2020-08-24 12:39:22 -07:00
parent 940894ab97
commit 21d61c1b0b
10 changed files with 110 additions and 99 deletions

View File

@@ -35,35 +35,35 @@
<h5 class="ml-3 mb-3">{% trans %}Top Exchanges, according to CryptoCompare (as of August 2020):{% endtrans %}</h5>
<div class="w-100"></div>
<div class="d-flex flex-wrap w-100">
<a class="square d-flex card-b" href="#">
<img class="mw-100" src="./img/exchanges/coinbase.png">
<a class="square d-flex card-b" href="https://www.coinbase.com/">
<img class="mw-100" src="./img/exchanges/coinbase.png" alt="Coinbase logo">
</a>
<a class="square d-flex card-b" href="#">
<img class="mw-100" src="./img/exchanges/binance.png">
<a class="square d-flex card-b" href="https://www.binance.com/">
<img class="mw-100" src="./img/exchanges/binance.png" alt="Binance logo">
</a>
<a class="square d-flex card-b" href="#">
<img class="mw-100" src="./img/exchanges/bitstamp.png">
<a class="square d-flex card-b" href="https://www.bitstamp.com/">
<img class="mw-100" src="./img/exchanges/bitstamp.png" alt="Bitstamp logo">
</a>
<a class="square d-flex card-b" href="#">
<img class="mw-100" src="./img/exchanges/kraken.png">
<a class="square d-flex card-b" href="https://www.kraken.com/">
<img class="mw-100" src="./img/exchanges/kraken.png" alt="Kraken logo">
</a>
<a class="square d-flex card-b" href="#">
<img class="mw-100" src="./img/exchanges/cex-io.png">
<a class="square d-flex card-b" href="https://cex.io/">
<img class="mw-100" src="./img/exchanges/cex-io.png" alt="Cex.io logo">
</a>
<a class="square d-flex card-b" href="#">
<img class="mw-100" src="./img/exchanges/bitfinex.png">
<a class="square d-flex card-b" href="https://www.bitfinex.com/">
<img class="mw-100" src="./img/exchanges/bitfinex.png" alt="Bitfinex logo">
</a>
<a class="square d-flex card-b" href="#">
<img class="mw-100" src="./img/exchanges/luno.png">
<a class="square d-flex card-b" href="https://www.luno.com/">
<img class="mw-100" src="./img/exchanges/luno.png" alt="Luno logo">
</a>
<a class="square d-flex card-b" href="#">
<img class="mw-100" src="./img/exchanges/bittrex.png">
<a class="square d-flex card-b" href="https://bittrex.com/">
<img class="mw-100" src="./img/exchanges/bittrex.png" alt="Bittrex logo">
</a>
<a class="square d-flex card-b" href="#">
<img class="mw-100" src="./img/exchanges/independent-reserve.png">
<a class="square d-flex card-b" href="https://www.independentreserve.com/">
<img class="mw-100" src="./img/exchanges/independent-reserve.png" alt="Independent Reserve logo">
</a>
<a class="square d-flex card-b" href="#">
<img class="mw-100" src="./img/exchanges/liquid.png">
<a class="square d-flex card-b" href="https://www.liquid.com/">
<img class="mw-100" src="./img/exchanges/liquid.png" alt="Liquid logo">
</a>
</div>
<div class="w-100"></div>