From 2a43e7e78a59c70e217383c12c9ef0482cabb163 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 16 Mar 2014 19:03:53 -0700 Subject: Break up docs into includes --- docs/_includes/getting-started/examples.html | 159 +++++++++++++++++++++++++++ 1 file changed, 159 insertions(+) create mode 100644 docs/_includes/getting-started/examples.html (limited to 'docs/_includes/getting-started/examples.html') diff --git a/docs/_includes/getting-started/examples.html b/docs/_includes/getting-started/examples.html new file mode 100644 index 000000000..e6aed9bee --- /dev/null +++ b/docs/_includes/getting-started/examples.html @@ -0,0 +1,159 @@ +
+

Examples

+ +

Build on the basic template above with Bootstrap's many components. See also Customizing Bootstrap for tips on maintaining your own Bootstrap variants.

+ +

Using the framework

+
+
+ + + +

Starter template

+

Nothing but the basics: compiled CSS and JavaScript along with a container.

+
+
+ + + +

Bootstrap theme

+

Load the optional Bootstrap theme for a visually enhanced experience.

+
+
+ +
+ + + +

Grids

+

Multiple examples of grid layouts with all four tiers, nesting, and more.

+
+
+ + + +

Jumbotron

+

Build around the jumbotron with a navbar and some basic grid columns.

+
+
+ +
+ + + +

Narrow jumbotron

+

Build a more custom page by narrowing the default container and jumbotron.

+
+
+ +

Navbars in action

+
+
+ + + +

Navbar

+

Super basic template that includes the navbar along with some additional content.

+
+
+ + + +

Static top navbar

+

Super basic template with a static top navbar along with some additional content.

+
+
+ +
+ + + +

Fixed navbar

+

Super basic template with a fixed top navbar along with some additional content.

+
+
+ +

Custom components

+
+
+ + + +

Cover

+

A one-page template for building simple and beautiful home pages.

+
+
+ + + +

Carousel

+

Customize the navbar and carousel, then add some new components.

+
+
+ +
+ + + +

Blog

+

Simple two-column blog layout with custom navigation, header, and type.

+
+
+ + + +

Dashboard

+

Basic structure for a admin dashboard with fixed sidebar and navbar.

+
+
+ +
+ + + +

Sign-in page

+

Custom form layout and design for a simple sign in form.

+
+
+ + + +

Justified nav

+

Create a custom navbar with justified links. Heads up! Not too WebKit friendly.

+
+
+ +
+ + + +

Sticky footer

+

Attach a footer to the bottom of the viewport when the content is shorter than it.

+
+
+ + + +

Sticky footer with navbar

+

Attach a footer to the bottom of the viewport with a fixed navbar at the top.

+
+
+ +

Experiments

+
+
+ + + +

Non-responsive Bootstrap

+

Easily disable the responsiveness of Bootstrap per our docs.

+
+
+ + + +

Offcanvas

+

Build a toggleable off-canvas navigation menu for use with Bootstrap.

+
+
+
-- cgit v1.2.3