From 8b9733b288a3daca0da04fe60e0b5a0ae8681362 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 12 Feb 2013 12:25:05 -0800 Subject: nuke what we don't need for jekyll --- docs/index.html | 208 -------------------------------------------------------- 1 file changed, 208 deletions(-) delete mode 100644 docs/index.html (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html deleted file mode 100644 index b66f734c9..000000000 --- a/docs/index.html +++ /dev/null @@ -1,208 +0,0 @@ - - - - - Bootstrap - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-

Bootstrap

-

Sleek, intuitive, and powerful mobile-first front-end framework for faster and easier web development.

-

- Download Bootstrap -

- -
-
- -
- -
- -

Introducing Bootstrap.

- - -
-
- -

By nerds, for nerds.

-

Built at Twitter by @mdo and @fat, Bootstrap utilizes LESS CSS, is compiled via Node, and is managed through GitHub to help nerds do awesome stuff on the web.

-
-
- -

Made for everyone.

-

Bootstrap 3 has been rebuilt from the ground up to push the Web forward. It looks and behaves great on the latest smartphones, tablets, and desktops (including support for IE8+).

-
-
- -

Packed with features.

-

A 12-column responsive grid, dozens of components, JavaScript plugins, typography, form controls, and even a web-based Customizer to make Bootstrap your own.

-
-
- -

Built with Bootstrap.

- -
-
- - - -
-
- - SoundReady.fm - -
-
- - Kippt - -
-
- - Gather Content - -
-
- -
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3 From e45f12ad427fddc9d9859fe86423bd49795d4f43 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 12 Feb 2013 12:44:41 -0800 Subject: rearrange jekyll and docs --- docs/index.html | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 docs/index.html (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 000000000..888e3ea19 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,76 @@ +--- +layout: default +--- + +
+
+

Bootstrap

+

Sleek, intuitive, and powerful mobile-first front-end framework for faster and easier web development.

+

+ Download Bootstrap +

+ +
+
+ +
+ +
+ +

Introducing Bootstrap.

+ + +
+
+ +

By nerds, for nerds.

+

Built at Twitter by @mdo and @fat, Bootstrap utilizes LESS CSS, is compiled via Node, and is managed through GitHub to help nerds do awesome stuff on the web.

+
+
+ +

Made for everyone.

+

Bootstrap 3 has been rebuilt from the ground up to push the Web forward. It looks and behaves great on the latest smartphones, tablets, and desktops (including support for IE8+).

+
+
+ +

Packed with features.

+

A 12-column responsive grid, dozens of components, JavaScript plugins, typography, form controls, and even a web-based Customizer to make Bootstrap your own.

+
+
+ +

Built with Bootstrap.

+ +
+
+ + + +
+
+ + SoundReady.fm + +
+
+ + Kippt + +
+
+ + Gather Content + +
+
+ +
+ +
-- cgit v1.2.3 From b57c20a0572c56d629438e0a7c7371b3b57c4e8f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 13 Feb 2013 11:48:22 -0800 Subject: Restore gallery page, add active nav class jankitude, auto regenerate docs on file save --- docs/index.html | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 888e3ea19..41742011d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,5 +1,6 @@ --- layout: default +title: Bootstrap ---
-- cgit v1.2.3