From: Mark Otto Date: Sat, 13 Jun 2015 20:26:10 +0000 (-0700) Subject: album example added X-Git-Tag: v4.0.0-alpha~182 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea803e55ffed3e75d1049b14e448c05235229f94;p=thirdparty%2Fbootstrap.git album example added --- 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.

+
+
+
-
-
+
+

Dashboard

-

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

+

Basic admin dashboard shell with fixed sidebar and navbar.

-
- +
+
-
- +
+
-

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