Created
February 15, 2018 05:19
-
-
Save scottsword/bf8354a6273e8e017c03564fb47edb26 to your computer and use it in GitHub Desktop.
Bootstrap nav
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
<nav class="navbar navbar-default navbar-inverse" style="margin-bottom:0;border-radius:0;"> | |
<div class="container-fluid"> | |
<div class="navbar-header"> | |
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false"> | |
<span class="sr-only">Toggle navigation</span> | |
<span class="icon-bar"></span> | |
<span class="icon-bar"></span> | |
<span class="icon-bar"></span> | |
</button> | |
<a class="navbar-brand" href="index.html">Broken Spoke Cycling</a> | |
</div> | |
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> | |
<ul class="nav navbar-nav navbar-right"> | |
<li class="active"><a href="index.html">Home</a></li> | |
<li><a href="races.html">Races</a></li> | |
<li><a href="gallery.html">Gallery</a></li> | |
<li><a href="racecyc.html">Cyclocross Races</a></li> | |
</ul> | |
</div> | |
</div> | |
</nav> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment