This commit is contained in:
connors 2013-10-15 09:34:41 -07:00
Родитель 0c4ffa993d
Коммит 3c346a1557
3 изменённых файлов: 12 добавлений и 1 удалений

9
_layouts/home.html Normal file
Просмотреть файл

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

Просмотреть файл

@ -49,6 +49,7 @@ h6 {
.docs-header {
background-color: #fafafa;
box-shadow: 0 0 1px rgba(0,0,0,.3);
}
.docs-header-text {

Просмотреть файл

@ -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>