website/views/partials/navbar.hbs
Jonathan Barrow 6d65ac3912 Stripped down and reworked pages
Stripped down the website to remove account managment and API handling. These features may be brought back in the future when the network goes live. A few new pages such as the Cemu and FAQ pages were added along with a finished credits list
2020-03-08 22:25:38 -04:00

14 lines
541 B
Handlebars

<nav class="navWrapper" id="nav">
<a class="navItem brand" href="/">{{ locale.nav.brand }}</a>
<a class="navItem" href="/connecting">Connecting</a>
<a class="navItem" href="/cemu">Cemu</a>
<a class="navItem" href="/faq">FAQ</a>
<a class="navItem" href="https://github.com/PretendoNetwork/" target="_blank">GitHub</a>
<a class="navItem" href="https://invite.gg/pretendo" target="_blank">Discord</a>
<div class="navSpread"></div>
<a class="navItem hamburger" id="navToggle">
<span></span>
<span></span>
<span></span>
</a>
</nav>