Skip to content

Instantly share code, notes, and snippets.

@jdsiddon
Created August 11, 2014 23:02
Show Gist options
  • Save jdsiddon/92048bf72d76c40c27f7 to your computer and use it in GitHub Desktop.
Save jdsiddon/92048bf72d76c40c27f7 to your computer and use it in GitHub Desktop.
nav class="navbar navbar-default" role="navigation" id="nav"
div class="container-fluid"
<!-- 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 class="icon-bar"
span class="icon-bar"
span class="icon-bar"
<!-- Collect the nav links, forms, and other content for toggling -->
div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"
div class="row login"
div class="col-md-4"
a href="#" Logo
div class="col-md-8"
a href="#" class="btn btn-login-normal pull-right" Log in
div class="row"
div class="col-md-12"
ul class="nav navbar-nav"
li class="active"
a href="#" What Is The Tool?
li
a href="#" class="dropdown-toggle" data-toggle="dropdown" What Is BR?
ul class="dropdown-menu" role="menu"
li
a href="#" Value Creation
li
a href="#" Risk Reduction
li
a href="#" Investment Strategy
li
a href="#" Tenant Attraction
li
a href="#" Market Position
li
a href="#" Why BR?
li
a href="#" BR At Work
li
a href="#" Keys To Success
li
a href="#"
div class="row secondary-nav-place"
@rudf0rd
Copy link

rudf0rd commented Aug 11, 2014

nav.navbar.navbar-default#nav role="navigation"
  .container-fluid

    <!-- Brand and toggle get grouped for better mobile display -->
    .navbar-header
      button.navbar-toggle type="button" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"
        span.sr-only" Toggle navigation
        span.icon-bar"
        span.icon-bar"
        span.icon-bar"

    <!-- Collect the nav links, forms, and other content for toggling -->
    .collapse.navbar-collapse#bs-example-navbar-collapse-1
      .login.container
        .row
          .col-md-4
            a href="#" Logo
          .col-md-8
            a.btn btn-login-normal pull-right href="#" Log in
      .primary-nav.container
        .row
          .col-md-12
            ul.nav.navbar-nav
              li.active
                a href="#" What Is The Tool?
              li
                a.dropdown-toggle href="#" What Is BR?
              li
                a href="#" Why BR?
              li
                a href="#" BR At Work
              li
                a href="#" Keys To Success
              li
                a href="#"
      .secondary-nav.container
        .row
          .col-md-12
            ul.nav.navbar-nav role="menu"
              li
                a href="#" Value Creation
              li
                a href="#" Risk Reduction
              li
                a href="#" Investment Strategy
              li
                a href="#" Tenant Attraction
              li
                a href="#" Market Position

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment