diff options
author | Adam Stück <adam@adast.dk> | 2024-08-08 14:55:05 +0200 |
---|---|---|
committer | Adam Stück <adam@adast.dk> | 2024-08-08 19:02:38 +0200 |
commit | 3aa7a93a05b1e6d5e14af5adc4347a09f01b36c7 (patch) | |
tree | 52de373521d3515f7ab86d9f0dfc4f603e628553 /footer.html | |
parent | abfcc5915274c8872530ef424d7715bf9183755a (diff) |
design tweaks
Updated barf
Dropped /about in favour of individual pages (again)
Shamelessly copying Bradley Taunt's [1] latest website design changes.
Minor content edits
1: http://btxx.org
Diffstat (limited to 'footer.html')
-rw-r--r-- | footer.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/footer.html b/footer.html index 64aa25f..8d03441 100644 --- a/footer.html +++ b/footer.html @@ -1,19 +1,19 @@ +<hr/> <footer role="contentinfo"> - <hr> - <h3 id="menu">Menu Navigation</h3> - <ul> + <h2>Menu Navigation</h2> + <ul id="menu"> <li><a href="/">Home</a></li> + <li><a href="/projects">Projects</a></li> <li><a href="/services">Services</a></li> - <li><a href="/resume">Resume</a></li> - <li><a href="/about">About</a></li> <li><a href="/uses">Uses</a></li> + <li><a href="/resume">Resume</a></li> + <li><a href="/now">Now</a></li> <li><a href="/donate">Donate</a></li> - <li><a href="https://adast.dk/feed">RSS</a></li> - <li><a href="#top">↑ Top of the page</a></li> + <li><a href="#top">↑ Top of the page</a></li> </ul> <small> - Built with <a href="https://git.btxx.org/barf">barf</a>. <br> - Maintained with ♥ for the web. <br> + Feeds: <a href="/atom.xml">Atom</a> | <a href="/rss.xml">RSS</a> <br> + Built with <a href="https://barf.btxx.org">barf</a>. <br> The content for this site is <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA</a>.<br> The <a href="https://git.sr.ht/~adamski/adast.dk">code for this site</a> is <a href="https://git.sr.ht/~adamski/adast.dk/tree/main/item/LICENSE">MIT</a>. </small> |