Skip to content

Instantly share code, notes, and snippets.

@scope2229
Created March 22, 2016 10:19
Show Gist options
  • Save scope2229/5e054f1ffa929e8866dd to your computer and use it in GitHub Desktop.
Save scope2229/5e054f1ffa929e8866dd to your computer and use it in GitHub Desktop.
<nav class="navbar navbar-default navbar-static-top" role="navigation" style="margin:0px;"=>
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-WLC-navbar-collapse-1" >
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<a class="navbar-brand" href="/">
<img class="hidden-xs" src="assets/windsorL.png" alt="">
<img class="visible-xs" src="asstets/windsorL.png" alt="">
</a>
</div>
</div>
<div class="collapse navbar-collapse navbar-right" id="bs-WLC-navbar-collapse-1">
<ul class="nav navbar-nav nav-tabs">
<li><a href="/">Home</a></li>
<li><a href="facilities">Facilities</a></li>
<li><a href="rooms">Rooms</a></li>
<li><a href="restaurant">Restaurant</a></li>
<li><a href="attractions">Attractions</a></li>
<li><a href="contact">Contact</a></li>
</ul>
</div>
</div>
</nav>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment