Add ctb affiliate link to donation section
This commit is contained in:
parent
175e547123
commit
37a429c9bc
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
|
@ -135,7 +135,7 @@
|
|||
<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">
|
||||
<div class="col-lg-10 mx-auto text-center">
|
||||
<p id="download-counter" class="lead text-center" style="display:none"></p>
|
||||
<p class="lead">
|
||||
CTB Recorder is free and open source. I'm a student and wrote this software in my spare time.
|
||||
|
@ -144,15 +144,29 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="row text-center">
|
||||
<div class="col">
|
||||
<div class="col-md-2"></div>
|
||||
<div class="col-md-4">
|
||||
<p class="lead">
|
||||
Buy me a coffee<br/>
|
||||
<a href="https://www.buymeacoffee.com/0xboobface" target="_blank">
|
||||
<img src="img/buymeacoffee/buymeacoffee.png" alt="Buy a coffee"/>
|
||||
</a>
|
||||
<br/><br/>
|
||||
<a href="https://chaturbate.com/in/?track=default&tour=LQps&campaign=55vTi&room=0xb00bface" target="_blank" title="If you buy tokens by using this button, Chaturbate will award me 20% of the tokens' value for sending you over. You get the full tokens and it doesn't cost you any more!">
|
||||
<img src="img/token.png" alt="Buy Chaturbate tokens"/>
|
||||
</a><br/>
|
||||
<input type="button" value="Buy tokens"
|
||||
onclick="window.open('https://chaturbate.com/in/?track=default&tour=LQps&campaign=55vTi&room=0xb00bface','_blank')"
|
||||
title="If you buy tokens by using this button, Chaturbate will award me 20% of the tokens' value for sending you over. You get the full tokens and it doesn't cost you any more!">
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<p class="lead">
|
||||
<a href="https://www.buymeacoffee.com/0xboobface" target="_blank">
|
||||
<img src="img/buymeacoffee/buymeacoffee.png" alt="Buy a coffee" style="height: 160px; margin: 20px"/>
|
||||
</a><br/>
|
||||
<input type="button" value="Buy a coffee"
|
||||
onclick="window.open('https://www.buymeacoffee.com/0xboobface','_blank')">
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<br/><br/>
|
||||
<div class="row text-center">
|
||||
<div class="col">
|
||||
<p class="lead">
|
||||
Bitcoin<br/>
|
||||
|
|
Loading…
Reference in New Issue