1
0
Fork 0
WEBD-225-40/units.html

115 lines
4.3 KiB
HTML
Raw Normal View History

2022-02-06 20:52:59 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="description" content="Describes how to prepare your tackle wither by renting or buying">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Atlantic Fishing Resort :: Tackle</title>
<link rel="stylesheet" href="css/atlantic.css">
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
<!-- Completed files -->
</head>
<body>
<div id="wrapper">
<header>
<h1>Atlantic Fishing Resort</h1>
<nav>
<ul>
<li>
2022-02-28 02:43:16 +00:00
<a href="index.html">Home</a>
2022-02-06 20:52:59 +00:00
</li>
<li>
2022-02-28 02:43:16 +00:00
<a href="#" class="active">Units</a>
2022-02-06 20:52:59 +00:00
</li>
<li>
2022-02-28 02:43:16 +00:00
<a href="activities.html">Activities</a>
2022-02-06 20:52:59 +00:00
</li>
<li>
2022-02-28 02:43:16 +00:00
<a href="reservations.html">Reservations</a>
2022-02-06 20:52:59 +00:00
</li>
</ul>
</nav>
</header>
<main>
2022-02-28 02:43:16 +00:00
<div id="banner">
<img id="large_image" src="banner_units_large.jpg" alt="Atlantic Coastal Town">
<img id="small_image" src="banner_units_small.jpg" alt="Atlantic Coastal Town">
</div>
<div id="hero">
<h1 style="text-align: center">Prepare for your stay at Atlantic Fishing Resort</h1>
<article>
<div class="flex-container">
<div>
<h3>Our Units</h3>
<p>Our luxury units sleep 6 or 8 people comfortably. They have outside BBQ's with ocean-front
views. Each unit is serviced daily (except Sundays and public holidays) by our friendly
staff
to help you to take a break.
</p>
</div>
<div>
<h3>How are the units furnished?</h3>
<p>Each unit is furnished with a king-size bed and double and single beds to accommodate all
guests. The luxury unit has a fully furnished kitchen, dining room and living room with at
least 2 toilets, a bath and shower facilities with hot water. Each unit also has a garage
available.
</p>
</div>
<div>
<h3>What should I bring?</h3>
<p>Bring a sense of adventure and some time to relax! Most guests also pack comfortable walking
shoes and plan to dress for changing weather with layers of clothing. Remember a hat and
sunscreen for a very bright African sun.
</p>
</div>
</div>
</article>
2022-02-20 23:07:36 +00:00
</div>
2022-02-06 20:52:59 +00:00
<h3>Unit Packages</h3>
<p>A variety of luxury unit packages are available. Choose a package below and contact us to begin your
reservation. Were happy to build a custom package just for you!</p>
<table>
<tr>
<th>Package Name</th>
<th>Description</th>
<th>Nights</th>
<th>Cost per Person</th>
</tr>
<tr>
<td>Weekend Escape</td>
<td class="text">Two breakfasts, a trail map, a picnic snack</td>
<td>2</td>
<td>$450</td>
</tr>
<tr>
<td>Weekday Retreat</td>
<td class="text">Four breakfasts, a trail map, guided shore fishing tour</td>
<td>4</td>
<td>$600</td>
</tr>
<tr>
<td>Full Adventure</td>
<td class="text">Six breakfasts, full fishing tackle rental daily, a trail map</td>
<td>7</td>
<td>$800</td>
</tr>
</table>
</main>
<footer>
Copyright © 1999 Atlantic Fishing Resort<br>
<a href="mailto:yourfirstname@yourlastname.com">yourfirstname@yourlastname.com</a>
</footer>
</div>
</body>
</html>