summaryrefslogtreecommitdiff
path: root/src/main/resources/templates/tags/footer.html
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2020-12-16 13:26:38 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2020-12-16 13:26:38 +0100
commit533e6d4ca0764c3d74329cbe8c470957a51a278b (patch)
tree5caa35dc684bcd932a3880e0d151940dbf304391 /src/main/resources/templates/tags/footer.html
parent8f4c40796afa355af17130f4813be337916d0d6f (diff)
Make navigation in portrait mode more compact.
- Moves secondary navigation items to the footer. - Reduces primary navigation items to two lines. Change-Id: Id104bb051c48bcd1f8ff97b0ecd3e198a7531cd1
Diffstat (limited to 'src/main/resources/templates/tags/footer.html')
-rw-r--r--src/main/resources/templates/tags/footer.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/resources/templates/tags/footer.html b/src/main/resources/templates/tags/footer.html
new file mode 100644
index 0000000..f185f1b
--- /dev/null
+++ b/src/main/resources/templates/tags/footer.html
@@ -0,0 +1,5 @@
+<ul class="footer-nav">
+ <li><a href="/newsletter">Newsletter</a></li>
+ <li><a href="/privacy">Privacy</a></li>
+ <li><a href="/about">Contact</a></li>
+</ul>