diff options
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> |