From 88db2b597018d3ba57a571d35ac4866c57bdbda9 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 12 Jul 2014 02:13:09 -0700 Subject: move jumbotron --- docs/_includes/components/jumbotron.html | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 docs/_includes/components/jumbotron.html (limited to 'docs/_includes/components') diff --git a/docs/_includes/components/jumbotron.html b/docs/_includes/components/jumbotron.html deleted file mode 100644 index 4c6bdb739..000000000 --- a/docs/_includes/components/jumbotron.html +++ /dev/null @@ -1,27 +0,0 @@ -
-

Jumbotron

- -

A lightweight, flexible component that can optionally extend the entire viewport to showcase key content on your site.

-
-
-

Hello, world!

-

This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.

-

Learn more

-
-
-{% highlight html %} -
-

Hello, world!

-

...

-

Learn more

-
-{% endhighlight %} -

To make the jumbotron full width, and without rounded corners, place it outside all .containers and instead add a .container within.

-{% highlight html %} -
-
- ... -
-
-{% endhighlight %} -
-- cgit v1.2.3