2022-01-22 16:35:37 +02:00
<!DOCTYPE html>
< html lang = "en" >
< head >
2022-01-23 23:53:22 +02:00
< meta name = "description"
2022-01-31 01:35:52 +02: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 23:53:22 +02:00
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
2022-01-31 01:35:52 +02:00
< title > Atlantic Fishing Resort< / title >
2022-02-06 22:52:59 +02:00
< link rel = "stylesheet" href = "css/atlantic.css" >
2022-01-23 23:53:22 +02:00
<!-- [if lt IE 9]>
2022-01-22 16:35:37 +02:00
< script src = "https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js" > < / script >
2022-01-23 23:53:22 +02:00
<![endif]-->
2022-01-22 16:35:37 +02:00
2022-01-31 01:35:52 +02:00
< script src = "/js/geo.js" > < / script >
2022-01-23 23:53:22 +02:00
<!-- Completed files -->
< / head >
2022-01-22 16:35:37 +02:00
< body >
2022-01-23 23:53:22 +02:00
< header id = "wrapper" >
2022-01-31 01:35:52 +02:00
< h1 > Atlantic Fishing Resort< / h1 >
2022-01-23 23:53:22 +02:00
< nav >
< ul >
2022-02-06 22:52:59 +02: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 23:53:22 +02:00
< / ul >
< / nav >
2022-02-21 01:07:36 +02:00
2022-01-23 23:53:22 +02:00
< / header >
2022-02-14 02:29:00 +02:00
< main >
2022-02-21 01:07:36 +02:00
< div id = "hero" >
2022-02-14 02:29:00 +02:00
< h2 style = "text-align: center" > Enjoy Nature in Luxury< / h2 >
< article >
2022-02-21 01:07:36 +02:00
< div class = "flex-container" >
2022-02-14 02:29:00 +02:00
< div >
< h3 > What We Offer< / h3 >
< 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 >
< / div >
< div >
< ul >
< li > Private apartments with beach front views< / li >
< li > Activities in and around town< / li >
< li > Shops in walking distance< / li >
< li > Nightly fine dining at the Overlook Cafe< / li >
< li > Heated jacuzzi and sauna< / li >
< li > Guided fishing tours< / li >
< / ul >
< / div >
< / div >
< / article >
< / div >
2022-01-31 01:35:52 +02:00
< article >
2022-02-14 02:29:00 +02:00
< div style = "padding: 50px 50px;" >
2022-02-21 01:07:36 +02:00
< div class = "flex-container" >
2022-01-31 01:35:52 +02:00
< 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 -->
2022-02-14 02:29:00 +02:00
< div id = "result" > < / div >
2022-01-31 01:35:52 +02:00
< / div >
2022-02-06 22:52:59 +02:00
< div style = "padding: 50px 0" >
2022-02-14 02:29:00 +02:00
< img id = "default-image" src = "images/default.jpg" alt = "Atlantic Holiday Resort" >
2022-02-06 22:52:59 +02:00
< img id = "book-flight-image" src = "images/book_flight.jpg" alt = "Book a flight to Namibia"
2022-02-14 02:29:00 +02:00
style="display: none;">
2022-02-21 01:07:36 +02:00
2022-02-06 22:52:59 +02:00
< img id = "rent-car-image" src = "images/rent_car.jpg" alt = "Rent a car in Namibia"
2022-02-14 02:29:00 +02:00
style="display: none;">
2022-02-06 22:52:59 +02:00
< img id = "walking-distance-image" src = "images/walking_distance.jpg" alt = "Walking in the dunes"
2022-02-14 02:29:00 +02:00
style="display: none;">
2022-01-31 01:35:52 +02:00
< / div >
< / div >
< / div >
< / article >
2022-02-21 01:07:36 +02:00
< div style = "text-align: center" >
< video controls autoplay loop
poster="atlantic.jpg"
width="900" height="600">
< source src = "atlantic.mp4" type = "video/mp4" >
Your browser does not support the video tag.
< / video >
< / div >
< div id = "contact" >
2022-02-14 02:29:00 +02:00
< span class = "resort" > Atlantic Fishing Resort< / span > < br / >
12010 Atlantic Fishing Road< br / >
Hentiesbaai, Namibia 95555< br / > < br / >
< a id = "mobile" href = "tel:888-555-5555" > 888-555-5555< / a >
< span id = "desktop" > 888-555-5555< / span > < br / > < br / >
< a href = "mailto:yourfirstname@yourlastname.com" > yourfirstname@yourlastname.com< / a >
< / div >
2022-01-23 23:53:22 +02:00
< / main >
< footer >
2022-02-14 02:29:00 +02:00
< div style = "padding: 50px 50px;" >
Copyright © 1999 Atlantic Fishing Resort
< / div >
2022-01-23 23:53:22 +02:00
< / footer >
2022-01-22 16:35:37 +02:00
< / body >
2022-01-23 23:53:22 +02:00
< / html >