Created
February 28, 2014 12:00
-
-
Save iraycd/9269920 to your computer and use it in GitHub Desktop.
This file contains 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
<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