-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocs.html
69 lines (68 loc) · 2.49 KB
/
docs.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html>
<head>
<title> WatzThis.com Documentation</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.css" />
<script type="text/javascript" src="http://code.jquery.com/jquery-1.6.4.min.js"></script>
<script type="text/javascript" src="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.js"></script>'
<link rel="stylesheet" type="text/css" href="watzthis.css">
</head>
<body>
<div data-role="page" id="chapter1">
<header data-role="header">
<h1>How to use WatzThis</h1>
</header>
<h2>Chapter 1: The Buttons</h2>
<p>WatzThis has several buttons. Each has a different function. The following figure shows the buttons.</p>
<figure>
<img src="buttons.png" alt="Here are the buttons">
<figcaption>You can see the buttons here.</figcaption>
</figure>
<footer data-role="footer" data-position="fixed">
<p>Copyright 2011, WatzThis Enterprises</p>
<div data-role="navbar" data-id="watzthisnav">
<ul>
<li><a href="#chapter1">Chapter 1</a></li>
<li><a href="#chapter2">Chapter 2</a></li>
<li><a href="#chapter3">Chapter 3</a></li>
</ul>
</div>
</footer>
</div>
<div data-role="page" id="chapter2">
<header data-role="header">
<h1>How to use WatzThis</h1>
</header>
<h2>Chapter 2: The Lights</h2>
<p>WatzThis has colors. They change when you press different buttons.</p>
<footer data-role="footer" data-position="fixed">
<p>Copyright 2011, WatzThis Enterprises</p>
<div data-role="navbar" data-id="watzthisnav">
<ul>
<li><a href="#chapter1">Chapter 1</a></li>
<li><a href="#chapter2">Chapter 2</a></li>
<li><a href="#chapter3">Chapter 3</a></li>
</ul>
</div>
</footer>
</div>
<div data-role="page" id="chapter3">
<header data-role="header">
<h1>How to use WatzThis</h1>
</header>
<h2>Chapter 3: "Auto" Mode</h2>
<p>WatzThis has an automatic mode that's useful for those times when you're doing something else, such as dancing, but would still like to have changing colors on your mobile device.</p>
<footer data-role="footer" data-position="fixed">
<p>Copyright 2011, WatzThis Enterprises</p>
<div data-role="navbar" data-id="watzthisnav">
<ul>
<li><a href="#chapter1">Chapter 1</a></li>
<li><a href="#chapter2">Chapter 2</a></li>
<li><a href="#chapter3">Chapter 3</a></li>
</ul>
</div>
</footer>
</div>
</body>
</html>