-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmenuGrid.html
69 lines (69 loc) · 2.2 KB
/
menuGrid.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
<!DOCTYPE html>
<html>
<head>
<title>Menu Grid</title>
<link rel="stylesheet" href="globals.css" />
<link rel="stylesheet" href="menuGrid.css" />
<script src="config.js"></script>
<script src="tvNav.js"></script>
<script src="tvNavRemote.js"></script>
<script src="sms.js"></script>
<script src="remote.js"></script>
<script src="iot.js"></script>
</head>
<body>
<div class="element-home">
<div class="overlap-wrapper">
<div class="overlap">
<div class="screen"></div>
<div
class="smartloft-button"
onclick="window.location.href='smartLoft.html';"
>
<div class="overlap-group item">
<img
class="light-bulb"
src="https://c.animaapp.com/2QLQBE64/img/[email protected]"
/>
</div>
<div class="smart-loft">Smartloft</div>
</div>
<div class="my-schedule">
<div class="text-wrapper">My Schedule</div>
<div class="calendar-wrapper item">
<img
class="calendar"
src="https://c.animaapp.com/2QLQBE64/img/[email protected]"
onclick="window.location.href='schedule.html';"
/>
</div>
</div>
<div class="emergency-call" id="emergency-call">
<div class="EMERGENCY-CALL">Emergency Call</div>
<div class="group-wrapper item">
<img
class="group"
src="https://c.animaapp.com/2QLQBE64/img/[email protected]"
/>
</div>
</div>
<div class="rectangle"></div>
<div class="div">Supporter</div>
<div
class="entertainment"
onclick="window.location.href='entertainment.html';"
>
<div class="vector-wrapper item">
<img
class="vector"
src="https://c.animaapp.com/2QLQBE64/img/vector.svg"
/>
</div>
<div class="text-wrapper-2">Entertainment</div>
</div>
</div>
</div>
</div>
<script src="calling.js"></script>
</body>
</html>