Update donation links
This commit is contained in:
parent
bc1e81e2b1
commit
7be9959ddd
|
@ -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>
|
||||
|
|
|
@ -35,6 +35,14 @@
|
|||
}
|
||||
}
|
||||
|
||||
.paypal {
|
||||
background-color: #e17055;
|
||||
}
|
||||
|
||||
.sponsor {
|
||||
background-color: #e84393;
|
||||
}
|
||||
|
||||
.mbtn {
|
||||
height: 60px;
|
||||
display: inline;
|
||||
|
|
Loading…
Reference in New Issue
Block a user