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

@ -12,10 +12,9 @@
and I decided to make it open source because I thought it could be useful to many people. and I decided to make it open source because I thought it could be useful to many people.
</p> </p>
<p class="bigger">If you liked the project, please consider making a small donation, it really helps :)</p> <p class="bigger">If you liked the project, please consider making a small donation, it really helps :)</p>
<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 target="_blank" href="https://github.com/sponsors/federico-terzi" role="button"><img src="/assets/images/githubsponsor.png" class="mbtn" /></a> <a class="btn btn-lg sponsor" target="_blank" href="https://github.com/sponsors/federico-terzi" role="button">Become a GitHub Sponsor</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>
</div> </div>
</div> </div>
</div> </div>

View File

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