-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·63 lines (63 loc) · 1.82 KB
/
index.html
File metadata and controls
executable file
·63 lines (63 loc) · 1.82 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title> Door County Wildflowers </title>
<meta charset="utf-8">
</head>
<body>
<div id="wrapper">
<header>
<span> <a href="#center"> Skip to Content </a> </span>
<h1>
Door County Wildflowers
</h1>
</header>
<nav>
<ul>
<li> <a href="index.html"> Home </a> </li>
<li> <a href="spring.html"> Spring </a> </li>
<li> <a href="summer.html"> Summer </a> </li>
<li> <a href="fall.html"> Fall </a> </li>
<li> <a href="winter.html"> Winter </a> </li>
</ul>
<img src="plsthumb.jpg" width="100" height="100" alt="Showy Pink Lady Slipper">
</nav>
<aside>
<h3>
The Ridges
</h3>
<p class="news">
The Ridges Nature Sanctuary offers wild orchid hikes during the summer months. For more info, visit <a href="http://www.ridgesanctuary.org"> The Ridges </a> .
</p>
<h3>
Newport State Park
</h3>
<p class="news">
The <a href="http://www.newportwildernesssociety.org"> Newport Wilderness Society </a> sponsors free meadow hikes at 9am every Saturday. Stop by the park office to register.
</p>
</aside>
<main id="center">
<h2>
Door County
</h2>
<p>
Wisconsin’s Door County Peninsula is a unique, ecologically diverse place with upland and boreal forest, bogs, swamps, sand and rock beaches, limestone escarpments, and farmlands.
</p>
<p>
A wide array of wildflowers grow in the county because of this variety of ecosystems.
</p>
<img src="trillium.jpg" width="200" height="150" alt="Trillium" class="floatright">
<h3>
Explore the beauty <br>
of Door County Wildflowers. . . .
</h3>
<p>
With five state parks, tons of county parks, and private nature sanctuaries, Door County is teeming with natural areas for you to stalk your favorite wildflowers.
</p>
<footer>
Copyright © 2015 Door County Wild Flowers
</footer>
</main>
</div>
</body>
</html>