-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
28 lines (28 loc) · 1.12 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Information Display</title>
</head>
<body>
<h1>Information Display</h1>
<p>The number of people still in Jasper: 750 </p>
<p>The percentage of of people in Jasper that are stuck in traffic: 36% </p>
<p>The percentage of people in Jasper currently in threat wildfire zone: 17% </p>
<p>The number of unique shelters surrounding Jasper: 3 </p>
<ul>
<li> 57 48' 03'', -121 14' 02''</li>
<li> 57 58' 07'', -121 18' 06''</li>
<li> 57 58' 03'', -124 14' 02''</li>
</ul>
<p>The number of unique gas stations without gas: 2</p>
<ul>
<li> 57 48' 03'', -121 14' 02''</li>
<li> 67 50' 07'', -121 28' 06''</li>
</ul>
<p>The unique new road blockage reports within the hour in Jasper: 7</p>
<p>The number of unique low visibility reports (authenticated from Ambient light reading from phone): 4 </p>
<p>The percentage of Google Maps commute reports that have been generated in the last two hours: 69%</p>
<p>The proportion of reports made per commute for July 27th: 35% </p>
</body>
</html>