mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 14:22:40 +01:00
Merge pull request #1461 from bolatovumar/fix-1459
Make sure sponsor logos show up nicely on all screen sizes
This commit is contained in:
commit
4ae91ba307
1 changed files with 48 additions and 46 deletions
|
@ -1,49 +1,51 @@
|
||||||
<h3 class="lead-h">BTCPayServer Supporters <a href="https://foundation.btcpayserver.org/" target="_blank"><span class="fa fa-question-circle-o" title="More information..."></span></a></h3>
|
<h3 class="lead-h">BTCPayServer Supporters <a href="https://foundation.btcpayserver.org/" target="_blank"><span class="fa fa-question-circle-o" title="More information..."></span></a></h3>
|
||||||
<div class="figure">
|
<div class="row">
|
||||||
<a href="https://twitter.com/sqcrypto" target="_blank">
|
<div class="figure p-3">
|
||||||
<img src="~/img/squarecrypto.svg" alt="Sponsor Square Crypto" height="75" />
|
<a href="https://twitter.com/sqcrypto" target="_blank">
|
||||||
</a>
|
<img src="~/img/squarecrypto.svg" alt="Sponsor Square Crypto" height="75" />
|
||||||
<div class="figure-caption text-center">
|
</a>
|
||||||
<a href="https://twitter.com/sqcrypto" class="text-muted small" target="_blank">Square Crypto</a>
|
<div class="figure-caption text-center">
|
||||||
</div>
|
<a href="https://twitter.com/sqcrypto" class="text-muted small" target="_blank">Square Crypto</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="figure ml-4">
|
</div>
|
||||||
<a href="https://www.btse.com" target="_blank">
|
<div class="figure p-3">
|
||||||
<img src="~/img/btse.svg" alt="Sponsor BTSE" height="75" />
|
<a href="https://www.btse.com" target="_blank">
|
||||||
</a>
|
<img src="~/img/btse.svg" alt="Sponsor BTSE" height="75" />
|
||||||
<div class="figure-caption text-center">
|
</a>
|
||||||
<a href="https://www.btse.com/" class="text-muted small" target="_blank">BTSE</a>
|
<div class="figure-caption text-center">
|
||||||
</div>
|
<a href="https://www.btse.com/" class="text-muted small" target="_blank">BTSE</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="figure ml-4">
|
</div>
|
||||||
<a href="https://www.dglab.com/en/" target="_blank">
|
<div class="figure p-3">
|
||||||
<img src="~/img/dglab.svg" alt="Sponsor DG lab" height="75" />
|
<a href="https://www.dglab.com/en/" target="_blank">
|
||||||
</a>
|
<img src="~/img/dglab.svg" alt="Sponsor DG lab" height="75" />
|
||||||
<div class="figure-caption text-center">
|
</a>
|
||||||
<a href="https://www.dglab.com/en/" class="text-muted small" target="_blank">DG Lab</a>
|
<div class="figure-caption text-center">
|
||||||
</div>
|
<a href="https://www.dglab.com/en/" class="text-muted small" target="_blank">DG Lab</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="figure ml-4">
|
</div>
|
||||||
<a href="https://acinq.co/" target="_blank">
|
<div class="figure p-3">
|
||||||
<img src="~/img/acinq-logo.svg" alt="Sponsor ACINQ" height="75" />
|
<a href="https://acinq.co/" target="_blank">
|
||||||
</a>
|
<img src="~/img/acinq-logo.svg" alt="Sponsor ACINQ" height="75" />
|
||||||
<div class="figure-caption text-center">
|
</a>
|
||||||
<a href="https://acinq.co/" class="text-muted small" target="_blank">ACINQ</a>
|
<div class="figure-caption text-center">
|
||||||
</div>
|
<a href="https://acinq.co/" class="text-muted small" target="_blank">ACINQ</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="figure ml-4">
|
</div>
|
||||||
<a href="https://lunanode.com/" target="_blank">
|
<div class="figure p-3">
|
||||||
<img src="~/img/lunanode.svg" alt="Sponsor LunaNode" height="75" />
|
<a href="https://lunanode.com/" target="_blank">
|
||||||
</a>
|
<img src="~/img/lunanode.svg" alt="Sponsor LunaNode" height="75" />
|
||||||
<div class="figure-caption text-center">
|
</a>
|
||||||
<a href="https://lunanode.com/" class="text-muted small" target="_blank">LunaNode</a>
|
<div class="figure-caption text-center">
|
||||||
</div>
|
<a href="https://lunanode.com/" class="text-muted small" target="_blank">LunaNode</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="figure ml-4">
|
</div>
|
||||||
<a href="https://walletofsatoshi.com/" target="_blank">
|
<div class="figure p-3">
|
||||||
<img src="~/img/walletofsatoshi.svg" alt="Sponsor Wallet of Satoshi" height="75" />
|
<a href="https://walletofsatoshi.com/" target="_blank">
|
||||||
</a>
|
<img src="~/img/walletofsatoshi.svg" alt="Sponsor Wallet of Satoshi" height="75" />
|
||||||
<div class="figure-caption text-center">
|
</a>
|
||||||
<a href="https://walletofsatoshi.com/" class="text-muted small" target="_blank">Wallet of Satoshi</a>
|
<div class="figure-caption text-center">
|
||||||
|
<a href="https://walletofsatoshi.com/" class="text-muted small" target="_blank">Wallet of Satoshi</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue