-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (48 loc) · 3.09 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
<!DOCTYPE html>
<meta http-equiv="Cache-control" content="NO-CACHE">
<html>
<head>
<title>Kristi Lake Nature Trail</title>
<meta http-equiv="Content-Type" content="text/html; charset=WINDOWS-1252">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/styles.css">
<script src="scripts/kristi.asp?u=kristi"></script>
</head>
<body>
<h1 class="header">Kristi Lake Nature Trail</h1>
<div style="text-align:center; vertical-align: top;">
<a style="text-decoration: none!important;">
<span style="display: inline-flex; align-items: flex-start; padding: 5px;">
<img src="img/MainGraphic.png" class="main-graphic">
</span>
</a>
<div class="baudy">
<h1>
<center>Enterpretive Stops</center>
</h1>
<p class="p-enterp-button"><a href='Stop01' class="ref-enterp-button" style="color:white;">Stop #1 - My Roots Go Down!</a></p>
<p class="p-enterp-button"><a href='Stop02' class="ref-enterp-button" style="color:greenyellow;">Stop #2 - I Feel a change coming on!</a></p>
<p class="p-enterp-button"><a href='Stop03' class="ref-enterp-button" style="color:yellow;">Stop #3 - Living on a Sponge</a></p>
<p class="p-enterp-button"><a href='Stop04' class="ref-enterp-button" style="color:rgb(2 2 145);">Stop #4 - What's in a Name?</a></p>
<p class="p-enterp-button"><a href='Stop05' class="ref-enterp-button" style="color:rgb(230, 84, 84);">Stop #5 - There's More to Wetlands than Water</a></p>
<p class="p-enterp-button"><a href='Stop06' class="ref-enterp-button" style="color:skyblue;">Stop #6 - Living on Air</a></p>
<p class="p-enterp-button"><a href='Stop07' class="ref-enterp-button" style="color:black;">Stop #7 - Kettles Galore, But Where is the Water?</a></p>
<p class="p-enterp-button"><a href='Stop08' class="ref-enterp-button" style="color:pink;">Stop #8 - Micro Habitat</a></p>
<p class="p-enterp-button"><a href='Stop09' class="ref-enterp-button" style="color:white;">Stop #9 - Mixing It Up</a></p>
<p class="p-enterp-button"><a href='Stop10' class="ref-enterp-button" style="color:goldenrod;">Stop #10 - Wildlife Haven</a></p>
<p class="p-enterp-button"><a href='Stop11' class="ref-enterp-button" style="color:rgb(168, 98, 168);">Stop #11 - Looking Back - Looking Ahead</a></p>
</div>
<a href="KristiLakeNatureTrailBrochure.pdf" target="_blank" style="text-decoration: none!important;">
<span style="display: inline-flex; align-items: flex-start; padding: 5px;">
<img src="img/MainGraphicClick.png" class="main-graphic">
<!--<span class="download-button">Download<br />the<br>brochure<br />PDF</span>
-->
</span>
</a>
</div>
<div class='footer'>
Web Brochure maintained by C.R. - volunteer, skiier,
hiker, biker and more of this lovely place.
</div>
</body>
</html>