Commit 7960845f authored by Mark Otto's avatar Mark Otto

new screenshot images and docs section

parent 024e320e
...@@ -344,6 +344,17 @@ body { ...@@ -344,6 +344,17 @@ body {
} }
/* Examples grid
-------------------------------------------------- */
.bs-examples h4 {
margin-bottom: 5px;
}
.bs-examples p {
margin-bottom: 20px;
}
/* Special grid styles /* Special grid styles
-------------------------------------------------- */ -------------------------------------------------- */
......
...@@ -133,77 +133,102 @@ bootstrap/ ...@@ -133,77 +133,102 @@ bootstrap/
</div> </div>
<p class="lead">Build on the basic template above with Bootstrap's many components. Check out some of the more advanced tips for how to customize and build on top of them.</p> <p class="lead">Build on the basic template above with Bootstrap's many components. Check out some of the more advanced tips for how to customize and build on top of them.</p>
<div class="row"> <div class="row bs-examples">
<div class="col-xs-6 col-md-4"> <div class="col-xs-6 col-md-4">
<a href="../examples/carousel/"> <a class="thumbnail" href="../examples/starter-template/">
Carousel <img src="../examples/screenshots/starter-template.jpg" alt="">
</a> </a>
<h4>Starter template</h4>
<p>Nothing but the basics: compiled CSS and JavaScript along with a container.</p>
</div> </div>
<div class="col-xs-6 col-md-4"> <div class="col-xs-6 col-md-4">
<a href="../examples/grid/"> <a class="thumbnail" href="../examples/grid/">
Grids <img src="../examples/screenshots/grid.jpg" alt="">
</a> </a>
<h4>Grids</h4>
<p>Multiple examples of grid layouts with all four tiers, nesting, and more.</p>
</div> </div>
<div class="clearfix visible-xs"></div> <div class="clearfix visible-xs"></div>
<div class="col-xs-6 col-md-4"> <div class="col-xs-6 col-md-4">
<a href="../examples/jumbotron/"> <a class="thumbnail" href="../examples/jumbotron/">
Jumbotron <img src="../examples/screenshots/jumbotron.jpg" alt="">
</a> </a>
<h4>Jumbotron</h4>
<p>Build around the jumbotron with a navbar and some basic grid columns.</p>
</div> </div>
<div class="col-xs-6 col-md-4"> <div class="col-xs-6 col-md-4">
<a href="../examples/jumbotron-narrow/"> <a class="thumbnail" href="../examples/jumbotron-narrow/">
Narrow jumbotron <img src="../examples/screenshots/jumbotron-narrow.jpg" alt="">
</a> </a>
<h4>Narrow jumbotron</h4>
<p>Build a more custom page by narrowing the default container and jumbotron.</p>
</div> </div>
<div class="clearfix visible-xs"></div> <div class="clearfix visible-xs"></div>
<div class="col-xs-6 col-md-4"> <div class="col-xs-6 col-md-4">
<a href="../examples/navbar/"> <a class="thumbnail" href="../examples/navbar/">
Navbar <img src="../examples/screenshots/navbar.jpg" alt="">
</a> </a>
<h4>Navbar</h4>
<p>Super basic template that includes the navbar along with some additional content.</p>
</div> </div>
<div class="col-xs-6 col-md-4"> <div class="col-xs-6 col-md-4">
<a href="../examples/navbar-static-top/"> <a class="thumbnail" href="../examples/navbar-static-top/">
Static navbar <img src="../examples/screenshots/navbar-static.jpg" alt="">
</a> </a>
<h4>Static top navbar</h4>
<p>Super basic template with a static top navbar along with some additional content.</p>
</div> </div>
<div class="clearfix visible-xs"></div> <div class="clearfix visible-xs"></div>
<div class="col-xs-6 col-md-4"> <div class="col-xs-6 col-md-4">
<a href="../examples/navbar-fixed-top/"> <a class="thumbnail" href="../examples/navbar-fixed-top/">
Fixed navbar <img src="../examples/screenshots/navbar-fixed.jpg" alt="">
</a> </a>
<h4>Fixed navbar</h4>
<p>Super basic template with a fixed top navbar along with some additional content.</p>
</div> </div>
<div class="col-xs-6 col-md-4"> <div class="col-xs-6 col-md-4">
<a href="../examples/offcanvas/"> <a class="thumbnail" href="../examples/signin/">
Offcanvas <img src="../examples/screenshots/sign-in.jpg" alt="">
</a> </a>
<h4>Sign-in page</h4>
<p>Custom form layout and design for a simple sign in form.</p>
</div> </div>
<div class="clearfix visible-xs"></div> <div class="clearfix visible-xs"></div>
<div class="col-xs-6 col-md-4"> <div class="col-xs-6 col-md-4">
<a href="../examples/signin/"> <a class="thumbnail" href="../examples/sticky-footer/">
Sign-in page <img src="../examples/screenshots/sticky-footer.jpg" alt="">
</a> </a>
<h4>Sticky footer</h4>
<p>Attach a footer to the bottom of the viewport when the content is shorter than it.</p>
</div> </div>
<div class="col-xs-6 col-md-4"> <div class="col-xs-6 col-md-4">
<a href="../examples/sticky-footer/"> <a class="thumbnail" href="../examples/sticky-footer-navbar/">
Sticky footer <img src="../examples/screenshots/sticky-footer-navbar.jpg" alt="">
</a> </a>
<h4>Sticky footer with navbar</h4>
<p>Attach a footer to the bottom of the viewport along with a fixed navbar at the top.</p>
</div> </div>
<div class="clearfix visible-xs"></div> <div class="clearfix visible-xs"></div>
<div class="col-xs-6 col-md-4"> <div class="col-xs-6 col-md-4">
<a href="../examples/sticky-footer-navbar/"> <a class="thumbnail" href="../examples/offcanvas/">
Sticky footer with navbar <img src="../examples/screenshots/offcanvas.jpg" alt="">
</a> </a>
<h4>Offcanvas</h4>
<p>Build a toggleable off-canvas navigation menu for use with Bootstrap.</p>
</div> </div>
<div class="col-xs-6 col-md-4"> <div class="col-xs-6 col-md-4">
<a href="../examples/starter-template/"> <a class="thumbnail" href="../examples/carousel/">
Starter template <img src="../examples/screenshots/carousel.jpg" alt="">
</a> </a>
<h4>Carousel</h4>
<p>Customize the navbar and carousel, then add some new components.</p>
</div> </div>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment