You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sergio Cruz edited this page Aug 17, 2016
·
2 revisions
Here is a sample Navbar:
<navclass="navbar navbar-default"><divclass="container"><!-- Brand and toggle get grouped for better mobile display --><divclass="navbar-header"><buttontype="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#portfolio-collapse-menu"><spanclass="sr-only">Toggle navigation</span><spanclass="icon-bar"></span><spanclass="icon-bar"></span><spanclass="icon-bar"></span></button><aclass="navbar-brand" href="#">Brand</a></div><!-- Collect the nav links, forms, and other content for toggling --><divclass="collapse navbar-collapse" id="portfolio-collapse-menu"><ulclass="nav navbar-nav"><li><ahref="#">Link</a></li><li><ahref="#">Link</a></li></ul></div><!-- /.navbar-collapse --></div><!-- /.container-fluid --></nav>