From af30e237c7a67f78e195a6fc6c4fcb7db8791a1b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 1 Dec 2014 16:12:15 -0800 Subject: rearrange examples --- docs/_data/nav.yml | 20 ++++++ docs/examples.md | 147 +++++++++++++++++++++++++++++++++++++++ docs/getting-started/examples.md | 147 --------------------------------------- 3 files changed, 167 insertions(+), 147 deletions(-) create mode 100644 docs/examples.md delete mode 100644 docs/getting-started/examples.md (limited to 'docs') diff --git a/docs/_data/nav.yml b/docs/_data/nav.yml index 5f58dbb85..8077a7e12 100644 --- a/docs/_data/nav.yml +++ b/docs/_data/nav.yml @@ -113,6 +113,26 @@ - title: Carousel - title: Affix +- title: Examples + pages: + - title: Starter template + - title: Grids + - title: Jumbotron + - title: Narrow jumbotron + - title: Navbar + - title: Navbar top + - title: Navbar top fixed + - title: Cover + - title: Album + - title: Carousel + - title: Blog + - title: Dashboard + - title: Sign-in page + - title: Justified nav + - title: Sticky footer + - title: Sticky footer with navbar + - title: Offcanvas + # - title: Learn & Extend # pages: # - title: Approach diff --git a/docs/examples.md b/docs/examples.md new file mode 100644 index 000000000..83ea0b2ac --- /dev/null +++ b/docs/examples.md @@ -0,0 +1,147 @@ +--- +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.

+
+
+ + + +

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

Offcanvas

+

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

+
+
diff --git a/docs/getting-started/examples.md b/docs/getting-started/examples.md deleted file mode 100644 index 83ea0b2ac..000000000 --- a/docs/getting-started/examples.md +++ /dev/null @@ -1,147 +0,0 @@ ---- -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.

-
-
- - - -

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

Offcanvas

-

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

-
-
-- cgit v1.2.3