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 --------------------------- docs/components/jumbotron.md | 27 +++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 docs/_includes/components/jumbotron.html create mode 100644 docs/components/jumbotron.md (limited to 'docs') 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 %} -
diff --git a/docs/components/jumbotron.md b/docs/components/jumbotron.md new file mode 100644 index 000000000..4c6bdb739 --- /dev/null +++ b/docs/components/jumbotron.md @@ -0,0 +1,27 @@ +
+

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