new footer link
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
@@ -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
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user