Update donation links

This commit is contained in:
Federico Terzi 2020-01-21 23:42:57 +01:00
parent bc1e81e2b1
commit 7be9959ddd
2 changed files with 11 additions and 4 deletions

View File

@ -13,9 +13,8 @@
</p>
<p class="bigger">If you liked the project, please consider making a small donation, it really helps :)</p>
<a target="_blank" href="https://github.com/sponsors/federico-terzi" role="button"><img src="/assets/images/githubsponsor.png" class="mbtn" /></a>
<a target="_blank" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FHNLR5DRS267E&source=url" role="button"><img src="/assets/images/paypal.png" class="mbtn" /></a>
<a class="btn btn-lg paypal" target="_blank" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FHNLR5DRS267E&source=url" role="button">Donate with PayPal</a>
<a class="btn btn-lg sponsor" target="_blank" href="https://github.com/sponsors/federico-terzi" role="button">Become a GitHub Sponsor</a>
</div>
</div>
</div>

View File

@ -35,6 +35,14 @@
}
}
.paypal {
background-color: #e17055;
}
.sponsor {
background-color: #e84393;
}
.mbtn {
height: 60px;
display: inline;