Skip to content

Instantly share code, notes, and snippets.

@benewen96
Created August 1, 2016 21:33
Show Gist options
  • Save benewen96/27f66dad56b9bd7cb77321a808e44922 to your computer and use it in GitHub Desktop.
Save benewen96/27f66dad56b9bd7cb77321a808e44922 to your computer and use it in GitHub Desktop.
<!-- Add this to top of <body> -->
<nav class="black text-white" role="navigation">
<div class="nav-wrapper container">
<a id="logo-container" href="#" class="brand-logo"></a>
<ul class="right hide-on-med-and-down">
<li><a class="white-text modal-trigger" href="#">New Page</a></li>
</ul>
<ul id="nav-mobile" class="side-nav">
<li><a id="mobileHelp" onclick="" class="modal-trigger" href="#">New Page</a></li>
</ul>
<a href="#modal1" data-activates="nav-mobile" class="button-collapse">
<i class="material-icons white-text">menu</i></a>
</div>
</nav>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment