]> git.llucax.com Git - personal/website.git/commitdiff
Add more donate badges
authorLeandro Lucarella <luca@llucax.com>
Thu, 15 Oct 2020 11:19:00 +0000 (13:19 +0200)
committerLeandro Lucarella <luca@llucax.com>
Thu, 15 Oct 2020 11:19:00 +0000 (13:19 +0200)
Also replace the Flattr badge with more modern, non-JS badge.

source/_templates/layout.html

index e85ff0101838da333ccc770fc938a8142988cc62..1f2c743d23cce39407aeeff9dbea2b39b713865b 100644 (file)
@@ -4,11 +4,9 @@
 <div style="background-color: white; text-align: left; font-size: xx-large; padding: 10px 10px 15px 15px">
        <a href="/">Leandro Lucarella's Home Page</a>
        &nbsp;
-       <script id='fb0fa12'>/* <![CDATA[ */(function(i){var f,s=document.getElementById(i);f=document.createElement('iframe');f.src='//button.flattr.com/view/?fid=mqdv7n&button=compact&url='+encodeURIComponent(document.URL);f.title='Flattr';f.height=20;f.width=110;f.style.borderWidth=0;s.parentNode.insertBefore(f,s);})('fb0fa12');/* ]]> */</script>
-       <noscript>
-               <a href="https://flattr.com/submit/auto?fid=mqdv7n&url=https%3A%2F%2Fllucax.com%2F" target="_blank"><img src="//button.flattr.com/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0"></a>
-               </a>
-       </noscript>
+       <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>
+       <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>
+       <a href="https://flattr.com/@llucax" title="Donate via Flattr"><img src="https://img.shields.io/badge/Donate-Flattr-6bc76b" alt="Donate" /></a>
 </div>
 {% endblock %}