-
Notifications
You must be signed in to change notification settings - Fork 2
/
onlinemapping.html
430 lines (415 loc) · 21.8 KB
/
onlinemapping.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
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
<!DOCTYPE html>
<html class="no-js">
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="icon" type="image/png" href="images/favicon.png">
<title>Online Mapping</title>
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
================================================== -->
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Template CSS Files
================================================== -->
<!-- Twitter Bootstrs CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Ionicons Fonts Css -->
<link rel="stylesheet" href="css/ionicons.min.css">
<!-- animate css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Hero area slider css-->
<link rel="stylesheet" href="css/slider.css">
<!-- owl craousel css -->
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/owl.theme.css">
<link rel="stylesheet" href="css/jquery.fancybox.css">
<!-- template main css file -->
<link rel="stylesheet" href="css/main.css">
<!-- responsive css -->
<link rel="stylesheet" href="css/responsive.css">
<!-- Template Javascript Files
================================================== -->
<!-- modernizr js -->
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
<!-- jquery -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<!-- owl carouserl js -->
<script src="js/owl.carousel.min.js"></script>
<!-- bootstrap js -->
<script src="js/bootstrap.min.js"></script>
<!-- wow js -->
<script src="js/wow.min.js"></script>
<!-- slider js -->
<script src="js/slider.js"></script>
<script src="js/jquery.fancybox.js"></script>
<!-- template main js -->
<script src="js/main.js"></script>
</head>
<body>
<!--
==================================================
Header Section Start
================================================== -->
<header id="top-bar" class="navbar-fixed-top animated-header">
<div class="container">
<div class="navbar-header">
<!-- responsive nav button -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- /responsive nav button -->
<!-- logo -->
<div class="navbar-brand">
<a href="index.html" >
<img src="images/logo.png" alt="">
</a>
</div>
<!-- /logo -->
</div>
<!-- main menu -->
<nav class="collapse navbar-collapse navbar-right" role="navigation">
<div class="main-menu">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="index.html" >Home</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Blog <span class="caret"></span></a>
<div class="dropdown-menu">
<ul>
<li><a href="blog-fullwidth.html">My Thoughts</a></li>
</ul>
</div>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</nav>
<!-- /main nav -->
</div>
</header>
<!--
==================================================
Global Page Section Start
================================================== -->
<section class="global-page-header">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<h2>Online Mapping</h2>
</div>
</div>
</div>
</div>
</section><!--/#Page header-->
<section class="portfolio-single">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="portfolio-single-img">
<div class="post-img">
<img class="img-responsive" alt="" src="images\onlinemapping\onlinemapping.jpg">
</div>
<div class="portfolio-content">
<p>
The world has moved past paper maps and into the digital age.
</p><br>
</div>
</div>
</div>
</div>
</section>
<!--
==================================================
Portfolio Section Start
================================================== -->
<section id="works" class="works">
<div class="container">
<div class="section-heading">
<h1 class="title wow fadeInDown" data-wow-delay=".3s">Latest Work</h1>
<p class="wow fadeInDown" data-wow-delay=".5s">
Here are some examples of my online geospatial work.
</p>
</div>
<div class="row">
<div class="col-sm-4 col-xs-12">
<figure class="wow fadeInLeft animated portfolio-item" data-wow-duration="500ms" data-wow-delay="0ms">
<div class="img-wrapper">
<img src="images/onlinemapping/item-1.jpg" class="img-responsive" alt="this is a title" >
<div class="overlay">
<div class="buttons">
<a rel="gallery" class="fancybox" href="images/onlinemapping/item-1.jpg">Full Screen Photo</a>
<a target="_blank" href="cartodb.html">Find Out More</a>
</div>
</div>
</div>
<figcaption>
<h4>
<a href="cartodb.html">
CartoDB
</a>
</h4>
<p>
Using CartoDB to show datasets
</p>
</figcaption>
</figure>
</div>
<!-- <div class="col-sm-4 col-xs-12">
<figure class="wow fadeInLeft animated" data-wow-duration="500ms" data-wow-delay="300ms">
<div class="img-wrapper">
<img src="mapbox/WineMap.JPG" class="img-responsive" alt="this is a title" >
<div class="overlay">
<div class="buttons">
<a rel="gallery" class="fancybox" href="mapbox/WineMap.JPG">Full Screen Photo</a>
<a target="_blank" href="https://medium.com/@jonathanwitcoski/making-a-bosnian-wine-route-using-mapbox-directions-hopefully-soon-optimization-d505d4624d5fs">Read the Medium Article</a>
</div>
</div>
</div>
<figcaption>
<h4>
<a href="https://www.bigdatabih.com/blog/2018/03/07/what-is-there-to-know-about-the-wines-of-bosnia/">
Wine Routing Map
</a>
</h4>
<p>
Created a Optimized Wine Routing Map using Mapbox API
</p>
</figcaption>
</figure>
</div> -->
<div class="col-sm-4 col-xs-12">
<figure class="wow fadeInLeft animated" data-wow-duration="500ms" data-wow-delay="300ms">
<div class="img-wrapper">
<img src="images/onlinemapping/item-6.jpg" class="img-responsive" alt="" >
<div class="overlay">
<div class="buttons">
<a rel="gallery" class="fancybox" href="images/onlinemapping/item-6.jpg">Full Screen Photo</a>
<a target="_blank" href="esri.html">Find Out More</a>
</div>
</div>
</div>
<figcaption>
<h4>
<a href="esri.html">
ESRI Online
</a>
</h4>
<p>
Making Maps using ESRI Online
</p>
</figcaption>
</figure>
</div>
<div class="col-sm-4 col-xs-12">
<figure class="wow fadeInLeft animated" data-wow-duration="500ms" data-wow-delay="600ms">
<div class="img-wrapper">
<img src="images/onlinemapping/item-4.jpg" class="img-responsive" alt="" >
<div class="overlay">
<div class="buttons">
<a rel="gallery" class="fancybox" href="images/onlinemapping/item-4.jpg">Full Screen Photo</a>
<a target="_blank" href="mapbox.html">Find Out More</a>
</div>
</div>
</div>
<figcaption>
<h4>
<a href="mapbox.html">
Mapbox
</a>
</h4>
<p>
Making maps using Mapbox
</p>
</figcaption>
</figure>
</div>
<!-- <div class="col-sm-4 col-xs-12">
<figure class="wow fadeInLeft animated" data-wow-duration="500ms" data-wow-delay="900ms">
<div class="img-wrapper">
<img src="images/onlinemapping/item-5.jpg" class="img-responsive" alt="" >
<div class="overlay">
<div class="buttons">
<a rel="gallery" class="fancybox" href="images/onlinemapping/item-5.jpg">Full Screen Photo</a>
<a target="_blank" href="https://www.openstreetmap.org/#map=16/43.9392/17.5809">Find Out More</a>
</div>
</div>
</div>
<figcaption>
<h4>
<a href="https://www.openstreetmap.org/#map=16/43.9392/17.5809">
Empty (Google Maps)
</a>
</h4>
<p>
Making Maps using Google Maps (Place holder)
</p>
</figcaption>
</figure>
</div>
-->
<!--<div class="col-sm-4 col-xs-12">
<figure class="wow fadeInLeft animated" data-wow-duration="500ms" data-wow-delay="900ms">
<div class="img-wrapper">
<img src="images/onlinemapping/item-6.jpg" class="img-responsive" alt="" >
<div class="overlay">
<div class="buttons">
<a rel="gallery" class="fancybox" href="images/onlinemapping/item-6.jpg">Full Screen Photo</a>
<a target="_blank" href="esri.html">Find Out More</a>
</div>
</div>
</div>
<figcaption>
<h4>
<a href="esri.html">
ESRI Online
</a>
</h4>
<p>
Making Maps using ESRI Online
</p>
</figcaption>
</figure>
</div> -->
<div class="col-sm-4 col-xs-12">
<figure class="wow fadeInLeft animated" data-wow-duration="500ms" data-wow-delay="300ms">
<div class="img-wrapper">
<img src="images/onlinemapping/leaflet.jpg" class="img-responsive" alt="" >
<div class="overlay">
<div class="buttons">
<a rel="gallery" class="fancybox" href="images/onlinemapping/leaflet.jpg">Full Screen Photo</a>
<a target="_blank" href="leaflet.html">Find Out More</a>
</div>
</div>
</div>
<figcaption>
<h4>
<a href="leaflet.html">
Leaflet
</a>
</h4>
<p>
Leaflet is the leading open-source JavaScript library for mobile-friendly interactive maps.
</p>
</figcaption>
</figure>
</div>
<div class="col-sm-4 col-xs-12">
<figure class="wow fadeInLeft animated" data-wow-duration="500ms" data-wow-delay="300ms">
<div class="img-wrapper">
<img src="openlayers/openlayers.png" class="img-responsive" alt="" >
<div class="overlay">
<div class="buttons">
<a rel="gallery" class="fancybox" href="onlinemapping/openlayers.png">Full Screen Photo</a>
<a target="_blank" href="openlayers.html">Find Out More</a>
</div>
</div>
</div>
<figcaption>
<h4>
<a href="openlayers.html">
OpenLayers
</a>
</h4>
<p>
OpenLayers is an open source JavaScript library for displaying map data in web browsers.
</p>
</figcaption>
</figure>
</div>
<!--
<div class="col-sm-4 col-xs-12">
<figure class="wow fadeInLeft animated" data-wow-duration="500ms" data-wow-delay="300ms">
<div class="img-wrapper">
<img src="images/onlinemapping/d3js.jpg" class="img-responsive" alt="" >
<div class="overlay">
<div class="buttons">
<a rel="gallery" class="fancybox" href="images/onlinemapping/d3js.jpg">Full Screen Photo</a>
<a target="_blank" href="d3js.html">Find Out More</a>
</div>
</div>
</div>
<figcaption>
<h4>
<a href="d3js.html">
d3.js
</a>
</h4>
<p>
D3 is a JavaScript library for visualizing data with HTML, SVG, and CSS (Placeholder)
</p>
</figcaption>
</figure>
</div>
-->
</div>
</section> <!-- #works -->
<!--
==================================================
Call To Action Section Start
================================================== -->
<section id="call-to-action">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<h2 class="title wow fadeInDown" data-wow-delay=".3s" data-wow-duration="300ms">SO WHAT YOU THINK ?</h1>
<p class="wow fadeInDown" data-wow-delay=".5s" data-wow-duration="300ms">Send Me a Message</p>
<a href="#" class="btn btn-default btn-contact wow fadeInDown" data-wow-delay=".7s" data-wow-duration="300ms">Contact Page</a>
</div>
</div>
</div>
</div>
</section>
<!--
==================================================
Footer Section Start
================================================== -->
<footer id="footer">
<div class="container">
<div class="col-md-8">
<p class="copyright">Copyright: <span>2015</span> . Design and Developed by <a href="http://www.Themefisher.com">Jonathan using Themefisher template</a></p>
</div>
<!-- Social Media -->
<ul class="social">
<li>
<a href="https://twitter.com/mappingthings" class="Twitter">
<i class="ion-social-twitter"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/jonathanwitcoski" class="Linkedin">
<i class="ion-social-linkedin"></i>
</a>
</li>
<li>
<a href="mailto:jwitcoski@gmail.com" class="email">
<i class="ion-ios-email"></i>
</a>
</li>
<li>
<a href="https://mappingthings.wordpress.com/" class="email">
<i class="ion-social-wordpress"></i>
</a>
</li>
<li>
<a href="https://www.openstreetmap.org/user/jonwit" class="openstreetmap">
<i class="ion-map"></i>
</a>
</li>
</ul>
</div>
</div>
</footer> <!-- /#footer -->
</body>
</html>
</html>