From 91660a0489e005d68a430bce298726d2313ac579 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 26 Feb 2013 00:37:59 -0800 Subject: Move navbar examples to /examples directory --- docs/getting-started.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index 08a51ee10..7f8dbff01 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -230,6 +230,29 @@ description: Overview of the project, its contents, and how to get started with

Carousel jumbotron

An interactive riff on the basic marketing site featuring a prominent carousel.

+ + +
+ + + +

Navbar

+

+
+
+ + + +

Static top navbar

+

+
+
+ + + +

Fixed top navbar

+

+
-- cgit v1.2.3 From ea01e8bbc4fd42ac1e77b5af197b3b1198c50acc Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 26 Feb 2013 00:49:21 -0800 Subject: nuke remaining less/tests/ files and move grid over to examples dir --- docs/getting-started.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index 7f8dbff01..46ec820ed 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -253,6 +253,13 @@ description: Overview of the project, its contents, and how to get started with

Fixed top navbar

+
+ + + +

Grid examples

+

+
-- cgit v1.2.3 From 81a0306cce2d25da628122e32993b8ba0262b415 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 26 Feb 2013 00:56:06 -0800 Subject: add new example thumbnails; update links to point to new windows --- docs/getting-started.html | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index 46ec820ed..e8cecc2fc 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -175,56 +175,56 @@ description: Overview of the project, its contents, and how to get started with

Move beyond the base template with a few example layouts. We encourage folks to iterate on these examples and not simply use them as an end result.

- +

Starter template

A barebones HTML document with all the Bootstrap CSS and JavaScript included.

- +

Basic marketing site

Featuring a hero unit for a primary message and three supporting elements.

- +

Narrow marketing

Slim, lightweight marketing template for small projects or teams.

- +

Justified nav

Marketing page with equal-width navigation links in a modified navbar.

- +

Sign in

Barebones sign in form with custom, larger form controls and a flexible layout.

- +

Sticky footer

Pin a fixed-height footer to the bottom of the user's viewport.

- +

Sticky footer w/ navbar

Add a fixed navbar to the default sticky footer template.

- +

Carousel jumbotron

@@ -233,28 +233,28 @@ description: Overview of the project, its contents, and how to get started with
- - + +

Navbar

-

+

Basic template for showcasing how the navbar works.

- - + +

Static top navbar

-

+

Basic template for showcasing the static navbar variation.

- - + +

Fixed top navbar

-

+

Basic template for showcasing the fixed navbar variation.

- +

Grid examples

-- cgit v1.2.3