-
-
Notifications
You must be signed in to change notification settings - Fork 72
/
Copy pathindex.html
39 lines (37 loc) · 1.33 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
<!DOCTYPE html>
<html lang="en-ca">
<head>
<meta charset="utf-8">
<title>Alert · Dinosaur Park Status</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="shortcut icon" href="favicon.ico">
<link rel="icon" type="image/png" href="favicon-196.png">
<link href="css/modules.css" rel="stylesheet">
<link href="css/grid.css" rel="stylesheet">
<link href="css/type.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,400i,700" rel="stylesheet">
</head>
<body>
<main class="dashboard grid">
<h1 class="visually-hidden">Dinosaur Park Status</h1>
<div class="dashboard-map unit xs-1 m-1 l-2-3 relative">
<!-- Insert the map SVG -->
</div>
<div class="dashboard-right unit xs-1 m-1 l-1-3">
<div class="dashboard-controls dashboard-controls-top text-center">
<!-- Insert the top menu of buttons -->
</div>
<div class="grid">
<div class="dashboard-stats unit xs-1 s-1 m-1-2 l-1 relative">
<!-- Insert the stats SVG -->
</div>
<div class="dashboard-videos unit xs-1 s-1 m-1-2 l-1 relative">
<!-- Insert the CCTV SVG -->
<!-- Insert the menu playback controls -->
</div>
</div>
</div>
</main>
</body>
</html>