[Feature] Mobile Nav + Burger / CTA on Home

This commit is contained in:
0xfff 2016-11-01 02:10:13 +01:00
parent c2c4e509d8
commit 3685f559fd
15 changed files with 307 additions and 503 deletions

View file

@ -25,7 +25,7 @@
</footer>
<!-- Mobile Nav -->
<div class="overlay" id="overlay">
<div class="overlay" id="overlay" data-js-overlay-menu>
<a href="/"><img src="/assets/img/logo-white.png" alt="Dash" class="logo"></a>
{% include nav-mobile.html %}
</div>