Added crypto coins to donate section
This commit is contained in:
parent
360474144c
commit
351d873e39
|
@ -105,18 +105,41 @@
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<section class="portfolio bg-primary" id="donate">
|
||||
<section class="portfolio bg-primary text-light" id="donate">
|
||||
<div class="container">
|
||||
<h2 class="text-light text-center text-uppercase mb-0">Donate</h2>
|
||||
<h2 class="text-center text-uppercase mb-0">Donate</h2>
|
||||
<hr class="star-light mb-5">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 mx-auto text-center text-light">
|
||||
<div class="col-lg-8 mx-auto text-center">
|
||||
<p class="lead">
|
||||
CTB Recorder is free and open source. I'm a student and wrote this software in my spare time.
|
||||
If you like the software or want to suggest a new feature, please consider buying me a coffee or two. Thanks!
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row text-center">
|
||||
<div class="col">
|
||||
<p class="lead">
|
||||
Bitcoin<br/>
|
||||
<img src="https://raw.githubusercontent.com/0xboobface/ctbrec/master/src/main/resources/html/bitcoin-address.png" alt="bitcoin:15sLWZon8diPqAX4UdPQU1DcaPuvZs2GgA"/><br/><br/>
|
||||
<input type="text" value="15sLWZon8diPqAX4UdPQU1DcaPuvZs2GgA" onClick="this.select(); document.execCommand('copy');"/>
|
||||
</p>
|
||||
</div>
|
||||
<div class="col">
|
||||
<p class="lead">
|
||||
Ethereum<br/>
|
||||
<img src="https://raw.githubusercontent.com/0xboobface/ctbrec/master/src/main/resources/html/ethereum-address.png" alt="ethereum:0x996041638eEAE7E31f39Ef6e82068d69bA7C090e"/><br/><br/>
|
||||
<input type="text" value="0x996041638eEAE7E31f39Ef6e82068d69bA7C090e" onClick="this.select(); document.execCommand('copy');"/>
|
||||
</p>
|
||||
</div>
|
||||
<div class="col">
|
||||
<p class="lead">
|
||||
Monero<br/>
|
||||
<img src="https://raw.githubusercontent.com/0xboobface/ctbrec/master/src/main/resources/html/monero-address.png" alt="monero:448ZQZpzvT4iRNAVBr7CMQBfEbN3H8uAF2BWabtqVRckgTY3GQJkUgydjotEPaGvpzJboUpe39J8rPBkWZaUbrQa31FoSMj"/><br/><br/>
|
||||
<input type="text" value="448ZQZpzvT4iRNAVBr7CMQBfEbN3H8uAF2BWabtqVRckgTY3GQJkUgydjotEPaGvpzJboUpe39J8rPBkWZaUbrQa31FoSMj" onClick="this.select(); document.execCommand('copy');"/>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 23 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 21 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 11 KiB |
Loading…
Reference in New Issue