WEBD-225-40/activities.html

70 lines
2.3 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
2022-02-06 22:52:59 +02:00
<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>
2022-02-06 22:52:59 +02:00
<![endif]-->
<!-- Completed files -->
</head>
<body>
2022-02-06 22:52:59 +02:00
<div id="wrapper">
<header>
2022-02-06 22:52:59 +02:00
<h1>Atlantic Fishing Resort</h1>
<nav>
<ul>
<li>
2022-02-21 01:07:36 +02:00
<a href="index.html">Home</a>
2022-02-06 22:52:59 +02:00
</li>
<li>
2022-02-21 01:07:36 +02:00
<a href="units.html">Units</a>
2022-02-06 22:52:59 +02:00
</li>
<li>
2022-02-21 01:07:36 +02:00
<a href="#" class="active">Activities</a>
2022-02-06 22:52:59 +02:00
</li>
<li>
2022-02-21 01:07:36 +02:00
<a href="reservations.html">Reservations</a>
2022-02-06 22:52:59 +02:00
</li>
</ul>
</nav>
</header>
<main>
2022-02-06 22:52:59 +02:00
<h2>Activities while staying at Atlantic Fishing Resort</h2>
2022-02-21 01:07:36 +02:00
<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>
2022-02-06 22:52:59 +02:00
<h3>Shore Fishing</h3>
<p>Fast open stretches of cold Atlantic shore gives ample opportunity for fishing from the beach. Buy or rent
2022-02-21 01:07:36 +02:00
fishing tackle. Find guided tours or venture out by yourself geared up with 4x4 and plenty of
sunscreens.</p>
</div>
<div>
2022-02-06 22:52:59 +02:00
<h3>Dolphin &amp; Bird Watching</h3>
2022-02-21 01:07:36 +02:00
<p>While anytime is a good time for bird watching at the Atlantic coast, we can organize dolphin and
birdwatching
2022-02-06 22:52:59 +02:00
boat trips available daily.</p>
2022-02-21 01:07:36 +02:00
</div>
</article>
</main>
<footer>
2022-02-06 22:52:59 +02:00
Copyright © 1999 Atlantic Fishing Resort<br>
<a href="mailto:yourfirstname@yourlastname.com">yourfirstname@yourlastname.com</a>
</footer>
2022-02-06 22:52:59 +02:00
</div>
</body>
</html>