-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
519 lines (400 loc) · 27.7 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
<!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">
<title>Wallops</title>
<!--
Lumino Theme
http://www.templatemo.com/tm-483-lumino
-->
<!-- load stylesheets -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:100,300,400"> <!-- Google web font "Open Sans" -->
<link rel="stylesheet" href="font-awesome-4.5.0/css/font-awesome.min.css"> <!-- Font Awesome -->
<link rel="stylesheet" href="css/bootstrap.min.css"> <!-- Bootstrap style -->
<link rel="stylesheet" href="css/magnific-popup.css"> <!-- Magnific pop up style -->
<link rel="stylesheet" href="css/templatemo-style.css"> <!-- Templatemo style -->
<link rel="icon" href="img/logo.png">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="top" class="home">
<div class="container-fluid" style = "overflow-x: hidden;">
<div class="row">
<div class="tm-navbar-container">
<!-- navbar -->
<nav class="navbar navbar-full navbar-fixed-top">
<button class="navbar-toggler hidden-md-up" type="button" data-toggle="collapse" data-target="#tmNavbar">
☰
</button>
<div class="collapse navbar-toggleable-sm" id="tmNavbar">
<ul class="nav navbar-nav">
<li class="nav-item">
<a class="nav-link" href="#top">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#tm-section-2">Environments</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#tm-section-3">Organisms</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#tm-section-4">Tides</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
<div class="row">
<div class="tm-intro">
<section id="tm-section-1">
<div class="tm-container text-xs-center tm-section-1-inner">
<img src="img/logo.png" alt="Logo" class="tm-logo" height = "200pz" width = "200px">
<h1 class="tm-site-name">Wallops Island</h1>
<p class="tm-intro-text">By Ayush Varshney and Sujay Swain</p>
<a href="#tm-section-2" class="tm-intro-link">Begin</a>
</div>
</section>
</div>
</div>
<div class="row gray-bg">
<div id="tm-section-2" class="tm-section">
<div class="tm-container tm-container-wide">
<div class="tm-container text-xs-center">
<h2 class="blue-text tm-title">Environments</h2>
</div>
<div class="tm-news-item">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-6 col-xl-6 tm-news-item-img-container">
<img src="img/Intertidal.jpg" alt="Image" class="img-fluid tm-news-item-img">
</div>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-6 col-xl-6 tm-news-container">
<h2 class="tm-news-title dark-gray-text">Intertidal</h2>
<p class="tm-news-text">The intertidal zone is also known as the littoral zone and is the area submerged with water at mean high tide and exposed at mean low tide.
Organisms living in this zone must adapt to the harsh conditions of pounding surf, threatening land and ocean predators, and changing temperatures.
</p>
</div>
</div>
<div class="tm-news-item">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-6 col-xl-6 tm-news-container">
<h2 class="tm-news-title dark-gray-text">Saltmarsh</h2>
<p class="tm-news-text">Saltmarshes are areas that are inundated or saturated with surface or groundwater
for a frequency or duration of time significant enough to support vegetation and life. They are a key habitat for a myriad of organisms and play a
crucial role in coastal dynamics.
</div>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-6 col-xl-6 tm-news-item-img-container">
<img src="img/Saltmarsh.jpg" alt="Image" class="img-fluid tm-news-item-img">
</div>
</div>
<div class="tm-news-item">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-6 col-xl-6 tm-news-item-img-container">
<img src="img/Dunes.jpg" alt="Image" class="img-fluid tm-news-item-img">
</div>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-6 col-xl-6 tm-news-container">
<h2 class="tm-news-title dark-gray-text">Dunes</h2>
<p class="tm-news-text">Dunes are mounds of sand formed by a natural erosional force. They
can form in deserts, oceans, and mountains.
Additionally, they are important because they absorb the impact of waves, prevent flooding, reduce damage caused by wind,
and in general are the first line of defense.</p>
</div>
</div>
<div class="tm-news-item">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-6 col-xl-6 tm-news-container">
<h2 class="tm-news-title dark-gray-text">Maritime Forest</h2>
<p class="tm-news-text">A maritime forest is an ecosystem or assemblage of ecosystems dominated by trees that
forms on a dune system. They develop in areas where soil has been stabilized,
although the soil remains sandy and relatively nutrient-poor.
</p>
</div>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-6 col-xl-6 tm-news-item-img-container">
<img src="img/Forest.jpg" alt="Image" class="img-fluid tm-news-item-img">
</div>
</div>
<div class="tm-news-item">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-6 col-xl-6 tm-news-item-img-container">
<img src="img/Estuary.jpg" alt="Image" class="img-fluid tm-news-item-img">
</div>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-6 col-xl-6 tm-news-container">
<h2 class="tm-news-title dark-gray-text">Estuary</h2>
<p class="tm-news-text">An estuary is an area where a freshwater river or stream meets the ocean.
When freshwater and seawater combine, the water becomes brackish, or slightly salty. The water level and
salinity rise and fall with the high and low tides and the rainy and dry seasons.
</p>
</div>
</div>
</div>
</div> <!-- row -->
<div class="row">
<div id="tm-section-3" class="tm-section">
<div class="tm-container tm-container-wide">
<div class="tm-container text-xs-center">
<h2 class="blue-text tm-title">Organisms</h2>
</div>
<div class="tm-news-item">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-6 col-xl-6 tm-news-container">
<h2 class="tm-news-title dark-gray-text">Porifera - Sponges</h2>
<p class="tm-news-text">Sponges are one of the most simplistic multi-celled organisms. They don't have any mouth so they obtain energy through filter feeding.
<br><br><i>
Red Beard Sponge (Microciona prolifera)</i></p>
</div>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-6 col-xl-6 tm-news-item-img-container">
<img src="img/Sponge.png" alt="Image" class="img-fluid tm-news-item-img">
</div>
</div>
<div class="tm-news-item">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-6 col-xl-6 tm-news-item-img-container">
<img src="img/Aghardiella.png" alt="Image" class="img-fluid tm-news-item-img">
</div>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-6 col-xl-6 tm-news-container">
<h2 class="tm-news-title dark-gray-text">Rhodophyta - Red Algae</h2>
<p class="tm-news-text">Red Algae are able to photosynthesize at great depths and are one of the most common species in the sub-littoral zone. Also, they vary in color from red to nearly black.
<br><br><i>
False Aghardiella (Gracilaria verrucosa)</i></p>
</div>
</div>
<div class="tm-news-item">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-6 col-xl-6 tm-news-container">
<h2 class="tm-news-title dark-gray-text">Arthropoda - Crustaceans</h2>
<p class="tm-news-text">75% of all species are in the Arthropoda phylum. Their epidermis secretes a protective calcium carbonate and chitin exoskeleton.
<br><br><i>
Horseshoe Crab (Limulus polyphemus)</i></p>
</div>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-6 col-xl-6 tm-news-item-img-container">
<img src="img/Crab.png" alt="Image" class="img-fluid tm-news-item-img">
</div>
</div>
<div class="tm-news-item">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-6 col-xl-6 tm-news-item-img-container">
<img src="img/Cordgrass.png" alt="Image" class="img-fluid tm-news-item-img">
</div>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-6 col-xl-6 tm-news-container">
<h2 class="tm-news-title dark-gray-text">Spermatophyta - Seed Plants</h2>
<p class="tm-news-text">Spermatophytes are seed-bearing plants and are classified as either gymnosperms or angiosperms.
<br><br><i>
Smooth Cordgrass (Spartina patens)
</i></p>
</div>
</div>
<div class="tm-news-item">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-6 col-xl-6 tm-news-container">
<h2 class="tm-news-title dark-gray-text">Chlorophyta - Green Algae</h2>
<p class="tm-news-text">Chlorophyta is a paraphyletic group containing 7,000 species of green algae. Chlorophyte actually means "green plant" in greek.
<br><br><i>
Sea Lettuce (Ulva lactuca)</i></p>
</div>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-6 col-xl-6 tm-news-item-img-container">
<img src="img/Lettuce.png" alt="Image" class="img-fluid tm-news-item-img">
</div>
</div>
<div class="tm-news-item">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-6 col-xl-6 tm-news-item-img-container">
<img src="img/Periwinkle.png" alt="Image" class="img-fluid tm-news-item-img">
</div>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-6 col-xl-6 tm-news-container">
<h2 class="tm-news-title dark-gray-text">Mollusca - Snails and Cephalopods</h2>
<p class="tm-news-text">Most mollusks have a hard external shell. All mollusks develop similar larvae, and all have a complete digestive system, and blood circulatory system.
<br><br><i>
Common Periwinkle (Littorina littorea)</i></p>
</div>
</div>
<div class="tm-news-item">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-6 col-xl-6 tm-news-container">
<h2 class="tm-news-title dark-gray-text">Phaeophyta - Brown Algae</h2>
<p class="tm-news-text">Brown algae are found primarily in colder waters and can grow up to 60 meters long.<br><br><i>
Sea Potato (Leathesia difformis)</i></p>
</div>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-6 col-xl-6 tm-news-item-img-container">
<img src="img/Potato.png" alt="Image" class="img-fluid tm-news-item-img">
</div>
</div>
<div class="tm-news-item">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-6 col-xl-6 tm-news-item-img-container">
<img src="img/Jelly.png" alt="Image" class="img-fluid tm-news-item-img">
</div>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-6 col-xl-6 tm-news-container">
<h2 class="tm-news-title dark-gray-text">Cnidaria - Corals and Jellyfish</h2>
<p class="tm-news-text">Cnidarians have either the polyp or medusa form, have radial symmetry, and only two layers of living tissue.<br><br><i>
Moon Jelly (Aurelia aurita)</i></p>
</div>
</div>
<div class="tm-news-item">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-6 col-xl-6 tm-news-container">
<h2 class="tm-news-title dark-gray-text">Echinodermata - Sea Stars</h2>
<p class="tm-news-text">"Echinoderm" comes from Greek roots meaning spiny skin. Their primary characteristics besides spiny skin are a five-part radial symmetry and a water vascular system.
<br><br><i>Hairy Sea-Cucumber (Sclerodactyla briareus)</i></p>
</div>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-6 col-xl-6 tm-news-item-img-container">
<img src="img/Sea-Cucumber.png" alt="Image" class="img-fluid tm-news-item-img">
</div>
</div>
</div>
</div> <!-- row -->
</div>
<div class="row">
<section id="tm-section-4" class="tm-section">
<div class="tm-container text-xs-center">
<h2 class="blue-text tm-title">Tides</h2>
<p class="margin-b-5" align = "justify" style="margin:0px 50px 0px 50px;"> The tides that help create the intertidal zone are the result of gravitational and centrifugal forces.
The combination of these forces is the tide-generating force. The tide-generating force causes water to bulge towards the
moon at the perigee in the moon's orbit and away from the moon at the apogee in the moon's orbit. The sun causes similar
bulges, but they are 46% smaller than lunar bulges due to the sun's distance from the earth. Spring tides happen during the full
moon and new moon lunar phases and cause the highest high tides and the lowest low tides. Neap tides happen during the first quarter
moon and third quarter moon lunar phases and cause the lowest high tides and the highest low tides.</p>
<br><p>Click on the images below and scroll using the right arrow key to simulate the moon's orbit and its effect on tides.</p>
<div class="tm-img-grid">
<div class="tm-gallery-img-container">
<a href="./img/Phase1.gif" class="tm-gallery-img-link">
<img src="./img/Phase1.gif" alt="Image" class="img-fluid tm-gallery-img"> <!-- 300x200 -->
</a>
</div>
<div class="tm-gallery-img-container">
<a href="./img/Phase2.gif" class="tm-gallery-img-link">
<img src="./img/Phase2.gif" alt="Image" class="img-fluid tm-gallery-img">
</a>
</div>
<div class="tm-gallery-img-container">
<a href="./img/Phase3.gif" class="tm-gallery-img-link">
<img src="./img/Phase3.gif" alt="Image" class="img-fluid tm-gallery-img">
</a>
</div>
<div class="tm-gallery-img-container">
<a href="./img/Phase4.gif" class="tm-gallery-img-link">
<img src="./img/Phase4.gif" alt="Image" class="img-fluid tm-gallery-img">
</a>
</div>
<div class="tm-gallery-img-container">
<a href="./img/Phase5.gif" class="tm-gallery-img-link">
<img src="./img/Phase5.gif" alt="Image" class="img-fluid tm-gallery-img">
</a>
</div>
<div class="tm-gallery-img-container">
<a href="./img/Phase6.gif" class="tm-gallery-img-link">
<img src="./img/Phase6.gif" alt="Image" class="img-fluid tm-gallery-img">
</a>
</div>
<div class="tm-gallery-img-container">
<a href="./img/Phase7.gif" class="tm-gallery-img-link">
<img src="./img/Phase7.gif" alt="Image" class="img-fluid tm-gallery-img">
</a>
</div>
<div class="tm-gallery-img-container">
<a href="./img/Phase8.gif" class="tm-gallery-img-link">
<img src="./img/Phase8.gif" alt="Image" class="img-fluid tm-gallery-img">
</a>
</div>
<div class="tm-gallery-img-container">
<a href="./img/Phase9.gif" class="tm-gallery-img-link">
<img src="./img/Phase9.gif" alt="Image" class="img-fluid tm-gallery-img">
</a>
</div>
<div class="tm-gallery-img-container">
<a href="./img/Phase10.gif" class="tm-gallery-img-link">
<img src="img/Phase10.gif" alt="Image" class="img-fluid tm-gallery-img">
</a>
</div>
<div class="tm-gallery-img-container">
<a href="./img/Phase11.gif" class="tm-gallery-img-link">
<img src="./img/Phase11.gif" alt="Image" class="img-fluid tm-gallery-img">
</a>
</div>
<div class="tm-gallery-img-container">
<a href="./img/Phase12.gif" class="tm-gallery-img-link">
<img src="./img/Phase12.gif" alt="Image" class="img-fluid tm-gallery-img">
</a>
</div>
</div>
</div>
</section>
</div> <!-- row -->
</div> <!-- container-fluid -->
<!-- load JS files -->
<script src="js/jquery-1.11.3.min.js"></script> <!-- jQuery (https://jquery.com/download/) -->
<script src="https://www.atlasestateagents.co.uk/javascript/tether.min.js"></script> <!-- Tether for Bootstrap, http://stackoverflow.com/questions/34567939/how-to-fix-the-error-error-bootstrap-tooltips-require-tether-http-github-h -->
<script src="js/bootstrap.min.js"></script> <!-- Bootstrap (http://v4-alpha.getbootstrap.com/) -->
<script src="js/jquery.singlePageNav.min.js"></script> <!-- Single Page Nav (https://github.com/ChrisWojcik/single-page-nav) -->
<script src="js/jquery.magnific-popup.min.js"></script> <!-- Magnific pop-up (http://dimsemenov.com/plugins/magnific-popup/) -->
<!-- Templatemo scripts -->
<script>
$(document).ready(function(){
var mobileTopOffset = 54;
var desktopTopOffset = 80;
var topOffset = desktopTopOffset;
if($(window).width() <= 767) {
topOffset = mobileTopOffset;
}
/* Single page nav
-----------------------------------------*/
$('#tmNavbar').singlePageNav({
'currentClass' : "active",
offset : topOffset,
'filter': ':not(.external)'
});
/* Handle nav offset upon window resize
-----------------------------------------*/
$(window).resize(function(){
if($(window).width() <= 767) {
topOffset = mobileTopOffset;
}
else {
topOffset = desktopTopOffset;
}
$('#tmNavbar').singlePageNav({
'currentClass' : "active",
offset : topOffset,
'filter': ':not(.external)'
});
});
/* Collapse menu after click
-----------------------------------------*/
$('#tmNavbar a').click(function(){
$('#tmNavbar').collapse('hide');
});
/* Turn navbar background to solid color starting at section 2
---------------------------------------------------------------*/
var target = $("#tm-section-2").offset().top - topOffset;
if($(window).scrollTop() >= target) {
$(".tm-navbar-container").addClass("bg-inverse");
}
else {
$(".tm-navbar-container").removeClass("bg-inverse");
}
$(window).scroll(function(){
if($(this).scrollTop() >= target) {
$(".tm-navbar-container").addClass("bg-inverse");
}
else {
$(".tm-navbar-container").removeClass("bg-inverse");
}
});
/* Smooth Scrolling
* https://css-tricks.com/snippets/jquery/smooth-scrolling/
--------------------------------------------------------------*/
$('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 - topOffset
}, 1000);
return false;
}
}
});
/* Magnific pop up
------------------------- */
$('.tm-img-grid').magnificPopup({
delegate: 'a', // child items selector, by clicking on it popup will open
type: 'image',
gallery: {enabled:true}
});
});
</script>
</body>
</html>