]> git.llucax.com Git - personal/website.git/commitdiff
Improve and add sponsoring sidebar
authorLeandro Lucarella <luca@llucax.com>
Mon, 19 Oct 2020 14:13:29 +0000 (16:13 +0200)
committerLeandro Lucarella <luca@llucax.com>
Mon, 19 Oct 2020 21:18:22 +0000 (23:18 +0200)
source/_templates/sidebar_donate.html

index d190b79aac570835defb183d0944aea1cb4bffdb..437b88864ca47a77614571b022a1a68516a6101a 100644 (file)
@@ -1,7 +1,14 @@
 <div class="sidebar-block">
   <div class="sidebar-wrapper">
-    <a href="https://www.paypal.com/donate?hosted_button_id=UZRR3REUC4SY2" title="Donate via Paypal"><img src="https://img.shields.io/badge/Donate-Paypal-0070ba" alt="Donate" /></a><br />
-    <a href="https://flattr.com/@llucax" title="Donate via Flattr"><img src="https://img.shields.io/badge/Donate-Flattr-6bc76b" alt="Donate" /></a><br />
-    <a href="https://www.buymeacoffee.com/llucax" title="Donate via Buy Me A Coffee"><img src="https://img.shields.io/badge/Donate-Buy%20Me%20A%20Coffee-ffdd00" alt="Donate" /></a><br />
+    <h2>Sponsor me</h2>
+    <a href="https://github.com/sponsors/llucax" title="Sponsor me via GitHub Sponsors"><img src="https://img.shields.io/badge/-GitHub%20Sponsors-ea4aaa?logo=github" alt="Sponsor me via GitHub Sponsors" /></a>
+    <br />
+    <a href="https://liberapay.com/llucax/" title="Sponsor me via Liberapay"><img src="https://img.shields.io/badge/-Liberapay-f6c915?logo=liberapay&logoColor=black" alt="Sponsor me via Liberapay" /></a>
+    <br />
+    <a href="https://www.paypal.com/donate?hosted_button_id=UZRR3REUC4SY2" title="Sponsor me via Paypal"><img src="https://img.shields.io/badge/-Paypal-0070ba?logo=paypal" alt="Sponsor me via Paypal" /></a>
+    <br />
+    <a href="https://www.buymeacoffee.com/llucax" title="Donate via Buy Me A Coffee"><img src="https://img.shields.io/badge/-Buy%20Me%20A%20Coffee-ff813f?logo=buy-me-a-coffee&logoColor=black" alt="Sponsor me via Buy Me A Coffee" /></a>
+    <br />
+    <a href="https://flattr.com/@llucax" title="Sponsor me via Flattr"><img src="https://img.shields.io/badge/-Flattr-6bc76b?logo=flattr" alt="Sponsor me via Flattr" /></a>
   </div>
 </div>