mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
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:
parent
fecf2766d0
commit
fd43071a3c
14 changed files with 145 additions and 133 deletions
12
_includes/nav-mobile.html
Normal file
12
_includes/nav-mobile.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<nav class="overlay-menu">
|
||||
<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>
|
||||
</ul>
|
||||
</nav>
|
Loading…
Add table
Add a link
Reference in a new issue