70 lines
2.3 KiB
HTML
70 lines
2.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta name="description"
|
|
content="Describes activities at Atlantic Fishing Resort. Activities are Hiking,Kayaking, and Bird Watching">
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Atlantic Fishing Resort :: Units</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="units.html">Units</a>
|
|
</li>
|
|
<li>
|
|
<a href="#" class="active">Activities</a>
|
|
</li>
|
|
<li>
|
|
<a href="reservations.html">Reservations</a>
|
|
</li>
|
|
</ul>
|
|
</nav>
|
|
</header>
|
|
|
|
<main>
|
|
<h2>Activities while staying at Atlantic Fishing Resort</h2>
|
|
<article id="activity-focus">
|
|
<div>
|
|
<h3>Dune Adventures</h3>
|
|
<p><span class="resort">Atlantic Fishing Resort</span> in situated in the dune belt of the Namib. Take a
|
|
guided
|
|
scenic drive either on camels or quadbikes for the more adventurous.</p>
|
|
</div>
|
|
<div>
|
|
<h3>Shore Fishing</h3>
|
|
<p>Fast open stretches of cold Atlantic shore gives ample opportunity for fishing from the beach. Buy or rent
|
|
fishing tackle. Find guided tours or venture out by yourself geared up with 4x4 and plenty of
|
|
sunscreens.</p>
|
|
</div>
|
|
<div>
|
|
<h3>Dolphin & Bird Watching</h3>
|
|
<p>While anytime is a good time for bird watching at the Atlantic coast, we can organize dolphin and
|
|
birdwatching
|
|
boat trips available daily.</p>
|
|
</div>
|
|
</article>
|
|
</main>
|
|
|
|
<footer>
|
|
Copyright © 1999 Atlantic Fishing Resort<br>
|
|
<a href="mailto:yourfirstname@yourlastname.com">yourfirstname@yourlastname.com</a>
|
|
</footer>
|
|
</div>
|
|
</body>
|
|
</html> |