btcpayserver/BTCPayServer/Views/Shared/_BTCPaySupporters.cshtml

45 lines
2.1 KiB
Text
Raw Normal View History

2020-07-19 01:20:12 +02:00
<h5 class="text-center font-weight-normal mb-2">
Our Supporters
</h5>
<div class="row justify-content-center mb-2">
2020-08-10 09:46:01 +02:00
<div class="p-3 text-center" style="flex-basis:105px;">
2020-07-19 01:20:12 +02:00
<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>
2020-06-25 10:59:36 +02:00
</a>
</div>
2020-08-10 09:46:01 +02:00
<div class="p-3 text-center" style="flex-basis:105px;">
2020-07-19 01:20:12 +02:00
<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>
2020-08-10 09:46:01 +02:00
<div class="p-3 text-center" style="flex-basis:105px;">
2020-07-19 01:20:12 +02:00
<a href="https://www.btse.com" target="_blank" class="text-muted small">
<img src="~/img/btse.svg" alt="Sponsor BTSE" height="50" asp-append-version="true"/>
<span class="d-block mt-3">BTSE</span>
</a>
2020-03-10 10:28:15 +01:00
</div>
2020-08-10 09:46:01 +02:00
<div class="p-3 text-center" style="flex-basis:105px;">
2020-07-19 01:20:12 +02:00
<a href="https://www.dglab.com/en/" target="_blank" class="text-muted small">
<img src="~/img/dglab.svg" alt="Sponsor DG lab" height="50" asp-append-version="true"/>
<span class="d-block mt-3">DG Lab</span>
</a>
</div>
2020-08-10 09:46:01 +02:00
<div class="p-3 text-center" style="flex-basis:105px;">
2020-07-19 01:20:12 +02:00
<a href="https://www.okcoin.com/" target="_blank" class="text-muted small">
<img src="~/img/okcoin.svg" alt="Sponsor OKCoin" height="50" asp-append-version="true"/>
<span class="d-block mt-3">OKCoin</span>
2020-05-27 16:40:22 +02:00
</a>
</div>
2020-08-10 09:46:01 +02:00
<div class="p-3 text-center" style="flex-basis:105px;">
2020-07-19 01:20:12 +02:00
<a href="https://acinq.co/" target="_blank" class="text-muted small">
<img src="~/img/acinq-logo.svg" alt="Sponsor ACINQ" height="50" asp-append-version="true"/>
<span class="d-block mt-3">ACINQ</span>
</a>
</div>
2020-06-14 16:09:36 +02:00
</div>
2020-07-19 01:20:12 +02:00
<p class="text-center">
<a href="https://foundation.btcpayserver.org" target="_blank">View all supporters</a>
</p>