btcpayserver/BTCPayServer/Views/Shared/_BTCPaySupporters.cshtml
Pavlenex 5b1a171d27 remove supporters from the front page
- BTSE (Expired)
- OkCoin (Expired)
- DGLab (Expired)
- ACINQ (Remove due to front-page tier)
2021-05-20 11:02:18 +02:00

21 lines
911 B
Plaintext

<h5 class="text-center fw-normal mb-2">
BTCPay Server Supporters
</h5>
<div class="row justify-content-center mb-2">
<div class="p-3 text-center" style="flex-basis:105px;">
<a href="https://kraken.com" target="_blank" class="text-muted small">
<img src="~/img/kraken.svg" alt="Sponsor Kraken" height="50" asp-append-version="true"/>
<span class="d-block mt-3">Kraken</span>
</a>
</div>
<div class="p-3 text-center" style="flex-basis:105px;">
<a href="https://twitter.com/sqcrypto" target="_blank" class="text-muted small">
<img src="~/img/squarecrypto.svg" alt="Sponsor Square Crypto" height="50" asp-append-version="true"/>
<span class="d-block mt-3">Square Crypto</span>
</a>
</div>
</div>
<p class="text-center">
<a href="https://foundation.btcpayserver.org" target="_blank">View all supporters</a>
</p>