new footer link

This commit is contained in:
samantha42
2026-09-11 10:21:31 +02:00
parent 6be2f75b11
commit 9760658c54
4 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ func main() {
mux.Handle("/static/", http.StripPrefix("/static/", http.FileServerFS(staticRoot))) mux.Handle("/static/", http.StripPrefix("/static/", http.FileServerFS(staticRoot)))
mux.HandleFunc("/favicon.ico", func(w http.ResponseWriter, r *http.Request) { mux.HandleFunc("/favicon.ico", func(w http.ResponseWriter, r *http.Request) {
http.ServeFileFS(w, r, staticRoot, "favicon.ico") http.ServeFileFS(w, r, sourceRoot, "favicon.ico")
}) })
addr := fmt.Sprintf(":%d", *port) addr := fmt.Sprintf(":%d", *port)
+3
View File
@@ -300,6 +300,9 @@ footer{
} }
.footer-contact a{font-family:var(--ff-mono);font-size:0.78rem;color:var(--accent);text-decoration:none;} .footer-contact a{font-family:var(--ff-mono);font-size:0.78rem;color:var(--accent);text-decoration:none;}
.footer-contact a:hover{text-decoration:underline;} .footer-contact a:hover{text-decoration:underline;}
.footer-contact {
display: flex;
}
.footer-copy{font-family:var(--ff-mono);font-size:0.7rem;color:var(--dim);} .footer-copy{font-family:var(--ff-mono);font-size:0.7rem;color:var(--dim);}
@keyframes fadeUp{from{opacity:0;transform:translateY(10px);}to{opacity:1;transform:translateY(0);}} @keyframes fadeUp{from{opacity:0;transform:translateY(10px);}to{opacity:1;transform:translateY(0);}}
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -39,7 +39,7 @@
<footer> <footer>
<div class="footer-contact"> <div class="footer-contact">
<a href="mailto:me@samantha42.xyz">me@samantha42.xyz</a> <a href="mailto:me@samantha42.xyz">me@samantha42.xyz</a> <a href="https://git.samantha42.xyz/samantha/site"> site source</a>
</div> </div>
<div class="footer-copy">© 2026 — all rights reserved</div> <div class="footer-copy">© 2026 — all rights reserved</div>