-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
58 lines (55 loc) · 1.95 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html>
<head>
<title>To Do List</title>
<link href="style.css" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<meta name="monetization" content="$ilp.uphold.com/rEgHHBQGDUDP" />
<meta
property="og:description"
content="todometer: A simple, meter-based to-do list"
/>
<meta property="og:site_name" content="todometer" />
</head>
<body>
<section class="heading">
<img class="logo" src="assets/checkmark.gif" alt="logo" />
<h1>To Do List</h1>
<h2>
a meter-based to-do list for your desktop
</h2>
</section>
<div class="downloads">
<a
class="download"
href="todolist-windows-32 x64 setup.exe"
download="todolist-windows-32 x64 setup.exe"
> <i class="fa fa-windows" style="font-size:24px"></i> download
for windows</a>
<p>If the download doesn't work, try downloading from</p><a href="https://drive.google.com/file/d/1_Cj4RqIGyaYJO3HePz4A2kOZjUaaVuZL/view?usp=drivesdk">Here</a>
</div>
<div class="downloads">
<section class="info">
<div class="screenshot">
<img src="assets/screenshot.png" alt="screenshot" />
</div>
<div class="features">
<ul>
<li><h2 style="color:cyan">Features:</h2></li>
<li>
<span style="color:cyan">Positive reinforcement:</span> as you complete tasks, the
progress meter fills.
</li>
<li>
<span style="color:cyan">Paused items:</span> feel free to put off things (again).
</li>
<li>
<span style="color:cyan">Out of sight, out of mind:</span>
when you complete something, you don't have to think about it again.
</li>
<li>
</ul>
</div>
</section>
</body>
</html>