From 3e76d6565603fafa2c85ad81d7b6345c4e279c72 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 28 May 2017 22:50:57 -0700 Subject: Rearrange all the docs to allow for a docs/major.minor/ setup --- docs/examples/index.md | 165 ------------------------------------------------- 1 file changed, 165 deletions(-) delete mode 100644 docs/examples/index.md (limited to 'docs/examples/index.md') diff --git a/docs/examples/index.md b/docs/examples/index.md deleted file mode 100644 index 7479a7fb3..000000000 --- a/docs/examples/index.md +++ /dev/null @@ -1,165 +0,0 @@ ---- -layout: simple -title: Examples ---- - -[Download the Bootstrap source code]({{ site.download.source }}) to snag these examples. - -## Framework - -Examples that focus on implementing uses of built-in components provided by Bootstrap. - -
-
- - - -

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 - -Taking the default navbar component and showing how it can be moved, placed, and extended. - -
-
- - - -

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 - -Brand new components and templates to help folks quickly get started with Bootstrap and demonstrate best practices for adding onto the framework. - -
-
- - - -

Album

-

Simple one-page template for photo galleries, portfolios, and more.

-
-
- - - -

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 admin dashboard shell 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 w/ navbar

-

Attach a footer to the bottom of the viewport with a fixed top navbar.

-
-
- -## Experiments - -Examples that focus on future-friendly features or techniques. - -
-
- - - -

Offcanvas

-

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

-
-
-- cgit v1.2.3