mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-01-18 13:26:47 +01:00
Add credit and donation
This commit is contained in:
parent
b17a2fc1db
commit
4590ae5b6e
@ -59,6 +59,51 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<section>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 mx-auto text-center">
|
||||
<h2 class="section-heading">Special thanks</h2>
|
||||
<hr class="primary">
|
||||
<p>Thanks to those who gave me some time to work on this project, or helped me.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-4 mr-auto text-center">
|
||||
<a href="https://www.dglab.com/en/">
|
||||
<img src="~/img/dglab.gif" height="100" />
|
||||
</a>
|
||||
<p>
|
||||
<a href="https://www.dglab.com/en/">DG Lab</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-lg-4 ml-auto text-center">
|
||||
<a href="https://metaco.com/">
|
||||
<img src="~/img/metaco.jpg" height="100" />
|
||||
</a>
|
||||
<p><a href="https://metaco.com/">Metaco</a></p>
|
||||
</div>
|
||||
<div class="col-lg-4 mr-auto text-center">
|
||||
<a href="https://ibukingdom.themedia.jp/">
|
||||
<img src="~/img/ibuki.png" height="100" />
|
||||
</a>
|
||||
<p>
|
||||
<a href="https://ibukingdom.themedia.jp/">Designer</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div class="call-to-action bg-dark">
|
||||
<div class="container text-center">
|
||||
<h2>Donate</h2>
|
||||
<p>Donation to this address will be reinvested into the development of this tool</p>
|
||||
<img src="~/img/donation.jpg">
|
||||
<p style="font-size:10px">3BpfdkF93GwFRWdrAN3SNsRAsi6d158YQi</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<section id="contact">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
@ -79,10 +124,10 @@
|
||||
<a href="https://github.com/btcpayserver/btcpayserver">
|
||||
<img src="~/img/github.png" height="100" />
|
||||
</a>
|
||||
<p>
|
||||
<a href="https://github.com/btcpayserver/btcpayserver">On Github</a>
|
||||
</p>
|
||||
</div>
|
||||
<p>
|
||||
<a href="https://github.com/btcpayserver/btcpayserver">On Github</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
BIN
BTCPayServer/wwwroot/img/dglab.gif
Normal file
BIN
BTCPayServer/wwwroot/img/dglab.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
BIN
BTCPayServer/wwwroot/img/donation.jpg
Normal file
BIN
BTCPayServer/wwwroot/img/donation.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
BTCPayServer/wwwroot/img/ibuki.png
Normal file
BIN
BTCPayServer/wwwroot/img/ibuki.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
BTCPayServer/wwwroot/img/metaco.jpg
Normal file
BIN
BTCPayServer/wwwroot/img/metaco.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.5 KiB |
Loading…
Reference in New Issue
Block a user