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/getting-started.html | 105 ++++------------------------------------------ 1 file changed, 7 insertions(+), 98 deletions(-) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index 018c8ed0a..f3258900e 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -82,11 +82,11 @@ bootstrap/ - -
+

Make use of a super basic HTML template, or dive into a few examples we've started for you. We encourage folks to iterate on these examples and not simply use them as an end result.

@@ -115,101 +115,10 @@ bootstrap/ {% endhighlight %} -

Examples

-
-
-
- - - -

Starter template

-

A barebones HTML page with Bootstrap's CSS and JavaScript included.

-
-
- - - -

Basic grid layouts

-

Simple grid layouts to familiarize you with using the Bootstrap grid system.

-
-
- - - -

Basic marketing site

-

Features a jumbotron for 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

-

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

-
-
-
-
- - - -

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.

-
-
-
+
+ +

Looking for more example templates?

+

Check out the new Examples repository on GitHub, or view them in your browser. Included are over a dozen example templates for building with and extending Bootstrap.

-- cgit v1.2.3