26 lines
1.7 KiB
HTML
26 lines
1.7 KiB
HTML
<footer id='0'>
|
||
<div class='row'>
|
||
<p>{% case lang%}
|
||
{% when 'it' %}
|
||
Questo sito è stato ideato e creato da <a href='https://tommi.space/about-it' target='_blank' title='About Tommi'>Tommi</a> con ❤️ e dedizione.
|
||
{% when 'fr' %}
|
||
Ce site-ci à été creé par <a href='https://tommi.space/about' target='_blank' title='About Tommi'>Tommi</a> et traduit en Français par <a href='https://github.com/le-jun' target='_blank' title='JeJun sur GitHub'>LeJun</a>.
|
||
{% else %}
|
||
This website was created by <a href='https://tommi.space/about' target='_blank' title='About Tommi'>Tommi</a> with ❤️ and commitment.
|
||
{% endcase %}</p>
|
||
</div>
|
||
<div id='license' class='row'>
|
||
{% case lang %}
|
||
{% when 'it' %}
|
||
<p>Eccetto dove diversamente specificato, tutto quello che c’è in questo sito, compreso il codice sorgente, è protetto dalla licenza <a rel='license' href='http://creativecommons.org/licenses/by-sa/4.0/deed.it' target='_blank'>Creative Commons Attribution-ShareAlike 4.0 International</a>.</p>
|
||
{% when 'fr' %}
|
||
<p>Excepté où autrement specifié, tout qui est dans ce site-ci, compris le code source, est protegé par la licence <a rel='license' href='http://creativecommons.org/licenses/by-sa/4.0/deed.fr' target='_blank'>Creative Commons Attribution-ShareAlike 4.0 International</a>.</p>
|
||
{% else %}
|
||
<p>Everything in this website, including its source code, is licensed under a <a rel='license' href='http://creativecommons.org/licenses/by-sa/4.0/' target='_blank'>Creative Commons Attribution-ShareAlike 4.0 International License</a>, except where otherwise specified.</p>
|
||
{% endcase %}
|
||
</div>
|
||
<div class='flex row'>
|
||
<a href='https://512kb.club'><img src='https://512kb.club/assets/images/green-team.svg' /></a>
|
||
</div>
|
||
</footer>
|