Browse Source

adding the home layout.

pull/249/head
connors 11 years ago
parent
commit
3c346a1557
  1. 9
      _layouts/home.html
  2. 1
      docs-assets/css/docs.css
  3. 3
      index.html

9
_layouts/home.html

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
{% include header.html %}
</head>
<body ontouchstart="">
{{ content }}
</body>
</html>

1
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 {

3
index.html

@ -7,7 +7,8 @@ base_url: "./"
<header class="docs-outer-wrapper docs-header">
<div class="docs-inner-wrapper">
<hgroup class="docs-header-text">
<h2 class="docs-header-subtitle">Prototype iPhone apps with simple HTML, CSS, and JS components.</h2>
<h1>Ratchet</h1>
<p class="docs-header-subtitle">Prototype beautiful iPhone apps with simple HTML, CSS, and JS components.</p>
<a data-ignore="push" href="http://maker.github.com/ratchet/ratchet.zip" class="docs-btn" onClick="_gaq.push(['_trackEvent', 'Downloads', 'V2.0']);">Download Ratchet</a>
</hgroup>
</div>

Loading…
Cancel
Save