Created
March 10, 2017 13:03
-
-
Save TimCastelijns/ffe8b1917d3b735da53b4f8a90054002 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="navbar-fixed"> | |
<nav> | |
<div class="nav-wrapper"> | |
<ul id="nav-mobile" class="right hide-on-med-and-down"> | |
<li><a href="#" class="dropdown-button" data-beloworigin="true" data-activates="dropdown_account" | |
data-constrainwidth="false" data-alignment="right"><i class="material-icons">account_circle</i></a></li> | |
</ul> | |
</div> | |
</nav> | |
</div> | |
<ul id="dropdown_account" class="dropdown-content"> | |
<li><a href="/profile">Profiel<i class="material-icons left">person</i></a></li> | |
<li><a href="#" onclick="logout()"><i class="material-icons left">exit_to_app</i>Uitloggen</a></li> | |
</ul> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment