feat: update navigation and footer (#17)

* refactor(layout): move back link to layout

* feat: add concept.svg

* feat(menu): cleanup

* feat(footer): add sitemap
This commit is contained in:
Gigi
2022-05-15 21:02:04 +02:00
committed by GitHub
parent 1c7bbe2daf
commit fee4511c83
12 changed files with 869 additions and 321 deletions

View File

@@ -1,12 +1,9 @@
<div class="row">
<div class="span8 offset2" style="margin-bottom: 1rem;">
<center>
<a href="/">Map</a> |
<a href="/fork">Fork?</a> |
<a href="/concept">Concept</a> |
<a href="/checklist">Checklist</a> |
<a href="/logo">Logo</a> |
<a href="/translations">Translations</a>
<a href="/">The Map</a> |
<a href="/concept">The Concept</a> |
<a href="/fork#the-meme">The Meme</a>
</center>
</div>
</div>