]> git.llucax.com Git - personal/website.git/blobdiff - source/_templates/layout.html
Add GitHub and GitLab links
[personal/website.git] / source / _templates / layout.html
index 4b4cfc47ec20bda4272016530738ed6f7f772ae4..1f2c743d23cce39407aeeff9dbea2b39b713865b 100644 (file)
@@ -1,28 +1,12 @@
 {% extends "!layout.html" %}
 
-{% block extrahead %}
-<script type="text/javascript">
-/* <![CDATA[ */
-    (function() {
-        var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
-        s.type = 'text/javascript';
-        s.async = true;
-        s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto&uid=llucax&language=en&popout=0';
-        t.parentNode.insertBefore(s, t);
-    })();
-/* ]]> */</script>
-{% endblock %}
-
 {% block header %}
 <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;
-       <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.llucax.com.ar/"></a>
-       <noscript>
-               <a href="http://flattr.com/thing/1141602/Leandro-Lucarellas-Home-Page" target="_blank">
-                       <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" />
-               </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 %}