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

100 lines
4.1 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
2022-01-23 21:53:22 +00:00
<meta name="description"
2022-01-30 23:35:52 +00:00
content="Atlantic Fishing Resort, a special lodging company on the Namibian West Coast. Rent fishing equipment, go exploring, or relax in the heated pool">
2022-01-23 21:53:22 +00:00
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2022-01-30 23:35:52 +00:00
<title>Atlantic Fishing Resort</title>
2022-02-06 20:52:59 +00:00
<link rel="stylesheet" href="css/atlantic.css">
2022-01-23 21:53:22 +00:00
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
2022-01-23 21:53:22 +00:00
<![endif]-->
2022-01-30 23:35:52 +00:00
<script src="/js/geo.js"></script>
2022-01-23 21:53:22 +00:00
<!-- Completed files -->
</head>
<body>
2022-01-23 21:53:22 +00:00
<header id="wrapper">
2022-01-30 23:35:52 +00:00
<h1>Atlantic Fishing Resort</h1>
2022-01-23 21:53:22 +00:00
<nav>
<ul>
2022-02-06 20:52:59 +00:00
<li>
<a href="#" class="active">Home</a>
</li>
<li>
<a href="units.html">Units</a>
</li>
<li>
<a href="activities.html">Activities</a>
</li>
<li>
<a href="reservations.html">Reservations</a>
</li>
2022-01-23 21:53:22 +00:00
</ul>
</nav>
</header>
<main id="homehero">
<h2>Enjoy Nature in Luxury</h2>
<video controls="controls"
poster="pacific.jpg"
width="320" height="240">
<source src="pacific.mp4" type="video/mp4">
<source src="pacific.ogg" type="video/ogg">
<embed type="application/x-shockwave-flash"
src="pacific.swf" quality="high"
width="320" height="240">
</video>
<article>
<h3>What We Offer</h3>
2022-01-30 23:35:52 +00:00
<p><span class="resort">Atlantic Fishing Resort</span> offers a special lodging experience on the Namibian West
Coast.<br/>
Relax in serenity with panoramic views of the Atlantic Ocean.</p>
2022-01-23 21:53:22 +00:00
<ul>
2022-01-30 23:35:52 +00:00
<li>Private apartments with beach front views</li>
<li>Activities in and around town</li>
2022-02-06 20:52:59 +00:00
<li>Shops in walking distance</li>
2022-01-23 21:53:22 +00:00
<li>Nightly fine dining at the Overlook Cafe</li>
2022-01-30 23:35:52 +00:00
<li>Heated jacuzzi and sauna</li>
<li>Guided fishing tours</li>
2022-01-23 21:53:22 +00:00
</ul>
</article>
2022-01-30 23:35:52 +00:00
<article>
<div style="padding: 50px 0;">
<div class="flex-container" style="display: flex; align-items: flex-start; justify-content: space-evenly;">
<div>
<h3>Find us</h3>
<h4>Using our GEO Location service</h4>
<p>Allow us to check your location and we will send you tips to find us based on your current
location.</p>
<button type="button" id="toggleWatchBtn" style="margin-bottom: 20px;">Check my location</button>
<!--Position information will be inserted here-->
<div id="result" ></div>
</div>
2022-02-06 20:52:59 +00:00
<div style="padding: 50px 0">
<img id="default-image" src="images/default.jpg" alt="Atlantic Holiday Resort"
2022-01-30 23:35:52 +00:00
style="width: 100%;">
2022-02-06 20:52:59 +00:00
<img id="book-flight-image" src="images/book_flight.jpg" alt="Book a flight to Namibia"
2022-01-30 23:35:52 +00:00
style="width: 100%; display: none;">
2022-02-06 20:52:59 +00:00
<img id="rent-car-image" src="images/rent_car.jpg" alt="Rent a car in Namibia"
2022-01-30 23:35:52 +00:00
style="width: 100%; display: none;">
2022-02-06 20:52:59 +00:00
<img id="walking-distance-image" src="images/walking_distance.jpg" alt="Walking in the dunes"
2022-01-30 23:35:52 +00:00
style="width: 100%; display: none;">
</div>
</div>
</div>
</article>
2022-01-23 21:53:22 +00:00
</main>
<footer>
2022-01-30 23:35:52 +00:00
<span class="resort">Atlantic Fishing Resort</span><br>
12010 Atlantic Fishing Road<br>
Hentiesbaai, Namibia 95555<br><br>
2022-01-23 21:53:22 +00:00
<a id="mobile" href="tel:888-555-5555">888-555-5555</a>
<span id="desktop">888-555-5555</span><br><br>
2022-01-30 23:35:52 +00:00
Copyright © 1999 Atlantic Fishing Resort<br>
2022-01-23 21:53:22 +00:00
<a href="mailto:yourfirstname@yourlastname.com">yourfirstname@yourlastname.com</a>
</footer>
</body>
2022-01-23 21:53:22 +00:00
</html>