21 lines
1021 B
HTML
21 lines
1021 B
HTML
{{ "<!-- LEGAL -->" | safeHTML }}
|
||
<section id="legal">
|
||
<div class="text-center">
|
||
<h2 class="hidden">Legal Information</h2>
|
||
<p>{{ i18n "legal_contribute1" }} <a href="https://git.fsfe.org/pmpc/website" target="_blank">{{ i18n "legal_contribute2" }}</a>
|
||
| <a href="/translation_status"> {{ i18n "translation_status" }}</a></p>
|
||
<p>{{ i18n "legal_by" }} (<a href="https://fsfe.org/" target="_blank">FSFE</a>)
|
||
– <a href="https://fsfe.org/about/legal/imprint.html" target="_blank">{{ i18n "legal_imprint" }}</a>
|
||
| <a href="{{ "privacy/" | relLangURL }}">{{ i18n "legal_privacy" }}</a>
|
||
| <a href="https://fsfe.org/about/transparency-commitment.html" target="_blank">{{ i18n "legal_transparency" }}</a>
|
||
– Copyright © {{ (now).Year }}</p>
|
||
<p>{{ i18n "legal_license" | markdownify }}</p>
|
||
</div>
|
||
</section>
|
||
|
||
<a class="page-scroll hiddenlink" href="#page-top" title="Scroll to top">
|
||
<div id="scroll-to-top">
|
||
<i class="fa fa-chevron-up" aria-hidden="true"></i>
|
||
</div>
|
||
</a>
|