-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
274 lines (239 loc) · 9.24 KB
/
index.html
File metadata and controls
274 lines (239 loc) · 9.24 KB
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>Pause</title>
<!-- Font Awesome icons (free version)-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/js/all.min.js" crossorigin="anonymous">
</script>
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
<link href="css/minutes.css" rel="stylesheet" />
<!-- Fonts CSS-->
<link rel="stylesheet" href="css/heading.css" />
<link rel="stylesheet" href="css/body.css" />
<link href="https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500&display=swap" rel="stylesheet">
<link id="favicon" rel="icon" href="logo.png"/>
</head>
<body id="page-top">
<header class="masthead bg-primary text-white text-center">
<div class="container d-flex align-items-center flex-column">
<!-- Masthead Heading-->
<!-- Masthead Avatar Image-->
<img class="logo" src="assets/img/logo.png">
<!-- Masthead Subheading-->
<div class="intro">
<img class="reading" src="assets/img/reading.png">
<p class="mission">
Hey there! 👋<br><br>
Our <b>mission</b> is to help people, especially during the COVID-19
pandemic, take much needed breaks. We encourage mindfulness by notifying you to pause from work and schooling to drink water, stretch, or even do a favorite activity! ✨<br><br>Scroll down to improve your work & life balance! 🌱
</p>
</div>
</div>
</header>
<section class="page-section bg-primary text-white mb-0" id="about">
<div class="divider-custom divider-light">
<div class="vector-image">
<img src = "assets/img/divider.png" class="divider">
<div class = "text-image">
Start times for pauses!
</div>
</div>
</div>
</div>
<div class="container">
<!-- <img
class="raindrop"
src="assets/img/raindrop.png"
alt="raindrop"
/> -->
<!--
<div class="timers">
<div class="timer timer-id-1"></div>
<div class="timer timer-id-2"></div>
<div class="timer timer-id-3"></div>
</div>
-->
<!-- Portfolio Grid Items-->
<div class="row justify-content-center">
<!-- Portfolio Items-->
<div class="col-md-6 col-lg-4 mb-5">
<div class="portfolio-item mx-auto group">
<center>
<div class="timers">
<div class="timer timer-id-1"></div>
</div>
</center>
<form id="inputs">
<center>
<p class="pause-text">Water Pause 💧</p>
</center>
<div class="waterminute">
<input type="number"
step="0.01"
id="waterinput" name="waterinput">
<label for="waterinput">minutes</label>
</div>
<br>
<div class="submit-button">
<input type="submit"
onclick="water_refresh()" id="water_submit" value="Submit">
</div>
</form>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-5">
<div class="portfolio-item mx-auto">
<center>
<div class="timers">
<div class="timer timer-id-2"></div>
</div>
</center>
<form id="inputs">
<center>
<!-- <img
class="pause-imgs"
src="assets/img/stretch.png"
alt="stretch"
/> -->
<p class="pause-text">Stretch Pause 🧘♀️</p>
<div class="stretchminute">
<input type="number"
step="0.01"
id="stretchinput" name="stretchinput">
<label for="stretchinput">minutes</label>
</div>
<br>
<div class="submit-button">
<input type="submit" id="stretch_submit"
onclick="stretch_refresh()" value="Submit">
</div>
</center>
</form>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-5">
<div class="portfolio-item mx-auto">
<center>
<div class="timers">
<div class="timer timer-id-3"></div>
</div>
</center>
<form id="inputs">
<center>
<!-- <img class="pause-imgs" src="assets/img/wild.png" alt="wild card"/> -->
<p class="pause-text">Wild Card Pause 🤪</p>
<div class="wildminute">
<input type="number"
step="0.01"
id="wildinput" name="wildinput">
<label for="wildinput">minutes</label>
</div>
<br>
<div class="submit-button">
<input type="submit"
id="wildcard_submit"
onclick="wildcard_refresh()"
value="Submit">
</div>
</center>
</form>
</div>
</div>
</div>
<!-- <div class="input-time">
<form action="/action_page.php" id="inputs">
<div class="minutes">
<div class="water">
<input type="number" id="waterinput" name="waterinput">
<label for="waterinput">minutes</label>
</div>
<br><br>
<div class="stretch">
<input type="number" id="stretchinput" name="stretchinput">
<label for="stretchinput">minutes</label>
</div>
<br><br>
<div class="wild">
<input type="number" id="wildinput" name="wildinput">
<label for="wildinput">minutes</label>
</div>
</div>
<br><br>
<div class="submit-button">
<input type="submit" value="Submit">
</div>
</form>
</div> -->
<div class="addwildcard">
<h3 class="wildcard-text">Add wild card activities!</h3>
<br>
</div>
<div class = "wildcard">
<br><br>
<div class = "wildcard-flex">
<form id="inputs">
<div class="flexwildtext">
<div class="wildinput-text">
<input type="text" id="wildtextinput" name="wildtextinput">
</div>
<div class="wildsubmit-padding">
<div class="submit-button">
<button type="button" id="wildtextsubmit"
value="Submit">Submit</button>
</div>
</div>
</div>
</form>
<div class="image-wildcard">
<img src="assets/img/wildcard.png">
</div>
</div>
</div>
</section>
<!-- Copyright Section-->
<section class="copyright py-4 text-center text-white">
<div class="container">
<small class="footer-text"> Made with ❤️ by
<a href="https://linkedin.com/in/justina-chua">Justina Chua</a>,
<a href="https://www.linkedin.com/in/sadhana-lolla/">Sadhana Lolla</a>, and
<a href="https://www.linkedin.com/in/jendy/">Jendy Ren</a>
<br> Google CSSI 2020 👩💻 </small>
</div>
</section>
<!--Scroll to Top Button (Only visible on small and extra-small screen sizes)-->
<div class="scroll-to-top d-lg-none position-fixed">
<a
class="js-scroll-trigger d-block text-center text-white rounded"
href="#page-top"
><i class="fa fa-chevron-up"></i
></a>
</div>
<!--
<script>
console.log(window.localStorage.getItem('timeInterval'))
function storeVars() {
window.localStorage.setItem('timeInterval', document.getElementById("test"));
}
</script>
-->
<!-- Bootstrap core JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
<!-- Third party plugin JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
<!-- Contact form JS-->
<script src="assets/mail/jqBootstrapValidation.js"></script>
<script src="assets/mail/contact_me.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
<!-- Local storage JS -->
<script src="js/notifs.js"></script>
<script src="js/timer.js"></script>
<script src="js/wildcard.js"></script>
</body>
</html>