From 4fe37339653c909368ba772ea9214c0b2a511fee Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Fri, 16 Aug 2013 16:26:07 -0700 Subject: update bootstrap to 3.0.0-rc2 --- .../bootstrap/examples/jumbotron/index.html | 104 +++++++++++++++++++++ .../bootstrap/examples/jumbotron/jumbotron.css | 24 +++++ 2 files changed, 128 insertions(+) create mode 100755 bower_components/bootstrap/examples/jumbotron/index.html create mode 100755 bower_components/bootstrap/examples/jumbotron/jumbotron.css (limited to 'bower_components/bootstrap/examples/jumbotron') diff --git a/bower_components/bootstrap/examples/jumbotron/index.html b/bower_components/bootstrap/examples/jumbotron/index.html new file mode 100755 index 00000000..fd874a80 --- /dev/null +++ b/bower_components/bootstrap/examples/jumbotron/index.html @@ -0,0 +1,104 @@ + + + + + + + + + + Jumbotron Template for Bootstrap + + + + + + + + + + + + +
+ + +
+

Hello, world!

+

This is a template for a simple marketing or informational website. It includes a large callout called the hero unit and three supporting pieces of content. Use it as a starting point to create something more unique.

+

Learn more »

+
+ +
+ + +
+
+

Heading

+

Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui.

+

View details »

+
+
+

Heading

+

Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui.

+

View details »

+
+
+

Heading

+

Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis euismod semper. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.

+

View details »

+
+
+ +
+ +
+

© Company 2013

+
+
+ +
+ + + + + \ No newline at end of file diff --git a/bower_components/bootstrap/examples/jumbotron/jumbotron.css b/bower_components/bootstrap/examples/jumbotron/jumbotron.css new file mode 100755 index 00000000..594e2c79 --- /dev/null +++ b/bower_components/bootstrap/examples/jumbotron/jumbotron.css @@ -0,0 +1,24 @@ +/* Move down content because we have a fixed navbar that is 50px tall */ +body { + padding-top: 50px; + padding-bottom: 20px; +} + +/* Wrapping element */ +/* Set some basic padding to keep content from hitting the edges */ +.body-content { + padding-left: 15px; + padding-right: 15px; +} + +/* Responsive: Portrait tablets and up */ +@media screen and (min-width: 768px) { + /* Let the jumbotron breathe */ + .jumbotron { + margin-top: 20px; + } + /* Remove padding from wrapping element since we kick in the grid classes here */ + .body-content { + padding: 0; + } +} \ No newline at end of file -- cgit v1.2.3