This repository has been archived by the owner on Mar 26, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathindex.html
41 lines (38 loc) · 1.74 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!doctype html>
<html lang=en class=ui-splash>
<head>
<title>Zoey</title>
<meta charset=utf-8>
<meta name=viewport content="width=device-width, minimum-scale=1, maximum-scale=1, initial-scale=1">
<link rel=stylesheet href=release/zoey-0.2.1.min.css>
</head>
<body>
<article id=home data-role=page>
<header data-role=header data-theme=b>
<h1 data-role=page-title>Zoey</h1>
</header>
<div data-role=content>
<div data-role=panel data-theme=d>
<h2>What is it?</h2>
<p>Zoey is a lightweight framework for developing mobile apps. It is small, customisable and features a range of UI components.</p>
<h2>Overview</h2>
<p>Zoey is built on top of <a href=http://zeptojs.com rel=external>zepto.js</a> and weights at only <strong>21.58KB</strong> (combined JavaScript and CSS) and GZipp'ed at around <strong>6KB</strong>.</p>
<p>Zoey is designed around HTML5 and supports modern browsers (iOS 4.2 & Android 2.2 tested). Using progressive enhancements and CSS3, no extra elements are added to the DOM.</p>
</div>
<div data-role=panel data-theme=d>
<h2>Table of Contents</h2>
<ul data-role=list>
<li data-icon=arrow-r data-icon-position=right><a href=docs/10-usage.html>Usage</a></li>
<li data-icon=arrow-r data-icon-position=right><a href=demo.html>UI Components</a></li>
</ul>
</div>
</div>
<footer data-role=footer>
<ul data-role=navigation>
<li><a href=https://github.com/StanAngeloff/zoey data-role=button rel=external>Fork on Github</a></li>
</ul>
</footer>
</article>
<script src=release/zoey-0.2.1.bundle.min.js></script>
</body>
</html>