54 lines
1.4 KiB
HTML
54 lines
1.4 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>KayakDoorCounty.net</title>
|
|
<style>
|
|
body { background-image: url(background.jpg);
|
|
font-family: Verdana, Arial, sans-serif; }
|
|
header { background-color: #000033;
|
|
background-image: url(headerbackblue.jpg);
|
|
background-position: right;
|
|
background-repeat: no-repeat;
|
|
color:#FFFF99;
|
|
line-height: 400%;
|
|
text-indent: 1em;}
|
|
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; }
|
|
nav { font-weight: bold;
|
|
font-size: 1.5em; }
|
|
nav a { text-decoration: none; }
|
|
p { text-indent: 2em; }
|
|
footer { font-style: italic;
|
|
font-size: .80em;
|
|
text-align: center;}
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1>KayakDoorCounty.net</h1>
|
|
</header>
|
|
<nav>
|
|
<a href="index.html">Home</a>
|
|
<a href="tours.html">Tours</a>
|
|
<a href="reservations.html">Reservations</a>
|
|
<a href="contact.html">Contact</a>
|
|
</nav>
|
|
<main>
|
|
<h2>Your next adventure is only a paddle away ....</h2>
|
|
<img src="hero.jpg" alt="tour guide paddling a kayak" width="500" height="350">
|
|
<p>Take a guided kayak tour while you explore the shoreline of scenic Door County. </p>
|
|
<h3>Featured tours this week:</h3>
|
|
<ul>
|
|
<li>Cana Island</li>
|
|
<li>Mink River</li>
|
|
<li>Europe Lake</li>
|
|
</ul>
|
|
</main>
|
|
<footer>
|
|
Copyright © KayakDoorCounty.net
|
|
</footer>
|
|
</body>
|
|
</html>
|
|
|