-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (38 loc) · 1.72 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>
<head>
<title>Rudin Center CARTO Paratransit Map</title>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<link rel="shortcut icon" href="https://wagner.nyu.edu/files/favicon.ico" type="image/vnd.microsoft.icon">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="style.css">
<script
src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
</head>
<body>
<!-- <div id="map"></div> -->
<iframe frameborder="0" src="https://nyu.carto.com/u/nijelparatransit/builder/9b3fbf26-44bf-47f3-8c0b-3baeeb7df544/embed" allowfullscreen webkitallowfullscreen mozallowfullscreen oallowfullscreen msallowfullscreen></iframe>
<div class="legend-wrapper">
<button class="showLegend">Show Legend</button>
<div class="legend">
<img class="legendSVG" src="legend.svg" onerror="this.src='legend.png'">
<button class="hideLegend">Hide</button>
<div class="chevron-right-fade">
<div class="chevron-right-wrapper">
<i class="fa fa-chevron-right fa-4x" aria-hidden="true"></i>
</div>
</div>
<div class="chevron-left-fade">
<div class="chevron-left-wrapper">
<i class="fa fa-chevron-left fa-4x" aria-hidden="true"></i>
</div>
</div>
</div>
</div>
</body>
<script type="text/javascript" src="script.js"></script>
</html>