forked from j62/ctbrec
1
0
Fork 0

Nicer images for the donation section

This commit is contained in:
0xboobface 2018-11-19 19:33:15 +01:00
parent f5f5619580
commit d973b085f1
4 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

BIN
docs/img/patreon-round.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

BIN
docs/img/paypal-round.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

View File

@ -156,7 +156,7 @@
<div class="col">
<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"/>
<img src="img/buymeacoffee-round.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')">
@ -165,7 +165,7 @@
<div class="col">
<p class="lead">
<a href="https://www.paypal.me/0xb00bface" target="_blank">
<img src="img/pp196.png" alt="PayPal" style="height: 160px; margin: 20px"/>
<img src="img/paypal-round.png" alt="PayPal" style="height: 160px; margin: 20px"/>
</a><br/>
<input type="button" value="PayPal"
onclick="window.open('https://www.paypal.me/0xb00bface','_blank')">
@ -174,7 +174,7 @@
<div class="col">
<p class="lead">
<a href="https://www.patreon.com/0xb00bface" target="_blank">
<img src="img/patreon-logo.png" alt="Patreon" style="height: 160px; margin: 20px"/>
<img src="img/patreon-round.png" alt="Patreon" style="height: 160px; margin: 20px"/>
</a><br/>
<input type="button" value="Patreon"
onclick="window.open('https://www.patreon.com/0xb00bface','_blank')">