-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresources.html
34 lines (33 loc) · 1.48 KB
/
resources.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
<html>
<head>
<link rel = "stylesheet" href = "style.css">
<link href = "https://fonts.googleapis.com/css?family=Dosis&display=swap" rel = "stylesheet">
<script type = "text/javascript" src = "script.js"></script>
<title>Resources</title>
<link rel="icon" href="img/logo.png">
</head>
<body>
<div class = "navbar">
<img src = "img/logo.png">
<ul class = "navitems">
<li><a href = "index.html">Home</a></li>
<li><a href = "about.html">About</a></li>
<li><a href = "calculator.html">Calculator</a></li>
<li><a href = "filter.html">Filter</a></li>
<li><a href = "resources.html">Resources</a></li>
</ul>
</div>
<div class = "primarybanner">
<h1>Links</h1>
<div class = "middle-column">
<ul>
<li><a href = "https://www.nrcs.usda.gov/wps/portal/nrcs/detailfull/national/water/manage/restoration/?cid=stelprdb1043243">USDA NRCS</a></li>
<li><a href = "https://www.fs.fed.us/biology/nsaec/assets/yochumusfs-nsaec-tn102-4guidancestreamrestoration.pdf">USDA Forest Service</a></li>
<li><a href = "https://vasos.org/">VASOS</a></li>
<li><a href = "https://www.fairfaxcounty.gov/soil-water-conservation/enjoy-restore-streams">Fairfax County</a></li>
<li><a href = "https://www.epa.gov/watershedacademy/stream-corridor-restoration-tools">US EPA</a></li>
</ul>
</div>
</div>
</body>
</html>