-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
68 lines (59 loc) · 2.95 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="">
<title>Corridors Commission - Lexington, KY</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
<!-- Custom styles for this template -->
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/custom.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="js/html5shiv.min.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container-fluid">
<!-- Map -->
<div id="map-canvas"></div>
<!-- Legend -->
<div id="info-box" class="container">
<p class="title">Corridors Commission</p>
<p class="subtitle hidden-xs">City of Lexington, Kentucky</p>
<form>
<div class="form-group hidden-xs">
<input id="pac-input" class="form-control" type="text" placeholder="Search for an address">
</div>
</form>
<div class="meta">
<<<<<<< HEAD
<p>This map represents priority corridors established by the Corridors Commission.</p>
<p>Hover over a Corridor for more information.</p>
<p id="corridor-info"></p>
<p class="last">For more information on the Corridors Commission, please vist the <a target="_blank" href="http://www.lexingtonky.gov/index.aspx?page=2467">Corridors Commission homepage</a>.</p>
</div>
=======
<p class="hidden-xs">This map represents priority corridors established by the Corridors Commission.</p>
<p class="hidden-xs">Select a corridor for more information.</p>
<p id="corridor-info"></p>
<p class="last hidden-xs">For more information on the Corridors Commission, please vist the <a target="_blank" href="http://www.lexingtonky.gov/index.aspx?page=2467">Corridors Commission homepage</a>.</p>
</div>
>>>>>>> origin/gh-pages
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDXqhUx3ZQwPBtAVsXg6tz9N_2yvrRydcQ&sensor=true&libraries=places"></script>
<script src="js/corridors-map.js"></script>
</body>
</html>