104 lines
3.5 KiB
HTML
104 lines
3.5 KiB
HTML
|
<!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>
|
|||
|
<a href="index.html">Home</a>
|
|||
|
</li>
|
|||
|
<li>
|
|||
|
<a href="#" class="active">Units</a>
|
|||
|
</li>
|
|||
|
<li>
|
|||
|
<a href="activities.html">Activities</a>
|
|||
|
</li>
|
|||
|
<li>
|
|||
|
<a href="reservations.html">Reservations</a>
|
|||
|
</li>
|
|||
|
</ul>
|
|||
|
</nav>
|
|||
|
</header>
|
|||
|
<div id="yurthero"></div>
|
|||
|
|
|||
|
<main>
|
|||
|
<h2>Prepare for your stay at Atlantic Fishing Resort</h2>
|
|||
|
|
|||
|
<dl>
|
|||
|
<dt>Our Units</dt>
|
|||
|
<dd>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.
|
|||
|
</dd>
|
|||
|
|
|||
|
<dt>How are the units furnished?</dt>
|
|||
|
<dd>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.
|
|||
|
</dd>
|
|||
|
|
|||
|
<dt>What should I bring?</dt>
|
|||
|
<dd>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.
|
|||
|
</dd>
|
|||
|
</dl>
|
|||
|
|
|||
|
<h3>Unit Packages</h3>
|
|||
|
<p>A variety of luxury unit packages are available. Choose a package below and contact us to begin your
|
|||
|
reservation. We’re 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>
|