dash-website/_includes/nav-desktop.html
Perry Woodin fd43071a3c 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.
2016-07-12 10:21:59 -04:00

13 lines
No EOL
536 B
HTML

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