summaryrefslogtreecommitdiffstats
path: root/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/kayaykch5/5.6.index.html
blob: e57c2ad70cc5029ecbf5aa0d01a63ffef8eeafe7 (plain) (blame)
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
<!DOCTYPE html>
<html  lang="en">
    <head>
        <meta charset="utf-8">
        <title>KayakDoorCounty.net</title>
        <style>
#bar{
    background-color:#152420;
}

body {
    font-family: Verdana, Arial, sans-serif;
} 

h2, h3 {
    font-family: Georgia, 'Times New Roman', serif;
}

main {
    background-image: url(heroback.jpg);
    background-repeat: no-repeat;
}

        </style>
    </head>
    <body>
        <header> 
            <img src=kayakdc.gif>
        </header>
        <nav id=bar>
            <a href="index.html"><img src=home.gif alt=home width=90 height=35></a> &nbsp;
            <a href="tours.html"><img src=tours.gif alt=tours width=90 height=35></a> &nbsp;
            <a href="reservations.html"><img src=reservations.gif alt=reservations width=190 height=35></a> &nbsp;
            <a href="contact.html"><img src=contact.gif alt=contact width=130 height=35></a> &nbsp;
        </nav>
        <main>
            <h2>Your next adventure is only a paddle away ....</h2>

            <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>
            <nav>
                <a href="index.html">Home</a> &nbsp;
                <a href="tours.html">Tours</a> &nbsp;
                <a href="reservations.html">Reservations</a> &nbsp;
                <a href="contact.html">Contact</a> &nbsp;
            </nav>

            <small><i>Copyright &copy; KayakDoorCounty.net</i></small>
        </footer>
    </body>
</html>