-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
490 lines (340 loc) · 22.6 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
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
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
<!doctype html>
<html lang="en">
<head>
<link rel="icon" href="https://i.postimg.cc/h4zGvdTP/tiger-Head-transformed.png">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>TigerNote</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;700;900&display=swap" rel="stylesheet">
<link href="bootstrap.min.css" rel="stylesheet">
<link href="bootstrap-icons.css" rel="stylesheet">
<link rel="stylesheet" href="slick.css"/>
<link href="homepage.css" rel="stylesheet">
</head>
<body>
<section class="preloader">
<div class="spinner">
<span class="sk-inner-circle"></span>
</div>
</section>
<main>
<nav class="navbar navbar-expand-lg">
<div class="container">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand" href="index.html">
<strong><span>Tiger</span>Note</strong>
</a>
<div class="d-lg-none">
<a href="sign-in.html" class="bi-person custom-icon me-3"></a>
<a href="product-detail.html" class="bi-bag custom-icon"></a>
</div>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav mx-auto">
<li class="nav-item">
<a class="nav-link active" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="PomodoroTimer.html">Pomodoro Timer</a>
</li>
<li class="nav-item">
<a class="nav-link" href="noteTaking.html">Document</a>
</li>
<li class="nav-item">
<a class="nav-link" href="calenderPage.html">Calendar</a>
</li>
<li class="nav-item">
<a class="nav-link" href="note.html">Note</a>
</li>
</ul>
<div class="d-none d-lg-block">
<a href="sign-in.html" class="bi-person custom-icon me-3"></a>
</div>
</div>
</div>
</nav>
<section class="slick-slideshow">
<div class="slick-custom">
<img src="allnighter.jpg" class="img-fluid" alt="">
<div class="slick-bottom">
<div class="container">
<div class="row">
<div class="col-lg-6 col-10">
<h1 class="slick-title">No More Cramming</h1>
<p class="lead text-white mt-lg-3 mb-lg-5">All nighters with energy are in the past. Sharpen your mind daily with TigerNote.</p>
</div>
</div>
</div>
</div>
</div>
<div class="slick-custom">
<img src="sutdentspicture.jpg" class="img-fluid" alt="">
<div class="slick-bottom">
<div class="container">
<div class="row">
<div class="col-lg-6 col-10">
<h1 class="slick-title">Simple Design, Easy to Use</h1>
<p class="lead text-white mt-lg-3 mb-lg-5">Easy on the eyes without sacrificing functionality.</p>
</div>
</div>
</div>
</div>
</div>
<div class="slick-custom">
<img src="grade.jpg" class="img-fluid" alt="">
<div class="slick-bottom">
<div class="container">
<div class="row">
<div class="col-lg-6 col-10">
<h1 class="slick-title">Improve your Grade</h1>
<p class="lead text-white mt-lg-3 mb-lg-5">Just skip your classes at this point. You are not smart.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="about section-padding">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<h2 class="mb-5">Why use <span>TigerNote?</span> Because you have no life.</h2>
</div>
<div class="col-lg-2 col-12 mt-auto mb-auto">
<ul class="nav nav-pills mb-5 mx-auto justify-content-center align-items-center" id="pills-tab" role="tablist">
<li class="nav-item" role="presentation">
<button class="nav-link active" id="pills-home-tab" data-bs-toggle="pill" data-bs-target="#pills-home" type="button" role="tab" aria-controls="pills-home" aria-selected="true">Designed for You</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" id="pills-youtube-tab" data-bs-toggle="pill" data-bs-target="#pills-youtube" type="button" role="tab" aria-controls="pills-youtube" aria-selected="true">Your Life Before</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" id="pills-skill-tab" data-bs-toggle="pill" data-bs-target="#pills-skill" type="button" role="tab" aria-controls="pills-skill" aria-selected="false">Your Life After</button>
</li>
</ul>
</div>
<div class="col-lg-10 col-12">
<div class="tab-content mt-2" id="pills-tabContent">
<div class="tab-pane fade show active" id="pills-home" role="tabpanel" aria-labelledby="pills-home-tab">
<div class="row">
<div class="col-lg-7 col-12">
<img src="studentmodel.jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-5 col-12">
<div class="d-flex flex-column h-100 ms-lg-4 mt-lg-0 mt-5">
<h4 class="mb-3">Great <span>students</span> <br>Need the <span>best</span> tools</h4>
<p>Made for studying effectively, with minimal distractions and proven studying techniques.</p>
<p>If you are not yet part of the club <a href="sign-up.html">sign up!</a> If you are a returning user then <a href="sign-in.html">sign in</a> and start crying.</p>
<div class="mt-2 mt-lg-auto">
<a href="about.html" class="custom-link mb-2">
<i class="bi-arrow-right ms-2"></i>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane fade show" id="pills-youtube" role="tabpanel" aria-labelledby="pills-youtube-tab">
<div class="row">
<div class="col-lg-7 col-12">
<video src="videxample.mp4"></video>
</div>
<div class="col-lg-5 col-12">
<div class="d-flex flex-column h-100 ms-lg-4 mt-lg-0 mt-5">
<h4 class="mb-3">Life as a sad college student.</h4>
<p>Over the years the college workload has caught up to you, but your work ethic has not.</p>
<p>Inject some discipline into your routine before you switch major.</p>
<div class="mt-2 mt-lg-auto">
<a href="contact.html" class="custom-link mb-2">
<i class="bi-arrow-right ms-2"></i>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="pills-skill" role="tabpanel" aria-labelledby="pills-skill-tab">
<div class="row">
<div class="col-lg-7 col-12">
<img src="jokersmile.png" class="img-fluid" alt="">
</div>
<div class="col-lg-5 col-12">
<div class="d-flex flex-column h-100 ms-lg-4 mt-lg-0 mt-5">
<h4 class="mb-3">Less tears.....</h4>
<p>At least you're not an English major....</p>
<div class="skill-thumb mt-3">
<strong>Completely Free</strong>
<span class="float-end"></span>
<div class="progress">
<div class="progress-bar progress-bar-primary" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100" style="width: 90%;"></div>
</div>
<strong>Proven Studying Techniques</strong>
<span class="float-end"></span>
<div class="progress">
<div class="progress-bar progress-bar-primary" role="progressbar" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100" style="width: 70%;"></div>
</div>
<strong>Better Grades</strong>
<span class="float-end"></span>
<div class="progress">
<div class="progress-bar progress-bar-primary" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" style="width: 80%;"></div>
</div>
</div>
<div class="mt-2 mt-lg-auto">
<a href="" class="custom-link mb-2">
<i class="bi-arrow-right ms-2"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="front-product">
<div class="container-fluid p-0">
<div class="row align-items-center">
<div class="col-lg-6 col-12">
<img src="mern.avif" class="img-fluid" alt="">
</div>
<div class="col-lg-6 col-12">
<div class="px-5 py-5 py-lg-0">
<h2 class="mb-4"> <span>Technologies</span> Used</h2>
<p class="lead mb-4">Front end built by HTML, CSS, Javascript, Bootstrap, and React. For the server and backend Javascript is used through node.js which connects to Mongo</p>
</div>
</div>
</div>
</div>
</section>
<section class="featured-product section-padding">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<h2 class="mb-5">Features of TigerNote</h2>
</div>
<div class="col-lg-4 col-12 mb-3">
<div class="product-thumb">
<a href="PomodoroTimer.html">
<img src="timer.png" class="img-fluid product-image" alt="">
</a>
<div class="product-top d-flex">
</div>
<div class="product-info d-flex">
<div>
<h5 class="product-title mb-0">
<a href="PomodoroTimer.html" class="product-title-link">Pomodoro Timer</a>
</h5>
<p class="product-p">A timeless technique to build strong habits. Use the defualt settings or create your own custom timer.</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-12 mb-3">
<div class="product-thumb">
<a href="calenderPage.html">
<img src="calender.png" class="img-fluid product-image" alt="">
</a>
<div class="product-top d-flex">
</div>
<div class="product-info d-flex">
<div>
<h5 class="product-title mb-0">
<a href="calenderPage.html" class="product-title-link">Calendar</a>
</h5>
<p class="product-p">Keep track of the day and activities in one place. You can also create custom events and delete after completion.</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-12 mb-3">
<div class="product-thumb">
<a href="textbookreader.html">
<img src="textbook.jpg" class="img-fluid product-image" alt="">
</a>
<div class="product-top d-flex">
</div>
<div class="product-info d-flex">
<div>
<h5 class="product-title mb-0">
<a href="textbookreader.html" class="product-title-link">Textbooks</a>
</h5>
<p class="product-p">View and upload your textbooks so you can have them everywhere you go!</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-12">
<div class="product-thumb">
<a href="document.html">
<img src="notes2.jpg" class="img-fluid product-image" alt="">
</a>
<div class="product-top d-flex">
</div>
<div class="product-info d-flex">
<div>
<h5 class="product-title mb-0">
<a href="noteTaking.html" class="product-title-link">Document</a>
</h5>
<p class="product-p">Type up large documents and save them as pdf or text file.</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-12">
<div class="product-thumb">
<a href="note.html">
<img src="stickynote.png" class="img-fluid product-image" alt="">
</a>
<div class="product-top d-flex">
</div>
<div class="product-info d-flex">
<div>
<h5 class="product-title mb-0">
<a href="note.html" class="product-title-link">Notes</a>
</h5>
<p class="product-p">Take quick short notes.</p>
</div>
</div>
</div>
</div>
<div class="col-12 text-center">
</div>
</div>
</div>
</section>
</main>
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-lg-3 col-10 me-auto mb-4">
<h4 class="text-white mb-3"><a href="index.html">Tiger</a>Notes</h4>
<br>
</div>
<div class="col-lg-5 col-8">
<h5 class="text-white mb-3">Sitemap</h5>
<ul class="footer-menu d-flex flex-wrap">
<li class="footer-menu-item"><a href="index.html" class="footer-menu-link">Home</a></li>
<li class="footer-menu-item"><a href="PomodoroTimer.html" class="footer-menu-link">Pomodoro Timer</a></li>
<li class="footer-menu-item"><a href="note.html" class="footer-menu-link">Note</a></li>
<li class="footer-menu-item"><a href="calenderPage.html" class="footer-menu-link">Calendar</a></li>
<li class="footer-menu-item"><a href="textbookreader.html" class="footer-menu-link">Textbook</a></li>
</ul>
</div>
</div>
</div>
</footer>
<script src="jquery.min.js"></script>
<script src="bootstrap.bundle.min.js"></script>
<script src="Headroom.js"></script>
<script src="jQuery.headroom.js"></script>
<script src="slick.min.js"></script>
<script src="custom.js"></script>
</body>
</html>