-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
190 lines (147 loc) · 8.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home</title>
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
</head>
<body id="body" class="linear-background margin-left-right-base">
<header class="relative">
<div class="absolute light-background-opaque dark-layer-div neutralise-margin-left-right-base negative-z-index"></div>
<div class="text-align-center relative small-padding-top">
<div id="menu" class="burger-menu absolute">
<div class="oval"></div>
<div class="oval small-margin-top"></div>
</div>
<h1 class="h1-main-heading">Home</h1>
</div>
<div class="neutralise-margin-left-right-base small-margin-top">
<div id="to-show-menu" class="hidden text-align-left background-menu nav-bar-style border-radius-0">
<div class="flex text-align-center flex-wrap">
<a class="text-decoration-none-black flex-one" href="#body"><h3 class="bigger-font-size">Home</h3></a>
<a class="text-decoration-none-black flex-one" href="./cameras.html"><h3 class="bigger-font-size">Cameras</h3></a>
<a class="text-decoration-none-black flex-one" href="./heating.html"><h3 class="bigger-font-size">Heating</h3></a>
</div>
</div>
</div>
</header>
<section class="circle-armed small-margin-bottom margin-top">
<div id="circle" class="circle green-circle-background very-small-margin-bottom">
<div class="img-wrapper-lock">
<img id="main-image" src="./img/homelocked.png">
</div>
</div>
<h2 class="subheading text-align-center">Your System is <div id="armed-status" class="green-text">Armed Home</div></h2>
</section>
<section class="disarm-home-away">
<div class="flex background-opaque light-padding">
<div id="disarmed" class="flex-one text-align-center opacity-50">
<div id="disarmed-img" class="icon-img-wrapper margin-center background-white">
<img src="./img/unlocked.png">
</div>
<h4 class="small-margin-top">Disarmed</h4>
</div>
<div id="home" class="flex-one text-align-center">
<div id="home-img" class="icon-img-wrapper margin-center background-green">
<img src="./img/homelocked.png">
</div>
<h4 class="small-margin-top">Home</h4>
</div>
<div id="away" class="flex-one text-align-center opacity-50">
<div id="away-img" class="icon-img-wrapper margin-center background-white">
<img src="./img/away.png">
</div>
<h4 class="small-margin-top">Away</h4>
</div>
</div>
</section>
<section id="history" class="history small-ish-margin-top">
<div class="background-opaque light-padding text-align-center">
<div class="icon-img-wrapper margin-center">
<img src="./img/history-icon.png">
</div>
<h4 class="very-small-margin-top">History</h4>
<h5 id="to-hide-history" class="very-small-margin-top red-text">17 New Events</h5>
<div id="to-show-history" class="hidden very-small-margin-top text-align-center">
<p class="tiny-margin-bottom">5:17pm Front Door Motion Detected (Cam03)</p>
<p class="tiny-margin-bottom">8:01am Patio Light Low Battery</p>
<p class="tiny-margin-bottom">12:44pm Aliens living in your basement</p>
<p class="tiny-margin-bottom">5:17pm Front Door Motion Detected</p>
<p class="tiny-margin-bottom">8:01am Patio Light Low Battery</p>
<p class="tiny-margin-bottom">5:17pm Front Door Motion Detected</p>
<p class="tiny-margin-bottom">8:01am Patio Light Low Battery</p>
<p class="tiny-margin-bottom">5:17pm Front Door Motion Detected</p>
<p class="tiny-margin-bottom">8:01am Patio Light Low Battery</p>
</div>
</div>
</section>
<section class="toggle-appliances small-ish-margin-top">
<div class="background-opaque light-padding">
<div id="background-colour-item-one" class="flex align-center light-padding background-blue border-radius-10px">
<div class="flex-one">
<h3 id="item-one" class="paragraph-font average-font-size text-align-center">Bedroom</h3>
</div>
<div class="flex justify-center align-end flex-one">
<div class="margin-center appliance-icon-img-wrapper">
<img id="item-one-img" src="./img/light.ico">
</div>
<div id="item-one-switch" class="margin-center background-for-toggle flex justify-start align-center animate__animated">
<div id="item-one-switch-white" class="white-part-for-toggle small-margin-left"></div>
</div>
</div>
</div>
</div>
<div class="background-opaque light-padding small-ish-margin-top">
<div id="background-colour-item-two" class="flex align-center light-padding green-circle-background border-radius-10px">
<div class="flex-one">
<h3 id="item-two" class="paragraph-font average-font-size text-align-center">Television</h3>
</div>
<div class="flex justify-center align-end flex-one">
<div class="margin-center appliance-icon-img-wrapper">
<img id="item-two-img" src="./img/television.png">
</div>
<div id="item-two-switch" class="margin-center background-for-toggle flex justify-end align-center animate__animated">
<div id="item-two-switch-white" class="white-part-for-toggle small-margin-right"></div>
</div>
</div>
</div>
</div>
<div class="background-opaque light-padding small-ish-margin-top">
<div id="background-colour-item-three" class="flex align-center light-padding background-blue border-radius-10px">
<div class="flex-one">
<h3 id="item-three" class="paragraph-font average-font-size text-align-center">Living Room</h3>
</div>
<div class="flex justify-center align-end flex-one">
<div class="margin-center appliance-icon-img-wrapper">
<img id="item-three-img" src="./img/light.ico">
</div>
<div id="item-three-switch" class="margin-center background-for-toggle flex justify-start align-center animate__animated">
<div id="item-three-switch-white" class="white-part-for-toggle small-margin-left"></div>
</div>
</div>
</div>
</div>
</section>
<footer class="light-margin-left-right small-ish-margin-top small-margin-bottom">
<div class="flex">
<div id="indoor-button" class="flex flex-column align-center justify-center flex-one small-padding-bottom background-opaque-strong">
<h2 class="h2-sub-heading">Indoor</h2>
<div class="footer-icons-wrapper">
<img src="./img/indoor.png">
</div>
</div>
<div id="outdoor-button" class="flex flex-column align-center justify-center flex-one small-padding-bottom">
<h2 class="h2-sub-heading">Outdoor</h2>
<div class="footer-icons-wrapper">
<img src="./img/outdoor.webp">
</div>
</div>
</div>
</footer>
<script src="./script.global.js"></script>
<script src="./script.index.js"></script>
</body>
</html>