diff --git a/docs/examples/album/album.css b/docs/examples/album/album.css new file mode 100644 index 0000000000..66380c0e60 --- /dev/null +++ b/docs/examples/album/album.css @@ -0,0 +1,85 @@ +body { + min-height: 75rem; /* Can be removed; just added for demo purposes */ +} + +.navbar { + margin-bottom: 0; +} + +.navbar-collapse .container-fluid { + padding: 2rem 2.5rem; + border-bottom: 1px solid #55595c; +} + +.navbar-collapse h4 { + color: #818a91; +} + +.navbar-collapse .text-muted { + color: #818a91; +} + +.about { + float: left; + max-width: 30rem; + margin-right: 3rem; +} + +.social a { + font-weight: 500; + color: #eceeef; +} +.social a:hover { + color: #fff; +} + +.jumbotron { + padding-top: 6rem; + padding-bottom: 6rem; + margin-bottom: 0; + background-color: #fff; +} + +.jumbotron p:last-child { + margin-bottom: 0; +} + +.jumbotron-heading { + font-weight: 300; +} + +.jumbotron .container { + max-width: 40rem; +} + +.album { + min-height: 50rem; /* Can be removed; just added for demo purposes */ + padding-top: 3rem; + padding-bottom: 3rem; + background-color: #f7f7f7; +} + +.card { + float: left; + width: 33.333%; + padding: .75rem; + margin-bottom: 2rem; + border: 0; +} + +.card > img { + margin-bottom: .75rem; +} + +.card-text { + font-size: 85%; +} + +footer { + padding-top: 3rem; + padding-bottom: 3rem; +} + +footer p { + margin-bottom: .25rem; +} diff --git a/docs/examples/album/index.html b/docs/examples/album/index.html new file mode 100644 index 0000000000..b88dd9de20 --- /dev/null +++ b/docs/examples/album/index.html @@ -0,0 +1,130 @@ + + + + + + + + + + + Album example for Bootstrap + + + + + + + + + + + + + + + + +
+
+

Album example

+

Something short and leading about the collection below—it's contents, the creator, etc. Make it short and sweet, but not too short so folks don't simply skip over it entirely.

+

+ Main call to action + Secondary action +

+
+
+ +
+
+ +
+
+ Card image cap +

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

+
+
+ Card image cap +

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

+
+
+ Card image cap +

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

+
+ +
+ Card image cap +

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

+
+
+ Card image cap +

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

+
+
+ Card image cap +

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

+
+ +
+ Card image cap +

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

+
+
+ Card image cap +

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

+
+
+ Card image cap +

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

+
+
+ +
+
+ + + + + + + + + + +