-
Notifications
You must be signed in to change notification settings - Fork 0
/
COLSTON_GALLERY.html
56 lines (56 loc) · 3.4 KB
/
COLSTON_GALLERY.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
<!DOCTYPE html>
<html>
<head>
<title>Matthew Colston | About Me</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="CSS/Styles.css">
</head>
<body>
<header class="main-header">
<nav class="nav main-nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="COLSTON_RESEARCH.html"> Research</a></li>
<li><a href="COLSTON_SERVICES.html"> Services</a></li>
<li><a href="COLSTON_GALLERY.html"> Gallery</a></li>
<li><a href="COLSTON_ABOUT ME.html">About Me</a></li>
</ul>
</nav>
</header>
<Section class="subtitle">
<h1>Gallery</h1>
</Section>
<section>
<img src="Images/Burrows_Pass.jpg" width="560" height="315">
<p>A picture of Burrow's Pass, Anacortes while I was monitoring for Harbor Porpoise.</p>
</section>
<hr>
<section>
<iframe width="560" height="315" src="https://www.youtube.com/embed/qlLMPalpKkA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<p>Lone Lake is an approximately ninety acre lake in Langley, WA on Whidbey Island. Since 2008, Lone Lake has experienced a number of harmful cyanobacterial blooms (cyanoHABs). Since 2016, however, the intensity of these cyanoHABs have impacted both ecosystem functions and human activities in the watershed. In June of 2020, through collaboration between Whidbey Island Conservation District and Island County Department of Natural Resources, the Lone Lake Algae Management Plan was created... </section>
<hr>
<section>
<iframe width="560" height="315" src="https://www.youtube.com/embed/GZDxQLTWa1s" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<p>Orcas nursing in Possession Sound off of Glendale Beach in Clinton, WA.</p>
</section>
<hr>
<section>
<iframe width="560" height="315" src="https://www.youtube.com/embed/ZM55vZiXKs8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<p>Some demo footage of flights over the Skagit Bay Area in Oak Harbor, WA.</p>
</section>
<footer class="main-footer">
<div class="container main-footer-container">
<h3>Matthew Colston | Natural Resource Planning Management and Ecosystem Recovery Services</h3>
<ul class="nav footer-nav">
<li>
<a href="index.html">Home</a>
<li><a href="mailto:mfcolston@gmail.com">Contact Me </a></li>
<li><a href="https://www.youtube.com/channel/UC2jlUIkEGcsRBFhRQZnGu3Q">
<img src="Images/Youtube Icon.png" width="50">
</a>
</li>
</ul>
</div>
</footer>
</body>
</html>