btcpayserver/BTCPayServer/Views/Shared/_BTCPaySupporters.cshtml

74 lines
3 KiB
Text
Raw Normal View History

2020-07-02 19:30:51 +02:00
<style>
.lead-h {
font-family: Montserrat;
font-style: normal;
margin-bottom: 30px;
font-weight: 600;
font-size: 14px;
line-height: 18px;
/* identical to box height, or 129% */
letter-spacing: 0.1em;
text-transform: uppercase;
}
</style>
<h3 class="lead-h text-center mb-3">
2020-06-14 16:09:36 +02:00
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="row justify-content-center">
<div class="figure p-3">
2020-06-25 10:59:36 +02:00
<a href="https://kraken.com" target="_blank">
<img src="~/img/kraken.svg" alt="Sponsor Kraken" height="75" asp-append-version="true"/>
</a>
<div class="figure-caption text-center">
<a href="https://kraken.com" class="text-muted small" target="_blank">Kraken</a>
</div>
</div>
<div class="figure p-3">
<a href="https://twitter.com/sqcrypto" target="_blank">
2020-06-14 16:09:36 +02:00
<img src="~/img/squarecrypto.svg" alt="Sponsor Square Crypto" height="75" asp-append-version="true"/>
</a>
<div class="figure-caption text-center">
<a href="https://twitter.com/sqcrypto" class="text-muted small" target="_blank">Square Crypto</a>
</div>
</div>
<div class="figure p-3">
<a href="https://www.btse.com" target="_blank">
2020-06-14 16:09:36 +02:00
<img src="~/img/btse.svg" alt="Sponsor BTSE" height="75" asp-append-version="true"/>
</a>
<div class="figure-caption text-center">
<a href="https://www.btse.com/" class="text-muted small" target="_blank">BTSE</a>
</div>
2020-03-10 10:28:15 +01:00
</div>
<div class="figure p-3">
<a href="https://www.dglab.com/en/" target="_blank">
2020-06-14 16:09:36 +02:00
<img src="~/img/dglab.svg" alt="Sponsor DG lab" height="75" asp-append-version="true"/>
</a>
<div class="figure-caption text-center">
<a href="https://www.dglab.com/en/" class="text-muted small" target="_blank">DG Lab</a>
</div>
</div>
2020-05-27 16:40:22 +02:00
<div class="figure p-3">
<a href="https://www.okcoin.com/" target="_blank">
<img src="~/img/okcoin.svg" alt="Sponsor OKCoin" height="75" asp-append-version="true"/>
</a>
<div class="figure-caption text-center">
<a href="https://www.okcoin.com/" class="text-muted small" target="_blank">OKCoin</a>
</div>
</div>
<div class="figure p-3">
<a href="https://acinq.co/" target="_blank">
2020-06-14 16:09:36 +02:00
<img src="~/img/acinq-logo.svg" alt="Sponsor ACINQ" height="75" asp-append-version="true"/>
</a>
<div class="figure-caption text-center">
<a href="https://acinq.co/" class="text-muted small" target="_blank">ACINQ</a>
</div>
</div>
2020-06-14 16:09:36 +02:00
</div>
<div class="row justify-content-center mt-3">
<a href="https://foundation.btcpayserver.org" target="_blank" class="text-secondary text-center">View all supporters</a>
</div>