mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
- 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.
13 lines
No EOL
536 B
HTML
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> |