Navigation

- Split the navigation out to separate files.
- Set the navigation items to i18n strings.
- Updated the overlay css to accommodate the number of nav items.
This commit is contained in:
Perry Woodin 2016-07-12 10:21:59 -04:00
parent fecf2766d0
commit fd43071a3c
14 changed files with 145 additions and 133 deletions

View file

@ -0,0 +1,13 @@
<nav class="desktop">
<ul>
<li><a href="#">{% t nav.what-is-dash %}</a></li>
<li><a href="#">{% t nav.get-dash %}</a></li>
<li><a href="#">{% t nav.participate %}</a></li>
<li><a href="#">{% t nav.currency %}</a></li>
<li><a href="#">{% t nav.community %}</a></li>
<li><a href="#">{% t nav.blog %}</a></li>
<li><a href="#">{% t nav.project %}</a></li>
<li><a href="#">{% t global.english %}</a></li>
<li><a href="#">{% t nav.search %}</a></li>
</ul>
</nav>