quitsocialmedia.club/_includes/footer.html

26 lines
3.4 KiB
HTML
Raw Normal View History

2021-02-01 19:07:20 +01:00
<footer id="0">
2021-01-01 12:53:46 +01:00
<div class="row">
2021-01-31 09:44:52 +01:00
<p>{% if page.lang == 'it' %}Questo sito è stato ideato e creato da <a href="https://tommi.space/about" target="_blank" title="About Tommi">Tommi</a> con ❤️ e impegno.{% else %}This website was created by <a href="https://tommi.space/about" target="_blank" title="About Tommi">Tommi</a> with ❤️ and commitment.{% endif %}</p>
2021-01-01 12:53:46 +01:00
</div>
2020-12-31 20:03:57 +01:00
<div class="flex row">
2021-01-31 09:44:52 +01:00
<a href="{% if page.lang == 'it' %}https://it.liberapay.com/tommi/donate{% else %}https://liberapay.com/tommi/donate{% endif %}" title="Donate to Tommi using Liberapay">
<img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg" />
</a>
2020-12-31 20:03:57 +01:00
<!-- <a class="newsletter written button" href="http://eepurl.com/haXMp5" target="_blank" rel="noopener noreferrer">{% if page.lang == 'it' %}Iscriviti alla newsletter{% else %}Subscribe to newsletter{% endif %}</a> -->
<div class="h-card button-box" id="social-box">
2020-09-17 14:41:50 +02:00
2020-12-31 20:03:57 +01:00
<!-- RSS feed -->
2021-01-01 12:53:46 +01:00
<a href="/feed.xml" title="{% if page.lang == 'it' %}Feed RSS{% else %}Updates via RSS{% endif %}" target="_blank" rel="noopener noreferrer"><svg class="button" width="24" height="24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(.136 0 0 .136 3.5 3.49)"><circle cx="20.3" cy="104" r="20" fill="var(--background)"/><path d="m67 114c0 5.5 4.5 10 10 10s10-4.5 10-10c0-42.4-34.5-77-77-77-5.5 0-10 4.5-10 10s4.5 10 10 10c31.5 0 57 25.6 57 57z" fill="var(--background)"/><path d="m114 124c5.5 0 10-4.5 10-10 0-62.8-51.1-114-114-114-5.5 0-10 4.5-10 10s4.5 10 10 10c51.8 0 93.9 42.1 93.9 93.9 0 5.5 4.4 10 10 10z" fill="var(--background)"/></g></svg></a>
2020-09-17 14:41:50 +02:00
2020-12-31 20:03:57 +01:00
<!-- GitHub -->
2021-01-01 12:53:46 +01:00
<a rel="me" class"u-url" href="https://github.com/xplosionmind/quitsocialmedia.club" target="_blank" rel="noopener noreferrer" title="{% if page.lang == 'it' %}Il codice sorgente di questo sito{% else %}Source code of this website{% endif %}"><svg class="button" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="var(--primary)" style="background:0"><path d="m0 0v24l8.36-7e-3c0.602 0.11 0.821-0.252 0.821-0.569v-2c-3.35 0.712-4.06-1.58-4.06-1.58-0.223-0.718-0.697-1.33-1.34-1.73-1.09-0.723 0.0876-0.712 0.0876-0.712 0.767 0.103 1.44 0.55 1.84 1.22 0.707 1.23 2.27 1.66 3.5 0.975 0.0612-0.6 0.333-1.16 0.767-1.58-2.67-0.296-5.47-1.3-5.47-5.83-0.0239-1.18 0.412-2.32 1.22-3.19-0.366-1.01-0.323-2.13 0.12-3.11 0 0 1.02-0.318 3.28 1.2 1.97-0.526 4.05-0.526 6.02 0 2.3-1.52 3.28-1.2 3.28-1.2 0.443 0.981 0.486 2.1 0.12 3.11 0.822 0.848 1.28 1.98 1.28 3.16 0 4.53-2.83 5.53-5.47 5.83 0.588 0.57 0.889 1.37 0.821 2.19v3.23c0 0.383 0.219 0.69 0.821 0.569l7.99 0.0179v-24"/></svg></a>
2020-09-17 14:41:50 +02:00
</div>
</div>
2020-12-31 20:03:57 +01:00
<div id="license" class="row">
{% if page.lang == 'it' %}
<p>Eccetto dove diversamente specificato, tutto quello che cè in questo sito, compreso il codice sorgente, è protetto dalla licenza <a rel="license noopener noreferrer" href="http://creativecommons.org/licenses/by-nc-sa/4.0/deed.it" target="_blank">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International</a>.</p>
{% else %}
<p>Everything in this website, including its source code, is licensed under a <a rel="license noopener noreferrer" href="http://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>, except where otherwise specified.</p>
{% endif %}
2020-09-17 14:41:50 +02:00
</div>
2021-02-01 19:07:20 +01:00
</footer>