-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.html
59 lines (49 loc) · 2.51 KB
/
contact.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
<!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="Calculate driving directions without Route 81">
<meta name="author" content="Mark Headd">
<link rel="icon" href="assets/favicon.ico">
<title>Without 81</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.7/leaflet.css" />
<link rel="stylesheet" href="assets/css/style.css"/>
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">Without 81</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li id="home"><a href="/">Home</a></li>
<li><a href="about.html">About</a></li>
<li class="active"><a href="contact.html">Contact</a></li>
<li><a href="https://github.com/UpstateData/without81">Code</a></li>
<li><a href="https://github.com/UpstateData/without81/tree/gh-pages/data">Data</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<div class="container">
<div class="title">
<h1>Getting Around Without 81</h1>
<p class="lead">Calculate travel directions in and around Central New York while avoiding Route 81 through Downtown Syracuse.</p>
</div>
<div id="more">
<p>This site was built by Mark Headd as part of the <a href="https://dataupstate.org/">Upstate Data Project</a>. If you have questions, want to help, or want to report a problem - <a href="mailto:mheadd+without81@gmail.com">be in touch</a>.</p>
<p>If you like this site, you might also like <a href="http://Rethink81.org">Rethink81.org</a>.</p>
</div>
</div>
</body>
</html>