-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (40 loc) · 1.89 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
<!DOCTYPE html>
<html>
<head>
<title> Matthew Colston | Home Page</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>Home Page</h1>
<p>Hi, this is the professional Website for Matthew Colston. I am a environmental scientist living in the Pacific Northwest. My focus is natural resources management, water quality, ecosystem recovery, and land use policy.</p>
<img src="Images/My_Photo.jpg" width="560">
</section>
<footer class="main-footer">
<div class="container main-footer-container">
<h3>Matthew Colston | Natural Resource 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/featured">
<img src="Images/0-240_small-youtube-logo-png-transparent-png.png">
</a>
</li>
</ul>
</div>
</footer>
</body>
</html>