From 3c346a155775435b65c61454edf056dd2aeda0b1 Mon Sep 17 00:00:00 2001 From: connors Date: Tue, 15 Oct 2013 09:34:41 -0700 Subject: [PATCH] adding the home layout. --- _layouts/home.html | 9 +++++++++ docs-assets/css/docs.css | 1 + index.html | 3 ++- 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 _layouts/home.html diff --git a/_layouts/home.html b/_layouts/home.html new file mode 100644 index 0000000..fa4e0fa --- /dev/null +++ b/_layouts/home.html @@ -0,0 +1,9 @@ + + + + {% include header.html %} + + + {{ content }} + + \ No newline at end of file diff --git a/docs-assets/css/docs.css b/docs-assets/css/docs.css index ce0d4b4..063dca8 100644 --- a/docs-assets/css/docs.css +++ b/docs-assets/css/docs.css @@ -49,6 +49,7 @@ h6 { .docs-header { background-color: #fafafa; + box-shadow: 0 0 1px rgba(0,0,0,.3); } .docs-header-text { diff --git a/index.html b/index.html index 4af4ffd..2a5c151 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,8 @@ base_url: "./"
-

Prototype iPhone apps with simple HTML, CSS, and JS components.

+

Ratchet

+

Prototype beautiful iPhone apps with simple HTML, CSS, and JS components.

Download Ratchet