From c5fb401a626c3e0d99a764cb7961e1bd3e619e8f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 20 Jun 2013 12:36:27 -0700 Subject: Move examples out of the main repo to twbs/bootstrap-examples While examples are phenomenally useful and awesome for folks getting started with Bootstrap, they don't really shine as well being buried in the main docs. Moreover, having anything that's not core HTML, CSS, JS, or documentation in the main repo seems to just get in the way. Therefore, examples gets its own repo. Specifically, we're doing the following: * Deletes all example screenshots * Deletes example layout * Deletes example files * Updates Getting Started docs to include only the template and a link to the new examples project All the examples and their history will be preserved in the switch. --- docs/examples/grid.html | 104 ------------------------------------------------ 1 file changed, 104 deletions(-) delete mode 100644 docs/examples/grid.html (limited to 'docs/examples/grid.html') diff --git a/docs/examples/grid.html b/docs/examples/grid.html deleted file mode 100644 index 14e8ecdf6..000000000 --- a/docs/examples/grid.html +++ /dev/null @@ -1,104 +0,0 @@ ---- -layout: example -title: Grid template ---- - - - - - -
- -

Bootstrap grids

-

Basic grid layouts to get you familiar with building within the Bootstrap grid system.

- -

Three equal columns

-
-
.col-lg-4
-
.col-lg-4
-
.col-lg-4
-
- -

Three unequal columns

-
-
.col-lg-3
-
.col-lg-6
-
.col-lg-3
-
- -

Two columns

-
-
.col-lg-8
-
.col-lg-4
-
- -

Full width, single column

-

No grid classes are necessary for full-width elements.

- -

Two columns with two nested columns

-
-
- .col-lg-8 -
-
.col-lg-6
-
.col-lg-6
-
-
-
.col-lg-4
-
- -

Mixed: mobile and desktop

-
-
.col-12 .col-lg-8
-
.col-6 .col-lg-4
-
-
-
.col-6 .col-lg-4
-
.col-6 .col-lg-4
-
.col-6 .col-lg-4
-
-
-
.col-6 .col-lg-6
-
.col-6 .col-lg-6
-
- -

Mixed: mobile, tablet, and desktop

-
-
.col-12 .col-lg-8
-
.col-6 .col-lg-4
-
-
-
.col-6 .col-lg-4
-
.col-6 .col-lg-4
-
.col-6 .col-lg-4
-
-
-
.col-6 .col-lg-6
-
.col-6 .col-lg-6
-
- - -
-- cgit v1.2.3