-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
92 lines (83 loc) · 2.22 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Sleepy</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/mine.css">
</head>
<body>
<!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M2XBJ29"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="container bg-home">
<header>
<a href="">
<h6 class="zzz">Current Time</h6>
</a>
</header>
<nav>
<div class="b-sleep">
<h1 class="text-center">Naam</h1>
</div>
</nav>
<section class="sec2">
<div align="center" class="twelve columns">
<p><span></span>Find out when to get up. If you go to bed now!</span></p>
<a href="#go"><button class="zzz" title="Get times"><i class="fa fa-bed"></i></button></a>
</div><!-- end #start -->
</section>
<section class="sec3">
<div>
<p>If you head to bed right now, you should try to wake up at one of the following times:
<span><br>A good night's sleep consists of 5-6 complete sleep cycles.</span>
</p>
</div>
</section>
<section class="sec4">
<div id="resultsNow" style="display:block;">
<table class="table table table-borderless text-center" id="go">
<thead>
<tr>
<th scope="col">Current Time</th>
<th scope="col">Wake up - Times</th>
</tr>
</thead>
<tbody>
<tr>
<td></td>
<td id="resultNow1"></td>
</tr>
<tr>
<td></td>
<td id="resultNow2"></td>
</tr>
<tr>
<td class="curr"></td>
<td id="resultNow3"></td>
</tr>
<tr>
<td></td>
<td id="resultNow4"></td>
</tr>
<tr>
<td></td>
<td id="resultNow5"></td>
</tr>
<tr>
<td class=""></td>
<td id="resultNow6"></td>
</tr>
</tbody>
</table>
</div> <!-- end resultsNow -->
</section>
</div>
<footer>
<div>Copy</div>
</footer>
<script src="js/jquery-3.4.1.min.js"></script>
<script src="js/style.js"></script>
</body>