-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
264 lines (243 loc) · 11.9 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>Open Noland Trail</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<!-- Add custom CSS here -->
<link href="css/stylish-portfolio.css" rel="stylesheet">
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
<!-- Side Menu -->
<a id="menu-toggle" href="#" class="btn btn-primary btn-lg toggle"><i class="fa fa-bars"></i></a>
<div id="sidebar-wrapper">
<ul class="sidebar-nav">
<a id="menu-close" href="#" class="btn btn-default btn-lg pull-right toggle"><i class="fa fa-times"></i></a>
<li class="sidebar-brand"><a href="http://jonahadkins.github.io/open-noland-trail">Open Noland Trail</a>
</li>
<li><a href="#top">Home</a>
</li>
<li><a href="#portfolio">Background</a>
</li>
<li><a href="#data">Trail History</a>
</li>
<li><a href="#services">Download Data [Coming Soon]</a>
</li>
<li><a href="#contact">OpenStreetMap</a>
</li>
<li><a href="#credits">Credits</a>
</li>
</ul>
</div>
<!-- /Side Menu -->
<!-- Full Page Image Header Area -->
<div id="top" class="header">
<div class="vert-text">
<h1>Open Noland Trail</h1>
<h3>
<p>
<a href="https://github.com/jonahadkins/open-noland-trail/blob/gh-pages/data/noland_trail_data.zip?raw=true" class="btn btn-default btn-lg">Download All Data (.zip)</a>
</div>
</div>
<!-- /Full Page Image Header Area -->
<!--Portfolio-->
<div id="portfolio" class="portfolio">
<div class="container">
<div class="row">
<div class="col-md-14 col-md-offset-0 text-center">
<h2>Background</h2>
<h4>Open Noland Trail is a product from the creation of the The Noland Trail Poster, the most comprehensive map available of the Noland Trail and surrounding Mariners' Museum Park area.
The <a target="_blank" href="https://raw.githubusercontent.com/jonahadkins/open-noland-trail/gh-pages/img/nolandmap.jpg">first edition</a> poster was created in the spring of 2013 using GPS and classic survey techniques.
A second edition was made in the spring of 2015, both versions user over 30 different elements (or layers) which have been made available as an open data source on this site, as well as <em><a target="_blank" href="https://github.com/jonahadkins/open-noland-trail">GitHub</a>.</em> </h4>
</div>
</div>
<div class="row">
<div class="col-md-10 col-md-offset-1 text-left">
<div class="portfolio-item">
<img class="img-portfolio img-responsive" src="img/nolandmap2.jpg">
</div>
</div>
</div>
<div class="col-md-14 col-md-offset-0 text-center">
<h3>Copies of the Noland Trail Poster can be purchased from</h3>
</div>
<div class="col-md-14 col-md-offset-0 text-center">
<a target="_blank" href="http://jonahadkins.imagekind.com"><img src="http://www.imagekind.com/images/buttons/buy_my_art.gif" alt="Buy my art at ImageKind.com." border="0"> </a>
<a target="_blank" href="http://society6.com/jonahsmaps"><img src="img/buy_my_art2.jpg" alt="Buy my art at ImageKind.com." border="0"> </a>
</div>
</div>
</div>
</div>
<!-- /Portfolio -->
<div id="data" class="services">
<div class="container">
<div class="row">
<div class="col-md-14 col-md-offset-0 text-center">
<h2>Open Noland Trail is a free, open resource of geographic data
<p>
at the Mariners Museum Park & Noland Trail</h2>
<p class="lead">The Mariners' Museum Park is 550 acres of privately maintained, naturally wooded property that offers visitors a quiet and serene place to walk, run, or picnic. Within the park is the 167 acre Lake Maury, named for the famed 19th century oceanographer and native Virginia, Matthew Fontaine Maury. Following the shoreline of Lake Maury is the five mile Noland Trail. Dedicated as a gift from the Noland family in 1991 and with significant ongoing financial support from the Noland family. The trail has fourteen bridges, picnic areas, benches, handicap access, and mile markers.
The Mariners' Museum Park is open daily to the public. Benches at approximately every half-mile offer places of rest along the trail, and views of Lake Maury can be found around every corner.
<em><p class="lead">
<a target="_blank" href="http://www.marinersmuseum.org/visitor-information/mariners-museum-park-and-noland-trail">Visit Their Website</a></p></em>
</div>
</div>
</div>
</div>
<!--Services
<div id="services" class="services">
<div class="container">
<div class="row">
<div class="col-md-4 col-md-offset-4 text-center">
<h2>Available Data</h2>
<hr>
</div>
</div>
<div class="row">
<div class="col-md-2 col-md text-center">
<div class="service-item">
<a href= "https://github.com/jonahadkins/open-noland-trail/blob/master/data/artifacts_in_the_park.geojson" download>Artifacts In The Park (Coming Soon)</a><p>
<a href= "https://github.com/jonahadkins/open-noland-trail/blob/master/data/buidings.geojson" download>Park Buildings</a>
</div>
</div>
<div class="col-md-2 text-center">
<div class="service-item">
<i class="service-icon fa fa-magnet"></i>
<h4>Problem Solving</h4>
<p>Need to know how magnets work? Our problem solving solutions team can help you identify problems and conduct exploratory research.</p>
</div>
</div>
<div class="col-md-2 text-center">
<div class="service-item">
<i class="service-icon fa fa-shield"></i>
<h4>Blacksmithing</h4>
<p>Planning a time travel trip to the middle ages? Preserve the space time continuum by blending in with period accurate armor and weapons.</p>
</div>
</div>
<div class="col-md-2 text-center">
<div class="service-item">
<i class="service-icon fa fa-pencil"></i>
<h4>Pencil Sharpening</h4>
<p>We've been voted the best pencil sharpening service for 10 consecutive years. If you have a pencil that feels dull, we'll get it sharp!</p>
</div>
</div>
<div class="col-md-2 text-center">
<div class="service-item">
<i class="service-icon fa fa-pencil"></i>
<h4>Pencil Sharpening</h4>
<p>We've been voted the best pencil sharpening service for 10 consecutive years. If you have a pencil that feels dull, we'll get it sharp!</p>
</div>
</div>
<div class="col-md-2 text-center">
<div class="service-item">
<i class="service-icon fa fa-pencil"></i>
<h4>Pencil Sharpening</h4>
<p>We've been voted the best pencil sharpening service for 10 consecutive years. If you have a pencil that feels dull, we'll get it sharp!</p>
</div>
</div>
</div>
</div>
</div>
/Services-->
<!--Callout
<div class="callout">
<div class="vert-text">
<h1>A Dramatic Text Area</h1>
</div>
</div>
/Callout -->
<!-- Call to Action --
<div class="call-to-action">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center">
<h3>The buttons below are impossible to resist.</h3>
<a href="#" class="btn btn-lg btn-default">Click Me!</a>
<a href="#" class="btn btn-lg btn-primary">Look at Me!</a>
</div>
</div>
</div>
</div>
<!-- /Call to Action -->
<!-- Map -->
<div id="contact" class="map">
<iframe src="https://api.mapbox.com/styles/v1/jonahadkins/cihhvsk6100s4jnkx4v991bxi.html?title=true&access_token=pk.eyJ1Ijoiam9uYWhhZGtpbnMiLCJhIjoiRlVVVkx3VSJ9.9sdVEK_B_VkEXPjssU5MqA#15/37.04760549602102/-76.48367525096286/88.4983084883122" height='500' width='100%'></iframe>
</div>
<!-- /Map -->
<!-- Footer -->
<footer>
<div id="credits" class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center">
<ul class="list-inline">
<li><a target="_blank" href="https://github.com/jonahadkins"><i class="fa fa-github fa-5x"></i>
</li>
<li><a target="_blank" href="https://www.twitter.com/jonahadkins"><i class="fa fa-twitter fa-5x"></i></a>
</li>
<li><a target="_blank" href="https://jonahsmaps.tumblr.com"><i class="fa fa-tumblr fa-5x"></i></a>
</li>
</ul>
</div>
</div>
<div class="col-md-14 col-md-offset-0 text-center">
<h3>Jonah Adkins 2014</h3>
</div>
</div>
</footer>
<!-- /Footer -->
<!-- JavaScript -->
<script src="js/jquery-1.10.2.js"></script>
<script src="js/bootstrap.js"></script>
<!-- Custom JavaScript for the Side Menu and Smooth Scrolling -->
<script>
$("#menu-close").click(function(e) {
e.preventDefault();
$("#sidebar-wrapper").toggleClass("active");
});
</script>
<script>
$("#menu-toggle").click(function(e) {
e.preventDefault();
$("#sidebar-wrapper").toggleClass("active");
});
</script>
<script>
$(function() {
$('a[href*=#]:not([href=#])').click(function() {
if (location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '') || location.hostname == this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) + ']');
if (target.length) {
$('html,body').animate({
scrollTop: target.offset().top
}, 1000);
return false;
}
}
});
});
</script>
<!-- Start of StatCounter Code for Default Guide -->
<script type="text/javascript">
var sc_project=9897092;
var sc_invisible=1;
var sc_security="ee7b679d";
var scJsHost = (("https:" == document.location.protocol) ?
"https://secure." : "http://www.");
document.write("<sc"+"ript type='text/javascript' src='" +
scJsHost+
"statcounter.com/counter/counter.js'></"+"script>");
</script>
<noscript><div class="statcounter"><a title="site stats"
href="http://statcounter.com/free-web-stats/"
target="_blank"><img class="statcounter"
src="http://c.statcounter.com/9897092/0/ee7b679d/1/"
alt="site stats"></a></div></noscript>
<!-- End of StatCounter Code for Default Guide -->
</body>
</html>