Skip to content

Instantly share code, notes, and snippets.

@matts1
Created November 7, 2014 08:29
Show Gist options
  • Save matts1/77f11eace112ae284f23 to your computer and use it in GitHub Desktop.
Save matts1/77f11eace112ae284f23 to your computer and use it in GitHub Desktop.
double jumbotron
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Brand</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<div class="container">
<div class="row">
<div class="jumbotron text-center col-md-6">
<h1>Bootstrap starter template</h1>
<p class="lead">Use this document as a way to quickly ueastart any new project.<br> All you get is this text and a mostly barebones HTML document.</p>
</div>
<div class="jumbotron text-center col-md-6">
<h1>Bootstrap starter template</h1>
<p class="lead">Use this document as a way to quickly ueastart any new project.<br> All you get is this text and a mostly barebones HTML document.</p>
</div>
</div>
</div><!-- /.container -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment