-
Notifications
You must be signed in to change notification settings - Fork 0
/
turtle.html
83 lines (72 loc) · 3.04 KB
/
turtle.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-156694575-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-156694575-1');
</script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Turtle</title>
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
<link rel="icon" type="image/png" href="turtle-16.png" sizes="32x32" />
<link rel="icon" type="image/png" href="turtle-32.png" sizes="16x16" />
</head>
<body>
<br><br>
<div class="menu-block">
<div class="page-project-title">Turtle - Time Tracker + Timer</div>
<br>
<br>
<div class="page-project-intro">Turtle is a MacOS menubar app that combines a time tracker and a timer. I made the app to help me to be more focused and take regular breaks when working on my computer. I find it helpful to write down a small intention about what to do for the next short period of time before working. When the time is up, the app reminds me to take a break and I can reflect about what I just did. Turtle has been an amazing productivity tool for me.</div>
<br>
<div class="page-project-intro">I developed and designed this app during the lockdown of covid19.</div>
<br>
<div class="page-project-intro">It's free! <a href="https://apps.apple.com/app/id1522772370" style="color:black" target="_blank">Download on the Mac App Store</a>.</div>
<br>
<a href="https://apps.apple.com/app/id1522772370" target="_blank"><img src="img/turtle/MacAppStore.png" alt=""></a>
<br><br>
<div class="page-project-intro">
</div>
</div>
<div class="project-img-container">
<img src="img/turtle/opening.png" class="project-img-big" alt="">
</div>
<br><br><br>
<div class="project-img-container">
<img src="img/turtle/screen-start.png" class="menu-img" alt="">
</div>
<br><br><br>
<div class="project-img-container">
<img src="img/turtle/screen-inputs.png" class="menu-img" alt="">
</div>
<br><br><br>
<div class="project-img-container">
<img src="img/turtle/screen-working.png" class="menu-img" alt="">
</div>
<br><br><br>
<div class="project-img-container">
<img src="img/turtle/screen-reflect.png" class="menu-img" alt="">
</div>
<br><br><br>
<div class="project-img-container">
<img src="img/turtle/screen-reports.png" class="menu-img" alt="">
</div>
<br><br><br>
<div class="project-img-container">
<img src="img/turtle/screen-dark.png" class="menu-img" alt="">
</div>
<br><br>
<div class="menu-block">
<a href="https://apps.apple.com/app/id1522772370" target="_blank"><img src="img/turtle/MacAppStore.png" alt=""></a>
</div>
<br><br>
<br><br><br><br><br><br>
<a href="index.html" class="tail">©Jennifer Ziyuan Huang</a>
<br>
</body>
</html>