adding the home layout.
This commit is contained in:
Родитель
0c4ffa993d
Коммит
3c346a1557
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче