-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·639 lines (614 loc) · 25 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
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
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no" />
<meta name="theme-color" content="#2196F3">
<title>OpenEarth</title>
<!-- CSS -->
<link href="min/plugin-min.css" type="text/css" rel="stylesheet">
<link href="min/custom-min.css" type="text/css" rel="stylesheet">
<link href="css/style.css" type="text/css" rel="stylesheet">
</head>
<body id="top" class="scrollspy">
<!-- Pre Loader -->
<div id="loader-wrapper">
<div id="loader"></div>
<div class="loader-section section-left"></div>
<div class="loader-section section-right"></div>
</div>
<!--Navigation-->
<div class="navbar-fixed">
<nav id="nav_f" class="default_color" role="navigation">
<div class="container">
<div class="nav-wrapper">
<a href="#" id="logo-container" class="brand-logo"><img class="logohead" src="img/logo-oe.png"></a>
<ul class="right hide-on-med-and-down">
<li><a href="#work">Work</a></li>
<li><a href="#team">Team</a></li>
<li><a href="https://publicwiki.deltares.nl/display/OET/OpenEarth" target="_blank">Public
WIKI</a></li>
</ul>
<ul id="nav-mobile" class="side-nav">
<li><a href="#work">Work</a></li>
<li><a href="#team">Team</a></li>
<li><a href="https://publicwiki.deltares.nl/display/OET/OpenEarth" target="_blank">Public
WIKI</a></li>
</ul>
<a href="#" data-activates="nav-mobile" class="button-collapse"><i
class="mdi-navigation-menu"></i></a>
</div>
</div>
</nav>
</div>
<!--Hero-->
<div class="section no-pad-bot" id="index-banner">
<div class="container">
<h1 class="text_h center header cd-headline letters type">
<span>OpenEarth is</span>
<span class="cd-words-wrapper waiting">
<b class="is-visible">open source</b>
<b>standardization</b>
<b>web services</b>
<b>visualization</b>
<b>enabling FAIR data</b>
</span>
</h1>
</div>
</div>
<!--Intro and service-->
<div id="intro" class="section scrollspy">
<div class="container">
<div class="row">
<div class="col s12">
<h4 class="center header text_h2"> <span class="span_h2">OpenEarth</span> uses <span
class="span_h2">open source tools</span> for kickstarting your tailor-made FAIR data management
solution. This will help you in enabling discovery, storing, sharing and providing
information of valuable data, such as <span class="span_h2"> observations</span>, <span
class="span_h2"> geographic data</span>,
and <span class="span_h2"> model results </span> </h4>
</div>
<div class="col s12 m4 l4">
<div class="center promo promo-example">
<i class="mdi-notification-folder-special"></i>
<!-- <i class="mdi mdi-folder-multiple-image"></i> -->
<h5 class="promo-caption">Data is essential</h5>
<p class="light center">The most valuable part of every data intensive project is data. Data
gathering often requires a substantial part of the budget of a project. Centralized,
discoverable and easy to access to data that can be easily
reused in other projects is of vital importance for current and future work.</p>
</div>
</div>
<div class="col s12 m4 l4">
<div class="mdi center promo promo-example">
<i class="mdi-toggle-check-box"></i>
<h5 class="promo-caption">Data management checklist!</h5>
<p class="light center">Do you recognize yourself in the following statements?
<ul class="light center">
<li>Do you use <strong>standardized</strong> formats?</li>
<li>Can you <strong>download</strong> your data online?</li>
<li>Can you show <strong>maps</strong> of your data online?</li>
<li>Can others <strong>find</strong> your datasets?</li>
<li>Do you <strong>validate</strong> your data?</li>
<li>Do you keep your <strong>raw data</strong>?</li>
<li>Is your data processing <strong>automated</strong>?</li>
<li>Do you keep track of issues <strong>(lineage)</strong>?</li>
<li>Do you have a <strong>data model</strong>?</li>
</ul>
</p>
</div>
</div>
<div class="col s12 m4 l4">
<div class="center promo promo-example">
<i class="mdi-action-thumb-up"></i>
<h5 class="promo-caption">OpenEarth greatly improves data management</h5>
<p class="light center">OpenEarth consists of Open Source tools to transform and store your data
in a standardized format. This enables you to easily:</p>
<ul class="light center">
<li><strong>Show</strong> the data in online viewers</li>
<li>Help others <strong>find</strong> your data in online catalogues</li>
<li><strong>Share</strong> the data through an online download</li>
<li>Store the changes in the data <strong>(version control)</strong></li>
</ul>
</p>
</div>
</div>
</div>
</div>
</div>
<!--Parallax-->
<div class="parallax-container">
<div class="parallax"><img src="img/parallax_veg.jpg"></div>
</div>
<!--Work-->
<div class="section scrollspy" id="work">
<div class="container">
<h4 class="header text_b">OpenEarth projects</h4>
<div class="row">
<div class="col s12 m4 l4">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<img class="activator" src="img/vegetatiemonitor.png">
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4">Vegetatie Monitor<i
class="mdi-navigation-more-vert right"></i></span>
<p><a target="_blank" href="https://vegetatiemonitor.rijkswaterstaat.nl/#/veld">click to
explore</a>
</p>
</div>
<div class="card-reveal">
<span class="card-title grey-text text-darken-4">Vegetatie Monitor<i
class="mdi-navigation-close right"></i></span>
<p>
This quick scan tool is developed by Rijkswaterstaat and Deltares and can only be used
as a first screening of the state of vegetation in the flood plains of the Dutch river
area for the selected satellite image.
</p>
</div>
</div>
</div>
<div class="col s12 m4 l4">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<img class="activator" src="img/wadden.png">
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4">Basismonitoring Wadden<i
class="mdi-navigation-more-vert right"></i></span>
<p><a target="_blank" href="https://viewer.openearth.nl/wadden-viewer">click to explore</a>
</p>
</div>
<div class="card-reveal">
<span class="card-title grey-text text-darken-4">Basismonitoring Wadden<i
class="mdi-navigation-close right"></i></span>
<p>
Basismonitoring Wadden webportal is a fully FAIR dataportal with Findable,Accessible,
Interoparable and Reusable data targeted towards improving
reuse of data in Dutch Wadden Sea area.
</p>
</div>
</div>
</div>
<div class="col s12 m4 l4">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<img class="activator" src="img/ast20.png">
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4">Klimaatbestendige Stad toolbox<i
class="mdi-navigation-more-vert right"></i></span>
<p><a target="_blank" href="https://kbstoolbox.nl/nl/">click to explore</a></p>
</div>
<div class="card-reveal">
<span class="card-title grey-text text-darken-4">Klimaatbestendige Stad toolbox<i
class="mdi-navigation-close right"></i></span>
<p>
The Klimaatbestendige Stad [formally known as AST] was developed by Deltares and can be used to
explore measures that increase the climate resilience of an area.
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col s12 m4 l4">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<img class="activator" src="img/msfd_eutro.png">
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4">MSFD-Eutro (Water quality)<i
class="mdi-navigation-more-vert right"></i></span>
<p><a target="_blank" href="http://www.openearth.nl/msfd-eutro/">click to explore</a></p>
</div>
<div class="card-reveal">
<span class="card-title grey-text text-darken-4">MSFD-Eutro (Water quality)<i
class="mdi-navigation-close right"></i></span>
<p>
MSFD-Eutro is a free and open, active and interactive web-mapping service that shows
chlorophyll indicator maps based on growing-season
statistics (mean, and max as P90). MSFD-Eutro aims to facilitate the use and
appreciation of ocean colour data by policy
advisors and policy makers for the European Marine Strategy Framework Directive (MSFD)
</p>
</div>
</div>
</div>
<div class="col s12 m4 l4">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<img class="activator" src="img/chw.png">
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4">Coastal Hazard Wheel Application<i
class="mdi-navigation-more-vert right"></i></span>
<p><a target="_blank" href="https://chw-app.coastalhazardwheel.org/">click to
explore</a></p>
</div>
<div class="card-reveal">
<span class="card-title grey-text text-darken-4">Coastal Hazard Wheel Application<i
class="mdi-navigation-close right"></i></span>
<p>The Coastal Hazard Wheel App can be used for classifying coastal locations worldwide and producing hazard maps for the hazards of ecosystem disruption, gradual inundation, salt water intrusion, erosion and flooding under the projected climate change. It is an automated version of the Coastal Hazard Wheel based on global datasets.</p>
</div>
</div>
</div>
<div class="col s12 m4 l4">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<img class="activator" src="img/grondwatertoolbox.png">
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4">LHM Groundwater toolbox<i
class="mdi-navigation-more-vert right"></i></span>
<p><a target="_blank" href="https://grondwatereffect.netlify.app/">click to explore
(password required)</a></p>
</div>
<div class="card-reveal">
<span class="card-title grey-text text-darken-4">LHM Groundwater toolbox<i
class="mdi-navigation-close right"></i></span>
<p>
The LHM Groundwater toolbox is a Proof Of Concept setup for Rijkswaterstaat. It enables
users to carry out a measure and perform a calculation with
a stationary model (iMODFLOW) of the LHM <a target="_blank"
href="https://nhi.nu/">(Dutch Hydrological Model)</a>. A password is required
because it is still in concept phase.
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col s12 m4 l4">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<img class="activator" src="img/zeesluis_ijmuiden.png">
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4">Zeesluis IJmuiden<i
class="mdi-navigation-more-vert right"></i></span>
<p><a target="_blank" href="https://grondwater-monitoring-ijmuiden.netlify.app/map">click to explore</a></p>
</div>
<div class="card-reveal">
<span class="card-title grey-text text-darken-4">Grondwater monitoring rondom zeesluis IJmuiden<i
class="mdi-navigation-close right"></i></span>
<p>This application is providing information of groundwater stages around Seesluice IJmuiden. The data is subject ot irregular updates
</p>
</div>
</div>
</div>
<div class="col s12 m4 l4">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<img class="activator" src="img/sandmotor-viewer.png">
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4">Sandmotor Viewer<i
class="mdi-navigation-more-vert right"></i></span>
<p><a target="_blank" href="https://www.openearth.nl/sandmotor-viewer">click to explore</a>
</p>
</div>
<div class="card-reveal">
<span class="card-title grey-text text-darken-4">Sandmotor Viewer<i
class="mdi-navigation-close right"></i></span>
<p>The SandMotorViewer is a web viewer built for TU Delft, following a request from the
University of visualizing data collected in and around the SandMotor since its birth in
2011. Data is stored as NetCDF in an OPeNDAP server.
Bathymetric data, sediment grainsize distribution, aeolian Transport, drifters path can
be visualized via the Web interface, allowing the user to change time span and generate
graphs of requested variables.</p>
</div>
</div>
</div>
<div class="col s12 m4 l4">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<img class="activator" src="img/immissietoets.png">
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4">Immissietoets<i
class="mdi-navigation-more-vert right"></i></span>
<p><a target="_blank" href="https://www.immissietoets.nl/">click to explore</a></p>
</div>
<div class="card-reveal">
<span class="card-title grey-text text-darken-4">Immissietoets<i
class="mdi-navigation-close right"></i></span>
<p>
Despite the continuing reduction of emissions from point and diffuse sources, the
desired water quality is not (yet) being met at several locations.
To achieve an effective further improvement of the quality, a clearer coordination
between the water quality objectives and the emission reduction required to achieve them
is desirable: the so-called emission-imission approach. The imission test has been
developed as a tool for this purpose. The application is set up in accordance with the
stepped approach set up in the Immission Test Handbook (October 2019).
</p>
</div>
</div>
</div>
</div>
<h4 class="header text_b">OpenEarth open data portals</h4>
<div class="row">
<div class="col s12 m4 l4">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<img class="activator" src="img/deltaresdp.png">
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4">Deltares data portal<i
class="mdi-navigation-more-vert right"></i></span>
<p><a target="_blank" href="https://deltaresdata.openearth.eu/geonetwork">click to
explore</a></p>
</div>
<div class="card-reveal">
<span class="card-title grey-text text-darken-4">Deltares data portal<i
class="mdi-navigation-close right"></i></span>
<p>
The Deltares Data Portal is the starting place to find and publish spatial data sets.
The portal facilitates the discovery, multiple usage and dissemination of spatial data.
</p>
</div>
</div>
</div>
<div class="col s12 m4 l4">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<img class="activator" src="img/fastdp.png">
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4">FAST EU data portal<i
class="mdi-navigation-more-vert right"></i></span>
<p><a target="_blank" href="https://fast.openearth.eu/geonetwork">click to explore</a></p>
</div>
<div class="card-reveal">
<span class="card-title grey-text text-darken-4">FAST EU data portal<i
class="mdi-navigation-close right"></i></span>
<p>
FAST is developing down-stream services for the European Earth Observation Programme
Copernicus to support cost-effective, nature-based shoreline protection against flooding
and erosion. Open global datasets can be found in the data
portal.
</p>
</div>
</div>
</div>
<div class="col s12 m4 l4">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<img class="activator" src="img/wie.png">
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4">RWS Water Info Extra<i
class="mdi-navigation-more-vert right"></i></span>
<p><a target="_blank" href="https://viewer.openearth.nl/water-info-extra-viewer">click to
explore</a></p>
</div>
<div class="card-reveal">
<span class="card-title grey-text text-darken-4">RWS Water Info Extra<i
class="mdi-navigation-close right"></i></span>
<p>
Water Info Extra (WIE) is a webportal that hosts projectdata (FAIR) for RWS. It combines
data from several sources (simple OGC WMS sources) as well as data from API's.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Parallax-->
<div class="parallax-container">
<div class="parallax"><img src="img/parallax_mep.png"></div>
</div>
<!--Team-->
<div class="section scrollspy" id="team">
<div class="container">
<h2 class="header text_b">OpenEarth Experts</h2>
<div class="row">
<div class="col s12 m3">
<div class="card card-avatar">
<div class="waves-effect waves-block waves-light">
<img class="activator" src="img/nathalie.jpg">
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4">Nathalie Dees<br />
<small><em><a class="red-text text-darken-1">Spatial data scientist</a></em></small>
</span>
<p>
<a class="blue-text text-lighten-2"
href="mailto:[email protected]?subject=Nathalie">
<i class="fa fa-envelope"></i>
</a>
</p>
</div>
</div>
</div>
<div class="col s12 m3">
<div class="card card-avatar">
<div class="waves-effect waves-block waves-light">
<img class="activator" src="img/luis.jpg">
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4">Luis Rodriguez Galvez<br />
<small><em><a class="red-text text-darken-1">Frontend developer</a></em></small>
</span>
<p>
<a class="blue-text text-lighten-2"
href="mailto:[email protected]?subject=Contact Luis">
<i class="fa fa-envelope"></i>
</a>
</p>
</div>
</div>
</div>
<div class="col s12 m3">
<div class="card card-avatar">
<div class="waves-effect waves-block waves-light">
<img class="activator" src="img/gerrit.jpg">
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4">Gerrit Hendriksen<br />
<small><em><a class="red-text text-darken-1">Spatial Information specialist</a></em></small>
</span>
<p>
<a class="blue-text text-lighten-2"
href="mailto:[email protected]?subject=Contact Gerrit">
<i class="fa fa-envelope"></i>
</a>
</p>
</div>
</div>
</div>
<div class="col s12 m3">
<div class="card card-avatar">
<div class="waves-effect waves-block waves-light">
<img class="activator" src="img/maarten.jpg">
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4">Maarten Pronk<br />
<small><em><a class="red-text text-darken-1">DevOps Engineer</a></em></small>
</span>
<p>
<a class="blue-text text-lighten-2"
href="mailto:[email protected]?subject=Contact Maarten">
<i class="fa fa-envelope"></i>
</a>
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col s12 m3">
<div class="card card-avatar">
<div class="waves-effect waves-block waves-light">
<img class="activator" src="img/ioanna.jpg">
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4">Ioanna Micha<br />
<small><em><a class="red-text text-darken-1">Full stack
developer</a></em></small></span>
<p>
<a class="blue-text text-lighten-2"
href="mailto:[email protected]?subject=Contact Ioanna">
<i class="fa fa-envelope"></i>
</a>
</p>
</div>
</div>
</div>
<div class="col s12 m3">
<div class="card card-avatar">
<div class="waves-effect waves-block waves-light">
<img class="activator" src="img/willem.jpg">
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4">Willem Stolte<br />
<small><em><a class="red-text text-darken-1">AQUO, INSPIRE</a></em></small>
</span>
<p>
<a class="blue-text text-lighten-2"
href="mailto:[email protected]?subject=Contact Willem">
<i class="fa fa-envelope"></i>
</a>
</p>
</div>
</div>
</div>
<div class="col s12 m3">
<div class="card card-avatar">
<div class="waves-effect waves-block waves-light">
<img class="activator" src="img/cindy.jpg">
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4">Cindy van de Vries<br />
<small><em><a class="red-text text-darken-1">Frontend developer</a></em></small>
</span>
<p>
<a class="blue-text text-lighten-2"
href="mailto:[email protected]?subject=Contact Willem">
<i class="fa fa-envelope"></i>
</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Footer-->
<footer id="contact" class="page-footer default_color scrollspy">
<div class="container">
<div class="row">
<!-- <div class="col l6 s12">
<form class="col s12" action="contact.php" method="post">
<div class="row">
<div class="input-field col s6">
<i class="mdi-action-account-circle prefix white-text"></i>
<input id="icon_prefix" name="name" type="text" class="validate white-text">
<label for="icon_prefix" class="white-text">First Name</label>
</div>
<div class="input-field col s6">
<i class="mdi-communication-email prefix white-text"></i>
<input id="icon_email" name="email" type="email" class="validate white-text">
<label for="icon_email" class="white-text">Email-id</label>
</div>
<div class="input-field col s12">
<i class="mdi-editor-mode-edit prefix white-text"></i>
<textarea id="icon_prefix2" name="message" class="materialize-textarea white-text"></textarea>
<label for="icon_prefix2" class="white-text">Message</label>
</div>
<div class="col offset-s7 s5">
<button class="btn waves-effect waves-light red darken-1" type="submit">Submit
<i class="mdi-content-send right white-text"></i>
</button>
</div>
</div>
</form>
</div> -->
<div class="col l3 s12">
<ul>
<li>
<a class="white-text" href="mailto:[email protected]">
<i class="small fa fa-envelope-square white-text"></i> Email
</a>
</li>
</ul>
</div>
<div class="col l3 s12">
<ul>
<li>
<a target="_blank" class="white-text" href="https://publicwiki.deltares.nl/display/OET">
<i class="small fa fa-book white-text"></i> Wiki
</a>
</li>
</ul>
</div>
<div class="col l3 s12">
<ul>
<li>
<a target="_blank" class="white-text" href="https://github.com/openearth">
<i class="small fa fa-github-square white-text"></i> GitHub
</a>
</li>
</ul>
</div>
<div class="col l3 s12">
<ul>
<li>
<a target="_blank" class="white-text" href="https://www.linkedin.com/groups/3746269">
<i class="small fa fa-linkedin-square white-text"></i> Linkedin
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright default_color">
</div>
</footer>
<!-- Scripts-->
<script src="min/plugin-min.js"></script>
<script src="min/custom-min.js"></script>
</body>
</html>