diff options
| author | Mark Otto <[email protected]> | 2017-05-28 22:50:57 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-05-29 23:32:28 -0700 |
| commit | 3e76d6565603fafa2c85ad81d7b6345c4e279c72 (patch) | |
| tree | fad0aa6a4a70cafb4a803bd920d6ae2fa44dc466 /docs/4.0/examples/index.md | |
| parent | 32153eb7cba316b873e82cd7b9362c92ca00eddf (diff) | |
| download | bootstrap-3e76d6565603fafa2c85ad81d7b6345c4e279c72.tar.xz bootstrap-3e76d6565603fafa2c85ad81d7b6345c4e279c72.zip | |
Rearrange all the docs to allow for a docs/major.minor/ setup
Diffstat (limited to 'docs/4.0/examples/index.md')
| -rw-r--r-- | docs/4.0/examples/index.md | 165 |
1 files changed, 165 insertions, 0 deletions
diff --git a/docs/4.0/examples/index.md b/docs/4.0/examples/index.md new file mode 100644 index 000000000..7479a7fb3 --- /dev/null +++ b/docs/4.0/examples/index.md @@ -0,0 +1,165 @@ +--- +layout: simple +title: Examples +--- + +[Download the Bootstrap source code]({{ site.download.source }}) to snag these examples. + +## Framework + +Examples that focus on implementing uses of built-in components provided by Bootstrap. + +<div class="row bd-examples"> + <div class="col-6 col-md-4"> + <a href="{{ site.baseurl }}/examples/starter-template/"> + <img class="img-thumbnail" src="{{ site.baseurl }}/examples/screenshots/starter-template.jpg" alt=""> + </a> + <h4>Starter template</h4> + <p>Nothing but the basics: compiled CSS and JavaScript.</p> + </div> + <div class="col-6 col-md-4"> + <a href="{{ site.baseurl }}/examples/grid/"> + <img class="img-thumbnail" src="{{ site.baseurl }}/examples/screenshots/grid.jpg" alt=""> + </a> + <h4>Grids</h4> + <p>Multiple examples of grid layouts with all four tiers, nesting, and more.</p> + </div> + <div class="clearfix hidden-md-up"></div> + + <div class="col-6 col-md-4"> + <a href="{{ site.baseurl }}/examples/jumbotron/"> + <img class="img-thumbnail" src="{{ site.baseurl }}/examples/screenshots/jumbotron.jpg" alt=""> + </a> + <h4>Jumbotron</h4> + <p>Build around the jumbotron with a navbar and some basic grid columns.</p> + </div> + <div class="col-6 col-md-4"> + <a href="{{ site.baseurl }}/examples/narrow-jumbotron/"> + <img class="img-thumbnail" src="{{ site.baseurl }}/examples/screenshots/jumbotron-narrow.jpg" alt=""> + </a> + <h4>Narrow jumbotron</h4> + <p>Build a more custom page by narrowing the default container and jumbotron.</p> + </div> +</div> + +## Navbars + +Taking the default navbar component and showing how it can be moved, placed, and extended. + +<div class="row bd-examples"> + <div class="col-6 col-md-4"> + <a href="{{ site.baseurl }}/examples/navbars/"> + <img class="img-thumbnail" src="{{ site.baseurl }}/examples/screenshots/navbar.jpg" alt=""> + </a> + <h4>Navbar</h4> + <p>Super basic template that includes the navbar along with some additional content.</p> + </div> + <div class="col-6 col-md-4"> + <a href="{{ site.baseurl }}/examples/navbar-top/"> + <img class="img-thumbnail" src="{{ site.baseurl }}/examples/screenshots/navbar-static.jpg" alt=""> + </a> + <h4>Static top navbar</h4> + <p>Super basic template with a static top navbar along with some additional content.</p> + </div> + <div class="clearfix hidden-md-up"></div> + + <div class="col-6 col-md-4"> + <a href="{{ site.baseurl }}/examples/navbar-top-fixed/"> + <img class="img-thumbnail" src="{{ site.baseurl }}/examples/screenshots/navbar-fixed.jpg" alt=""> + </a> + <h4>Fixed navbar</h4> + <p>Super basic template with a fixed top navbar along with some additional content.</p> + </div> +</div> + +## Custom components + +Brand new components and templates to help folks quickly get started with Bootstrap and demonstrate best practices for adding onto the framework. + +<div class="row bd-examples"> + <div class="col-6 col-md-4"> + <a href="{{ site.baseurl }}/examples/album/"> + <img class="img-thumbnail" src="{{ site.baseurl }}/examples/screenshots/album.jpg" alt=""> + </a> + <h4>Album</h4> + <p>Simple one-page template for photo galleries, portfolios, and more.</p> + </div> + <div class="col-6 col-md-4"> + <a href="{{ site.baseurl }}/examples/cover/"> + <img class="img-thumbnail" src="{{ site.baseurl }}/examples/screenshots/cover.jpg" alt=""> + </a> + <h4>Cover</h4> + <p>A one-page template for building simple and beautiful home pages.</p> + </div> + <div class="clearfix hidden-md-up"></div> + + <div class="col-6 col-md-4"> + <a href="{{ site.baseurl }}/examples/carousel/"> + <img class="img-thumbnail" src="{{ site.baseurl }}/examples/screenshots/carousel.jpg" alt=""> + </a> + <h4>Carousel</h4> + <p>Customize the navbar and carousel, then add some new components.</p> + </div> + <div class="col-6 col-md-4"> + <a href="{{ site.baseurl }}/examples/blog/"> + <img class="img-thumbnail" src="{{ site.baseurl }}/examples/screenshots/blog.jpg" alt=""> + </a> + <h4>Blog</h4> + <p>Simple two-column blog layout with custom navigation, header, and type.</p> + </div> + <div class="clearfix hidden-md-up"></div> + + <div class="col-6 col-md-4"> + <a href="{{ site.baseurl }}/examples/dashboard/"> + <img class="img-thumbnail" src="{{ site.baseurl }}/examples/screenshots/dashboard.jpg" alt=""> + </a> + <h4>Dashboard</h4> + <p>Basic admin dashboard shell with fixed sidebar and navbar.</p> + </div> + <div class="col-6 col-md-4"> + <a href="{{ site.baseurl }}/examples/signin/"> + <img class="img-thumbnail" src="{{ site.baseurl }}/examples/screenshots/sign-in.jpg" alt=""> + </a> + <h4>Sign-in page</h4> + <p>Custom form layout and design for a simple sign in form.</p> + </div> + <div class="clearfix hidden-md-up"></div> + + <div class="col-6 col-md-4"> + <a href="{{ site.baseurl }}/examples/justified-nav/"> + <img class="img-thumbnail" src="{{ site.baseurl }}/examples/screenshots/justified-nav.jpg" alt=""> + </a> + <h4>Justified nav</h4> + <p>Create a custom navbar with justified links. Heads up! Not too Safari friendly.</p> + </div> + <div class="col-6 col-md-4"> + <a href="{{ site.baseurl }}/examples/sticky-footer/"> + <img class="img-thumbnail" src="{{ site.baseurl }}/examples/screenshots/sticky-footer.jpg" alt=""> + </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 class="clearfix hidden-md-up"></div> + + <div class="col-6 col-md-4"> + <a href="{{ site.baseurl }}/examples/sticky-footer-navbar/"> + <img class="img-thumbnail" src="{{ site.baseurl }}/examples/screenshots/sticky-footer-navbar.jpg" alt=""> + </a> + <h4>Sticky footer w/ navbar</h4> + <p>Attach a footer to the bottom of the viewport with a fixed top navbar.</p> + </div> +</div> + +## Experiments + +Examples that focus on future-friendly features or techniques. + +<div class="row bd-examples"> + <div class="col-6 col-md-4"> + <a href="{{ site.baseurl }}/examples/offcanvas/"> + <img class="img-thumbnail" src="{{ site.baseurl }}/examples/screenshots/offcanvas.jpg" alt=""> + </a> + <h4>Offcanvas</h4> + <p>Build a toggleable off-canvas navigation menu for use with Bootstrap.</p> + </div> +</div> |
