diff --git a/docs/examples/index.md b/docs/examples/index.md index 31f19a7b49..233b2430ba 100644 --- a/docs/examples/index.md +++ b/docs/examples/index.md @@ -3,7 +3,9 @@ layout: page title: Examples --- -### Framework +Quickly get a project started with any of our examples ranging from using parts of the framework to custom components and layouts. + +## Framework Examples that focus on implementing uses of built-in components provided by Bootstrap. @@ -40,7 +42,7 @@ Examples that focus on implementing uses of built-in components provided by Boot -### Navbars +## Navbars Taking the default navbar component and showing how it can be moved, placed, and extended. @@ -70,11 +72,18 @@ Taking the default navbar component and showing how it can be moved, placed, and -### Custom components +## 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.

+
@@ -82,6 +91,8 @@ Brand new components and templates to help folks quickly get started with Bootst

Cover

A one-page template for building simple and beautiful home pages.

+
+
@@ -89,8 +100,6 @@ Brand new components and templates to help folks quickly get started with Bootst

Carousel

Customize the navbar and carousel, then add some new components.

-
-
@@ -98,15 +107,15 @@ Brand new components and templates to help folks quickly get started with Bootst

Blog

Simple two-column blog layout with custom navigation, header, and type.

+
+

Dashboard

-

Basic structure for a admin dashboard with fixed sidebar and navbar.

+

Basic admin dashboard shell with fixed sidebar and navbar.

-
-
@@ -114,6 +123,8 @@ Brand new components and templates to help folks quickly get started with Bootst

Sign-in page

Custom form layout and design for a simple sign in form.

+
+
@@ -121,8 +132,6 @@ Brand new components and templates to help folks quickly get started with Bootst

Justified nav

Create a custom navbar with justified links. Heads up! Not too Safari friendly.

-
-
@@ -130,16 +139,18 @@ Brand new components and templates to help folks quickly get started with Bootst

Sticky footer

Attach a footer to the bottom of the viewport when the content is shorter than it.

+
+
-

Sticky footer with navbar

-

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

+

Sticky footer w/ navbar

+

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

-### Experiments +## Experiments Examples that focus on future-friendly features or techniques. diff --git a/docs/examples/screenshots/album.jpg b/docs/examples/screenshots/album.jpg new file mode 100644 index 0000000000..758c90306c Binary files /dev/null and b/docs/examples/screenshots/album.jpg differ