-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlassen.html
79 lines (75 loc) · 3.07 KB
/
lassen.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Lassen National Volcanic Park Deluxe Tour</title>
<link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">
<link href="styles.css" type="text/css" rel="stylesheet">
</head>
<body class="tourpage" id="lassenpage">
<div id="container">
<header>
<a href="index.html"><img src="images/logo.png" alt="Serenity Travel" class="logo"></a>
<section class="socialicons">
<a href="https://www.facebook.com"><img src="images/facebook.png" width="40" height="40" alt="facebook"/></a>
<a href="https://instagram.com"><img src="images/instagram.png" width="40" height="40" alt="instagram"/></a>
<a href="https://twitter.com"><img src="images/twitter.png" width="40" height="40" alt="twitter"/></a>
</section>
<nav>
<ul>
<li><a href="tours.html"><img src="images/tours.png" width="100" height="100" alt="tours">Tours</a></li>
<li><a href="reservations.html"><img src="images/reservations.png" width="100" height="100" alt="gallery"/>Reservations</a></li>
<li><a href="contact.html"><img src="images/contact.png" width="100" height="100" alt="contact"/>Contact</a></li>
<li><a href="aboutus.html"><img src="images/aboutus.png" width="100" height="100" alt="about"/>About</a></li>
</ul>
</nav>
</header>
<main>
<section id="hero">
<section id="herocontent">
<p>Lassen Natl Volcanic Park</p>
</section>
</section>
<section>
<section id="mainhead">
<h1>Lassen Deluxe Tour Package</h1>
<p>Lassen Volcanic National Park lets you explore the southern-most of the Cascade volcanos. Alpine meadows, hot springs, and evidence of eruptions from only a century ago highlight this, one of the least-visited but more intriguing parks.</p>
</section>
<section id="tourdetails">
<img src="images/lassentour.jpg" width="400" height="400" alt="Mesa Verde cliff house"/>
<section>
<p>Our exclusive tour package includes:</p>
<ul>
<li>Four day, three night all-inclusive package</li>
<li>Round trip transportation on a comfortable, fully-equipped tour bus to and from Sacramento International Airport</li>
<li>Ranger-led tour of the Sulphur Works hydrothermal area</li>
<li>Drive on the scenic highway</li>
<li>Three nights accomodation at the Drakebad Guest Ranch inside the park</li>
</ul>
</section>
<article>
<p>$2495 per person</p>
<p><a href="#" class="cta">Book Now</a></p>
</article>
</section>
<section id="tourgrid">
<h2>Add-on Tours</h2>
<section>
<img src="images/crater-lake-ad.jpg" width="284" height="284" alt="Crater Lake National Park"/>
<h3>Crater Lake National Park</h3>
<p><a href="#" class="cta">Learn More</a></p>
</section>
<section>
<img src="images/sanfrancisco-ad.jpg" width="284" height="284" alt="San Francisco"/>
<h3>San Francisco Tour</h3>
<p><a href="#" class="cta">Learn More</a></p>
</section>
</section>
</section>
</main>
<footer>
<p>Copyright 2021 Serenity Travel. All rights reserved.</p>
</footer>
</div>
</body>
</html>