-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (28 loc) · 979 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>
Slides
</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/main.css" rel='stylesheet' />
</head>
<body>
<main class="pa4 mw8 center sans-serif">
<div class="pa5 w-100 vh-100">
<h2 class="mt0 tc">January 2018</h2>
<div id="map-div-1" class="w-100 h-100 relative bg-light-gray "></div>
</div>
<div class="pa5 w-100 vh-100">
<h2 class="mt0 tc">August 2018</h2>
<div id="map-div-2" class="w-100 h-100 relative bg-light-gray "></div>
</div>
<div class="pa5 w-100 vh-100">
<h2 class="mt0 tc">New 2018</h2>
<div id="map-div-3" class="w-100 h-100 relative bg-light-gray "></div>
</div>
</main>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBNClp7oJsw-eleEoR3-PQKV23tpeW-FpE&libraries=visualization&callback=initMap" async defer></script>
<script src="/map.js"></script>
</body>
</html>