From e8bd019a19a82b2796b77101cb43892138f4935e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 10 Jul 2014 20:02:47 -0700 Subject: move all css files over to components dir --- docs/getting-started/examples.md | 163 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 163 insertions(+) create mode 100644 docs/getting-started/examples.md (limited to 'docs/getting-started') diff --git a/docs/getting-started/examples.md b/docs/getting-started/examples.md new file mode 100644 index 000000000..c21348b03 --- /dev/null +++ b/docs/getting-started/examples.md @@ -0,0 +1,163 @@ +--- +layout: page +title: Examples +--- + +Build on the basic template above with Bootstrap's many components. We encourage you to customize and adapt Bootstrap to suit your individual project's needs. + +### Framework + +
+
+ + + +

Starter template

+

Nothing but the basics: compiled CSS and JavaScript.

+
+
+ + + +

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 + +
+
+ + + +

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 Safari 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