feat: add legal pages (impressum, privacy, terms) v0.4.3
Some checks failed
Deploy to Staging / build-and-deploy (push) Failing after 9m24s
Some checks failed
Deploy to Staging / build-and-deploy (push) Failing after 9m24s
This commit is contained in:
parent
b58f634318
commit
a70157d0ae
5 changed files with 1556 additions and 3 deletions
|
|
@ -584,9 +584,9 @@ footer{border-top:1px solid var(--border);padding:48px 24px 32px;background:var(
|
|||
</div>
|
||||
<div class="footer-col">
|
||||
<h5>Legal</h5>
|
||||
<a href="#impressum">Impressum</a>
|
||||
<a href="#privacy">Privacy Policy</a>
|
||||
<a href="#terms">Terms of Service</a>
|
||||
<a href="/impressum.html">Impressum</a>
|
||||
<a href="/privacy.html">Privacy Policy</a>
|
||||
<a href="/terms.html">Terms of Service</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer-bottom">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue