Skip to content

Instantly share code, notes, and snippets.

@waracci
Created December 3, 2016 12:56
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 waracci/8170e744e92e55991088c7831d752baf to your computer and use it in GitHub Desktop.
Save waracci/8170e744e92e55991088c7831d752baf to your computer and use it in GitHub Desktop.
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-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>
<a class="navbar-brand" href="homepage">Plisting Properties</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="about-us">About</a>
</li>
<li>
<a href="profile">profile</a>
</li>
<li>
<a href="contact-us">Contact</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Services <b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<a href="">Property Management</a>
</li>
<li>
<a href="">Mortgage Calculator</a>
</li>
<li>
<a href="">Office SubLetting</a>
</li>
</ul>
</li>
<a href="" class="btn btn-default">Login Amigo</a>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment