-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
45 lines (35 loc) · 2.19 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<title>TinyPlanner · Work out when you need to start something</title>
<link rel="stylesheet" href="_assets/css/global.css">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="144x144" href="apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="76x76" href="touch-icon-ipad.png">
<link rel="apple-touch-icon" sizes="120x120" href="touch-icon-iphone-retina.png">
<link rel="apple-touch-icon" sizes="152x152" href="touch-icon-ipad-retina.png">
<link rel="apple-touch-startup-image" href="apple-touch-startup-image.png">
<link rel="icon" href="favicon.ico" type="image/vnd.microsoft.icon">
</head>
<body>
<header role="banner">
<h1>
<a href="/" role="link">TinyPlanner</a>
</h1>
</header><!-- /@banner -->
<main class="main prose" role="main">
<h1>About TinyPlanner</h1>
<p>You have friends over for the evening. You know what you're cooking but you don't know when to start making it?</p>
<p>Create a plan, enter the time you need to be finished, or ready by. Chuck in some steps to get things done and we'll tell you when you need to start.</p>
<h2>No connection required</h2>
<p>TinyPlanner is free to use and works without an internet connection. Go on, try it now! You only need to visit tinyplanner.com once to be able to use anywhere, even in space.</p>
<p>We hope you like it, and if you do, tell us at <a href="http://wwww.twitter.com/tinyplanner" rel="me">@tinyplanner</a></p>
<p>We're new, so if you find a problem please let us know.</p>
</main>
</body>
</html>