2017-03-21 12:52:42 +01:00
|
|
|
|
{{ "<!-- LEGAL -->" | safeHTML }}
|
|
|
|
|
<section id="legal">
|
|
|
|
|
<div class="text-center">
|
2017-03-21 18:27:00 +01:00
|
|
|
|
<h2 class="hidden">Legal Information</h2>
|
2018-10-09 14:44:39 +02:00
|
|
|
|
<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>
|
2018-06-08 18:22:10 +02:00
|
|
|
|
<p>{{ i18n "legal_by" }} (<a href="https://fsfe.org/index.{{ .Lang }}.html" target="_blank">FSFE</a>)
|
|
|
|
|
– <a href="https://fsfe.org/about/legal/imprint.{{ .Lang }}.html" target="_blank">{{ i18n "legal_imprint" }}</a>
|
|
|
|
|
| <a href="{{ "privacy/" | relLangURL }}">{{ i18n "legal_privacy" }}</a>
|
|
|
|
|
| <a href="https://fsfe.org/about/transparency-commitment.{{ .Lang }}.html" target="_blank">{{ i18n "legal_transparency" }}</a>
|
2017-03-21 12:52:42 +01:00
|
|
|
|
– Copyright © {{ (now).Year }}</p>
|
2018-06-08 18:22:10 +02:00
|
|
|
|
<p>{{ i18n "legal_license" | markdownify }}</p>
|
2017-03-21 12:52:42 +01:00
|
|
|
|
</div>
|
|
|
|
|
</section>
|
2017-08-29 21:36:02 +02:00
|
|
|
|
|
|
|
|
|
<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>
|