Skip to content

Instantly share code, notes, and snippets.

@avatsaev
Last active February 12, 2017 17:20
Show Gist options
  • Save avatsaev/885859d64e9aace69aee373ec26a556d to your computer and use it in GitHub Desktop.
Save avatsaev/885859d64e9aace69aee373ec26a556d to your computer and use it in GitHub Desktop.
<div class="navbar-fixed">
<nav role="navigation">
<div class="nav-wrapper blue ">
<a [routerLink]="['']" id="logo-container" class="brand-logo">Rails & Angular Auth</a>
<ul class="right hide-on-med-and-down">
<li> <a>LOGIN</a></li>
<li> <a>REGISTER</a></li>
<li> <a >PROFILE</a></li>
<li> <a >LOGOUT</a></li>
</ul>
</div>
</nav>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment