Skip to content

Instantly share code, notes, and snippets.

@iraycd
Created February 28, 2014 12:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iraycd/9269920 to your computer and use it in GitHub Desktop.
Save iraycd/9269920 to your computer and use it in GitHub Desktop.
<link rel="stylesheet" href="http://goratchet.com/dist/ratchet.css" />
<nav class="bar bar-tab">
<a class="tab-item active" href="#">
<span class="icon icon-home"></span>
<span class="tab-label">Home</span>
</a>
<a class="tab-item" href="#">
<span class="icon icon-person"></span>
<span class="tab-label">Profile</span>
</a>
<a class="tab-item" href="#">
<span class="icon icon-star-filled"></span>
<span class="tab-label">Favorites</span>
</a>
<a class="tab-item" href="#">
<span class="icon icon-search"></span>
<span class="tab-label">Search</span>
</a>
<a class="tab-item" href="#">
<span class="icon icon-gear"></span>
<span class="tab-label">Settings</span>
</a>
</nav>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment