1
0

docs: add privacy page and footer link
Deploy / deploy (push) Successful in 0s

This commit is contained in:
Pouya
2026-06-04 18:08:46 +02:00
parent 35de7cacc2
commit 21f943a517
2 changed files with 637 additions and 2 deletions
+12 -2
View File
@@ -462,6 +462,13 @@ footer{border-top:1px solid var(--border-strong);padding:2.4rem 0 4rem;margin-to
footer .fnote{font-family:var(--mono);font-size:var(--step--1);color:var(--muted);line-height:1.7;max-width:80ch}
footer .fnote b{color:var(--ink-soft)}
footer .fnote .prims{color:var(--accent-ink)}
footer .flinks{
margin-top:1.1rem;display:flex;flex-wrap:wrap;gap:.5rem 1.4rem;align-items:center;
font-family:var(--mono);font-size:var(--step--1);
}
footer .flinks a{color:var(--accent-ink);text-decoration:none;font-weight:600}
footer .flinks a:hover{text-decoration:underline}
footer .flinks .sep{color:var(--faint)}
footer .sig{
margin-top:1.4rem;display:flex;flex-wrap:wrap;gap:.5rem 1.2rem;align-items:center;
font-family:var(--mono);font-size:var(--step--1);color:var(--faint);
@@ -770,9 +777,12 @@ footer .sig .dot{width:6px;height:6px;border-radius:50%;background:var(--accent)
<b>Served as a static site.</b> The source of truth lives in the
<a href="https://git.pouya.duckdns.org/public/tutorials" target="_blank" rel="noopener"><code>public/tutorials</code></a> Gitea repository; this page and every guide are plain
self-contained HTML, built from there.
<br>
<a class="srclink" href="https://git.pouya.duckdns.org/public/tutorials" target="_blank" rel="noopener">View the source repository &rarr;</a>
</p>
<div class="flinks">
<a href="privacy.html">Privacy</a>
<span class="sep">&middot;</span>
<a class="srclink" href="https://git.pouya.duckdns.org/public/tutorials" target="_blank" rel="noopener">View the source repository &rarr;</a>
</div>
<div class="sig">
<span class="dot" aria-hidden="true"></span>
<span>Pouya's Field Guides</span>