Skip to content

Instantly share code, notes, and snippets.

@planetoftheweb
Created October 22, 2012 19:18
Show Gist options
  • Save planetoftheweb/3933487 to your computer and use it in GitHub Desktop.
Save planetoftheweb/3933487 to your computer and use it in GitHub Desktop.
Insert Images
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="index.html">Everlasting Classic</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="http://everlastingclassic.com/blog/">About</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment