-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtimer.html
62 lines (57 loc) · 2.52 KB
/
timer.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
<!DOCTYPE html>
<html lang="en" style="width:400px; height:450px">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Slabo+27px&display=swap" rel="stylesheet">
<title>Document</title>
</head>
<body>
<a class="back" href="popup.html" ><h4 style="color:white" align="left">< back</h4></a> <div class="container">
<div class="buttons-container" >
<ul class="buttons" align="center" >
<li>
<a id="timer" name="timer" href="timer.html" title="Take a break!">
<img src="icons/wid.png" alt="">
</a>
</li>
<li>
<a id="todo" name="todo" href="tasks.html" title="Todo List">
<img src="icons/todo.png" alt="">
</a>
</li>
<li>
<a id="timer" name="timer" href="break.html" title="Take a break!">
<img src="icons/reminder.png" alt="">
</a>
</li>
<li>
<a id="timer" name="Yoga" href="yoga.html" title="Let's Get moving">
<img src="icons/yoga.png" alt="">
</a>
</li>
<li>
<a id="timer" name="Music" href="music.html" title="tunes">
<img src="icons/music.png" alt="">
</a>
</li>
<li>
<a id="timer" name="timer" href="quote.html" title="Take a break!">
<img src="icons/quote.png" alt="">
</a>
</li>
</ul>
</div>
<img style="height: 60px; width: 60px; align-self: center;" src="icons/bell.png" alt="One Stop icon">
<h1>Reminder</h1>
<h2 class="reminderHeader" style="text-align: center;">Have some Water!</h1>
<h2 class="reminderText" style="color: #00FFFF">Reminds you every 30 minutes to drink some water!</h2>
<h2 class="reminderHeader"> Take a Break!</h1>
<h2 class="reminderText" style="color: #00FFFF">Reminds you every 45 minutes to lighten your mind and listen to some music!</h2>
<h2 class="reminderHeader"> Do some stretches!</h1>
<h2 class="reminderText" style="color: #00FFFF; ">Reminds you every 1 hour to Click on the yoga tab!</h2>
</body>
<br><br>
</html>