52 lines
1.5 KiB
HTML
52 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Lodging - Island of Taniti</title>
|
|
<link rel="stylesheet" href="styles.css">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<img src="icons/island.svg" />
|
|
<p>ISLAND OF TANITI</p>
|
|
<ul>
|
|
<li><a href="index.html">HOME</a></li>
|
|
<li><a href="food-and-attractions.html">FOOD & ATTRACTIONS</a></li>
|
|
<li><a href="lodging.html">LODGING</a></li>
|
|
<li><a href="transportation.html">TRANSPORTATION</a></li>
|
|
<li><a href="faqs.html">FAQs</a></li>
|
|
</ul>
|
|
</header>
|
|
|
|
<div id="content">
|
|
|
|
<h1>Come and stay a while!</h1>
|
|
|
|
<h2>Lodging</h2>
|
|
|
|
<div class="split-container">
|
|
<div>
|
|
<h3>Enjoy a worry free stay</h3>
|
|
<p>Taniti has a wide variety of lodging that ranges from an inexpensive hostel to one large, four-star resort. There are many small, family-owned hotels and a growing number of bed and breakfasts. All types of lodging are strictly regulated and regularly inspected by the Tanitian government.</p>
|
|
</div>
|
|
<div class="image-container-right"><img src="images/beach-hut.jpg" alt="Beach diner"></div>
|
|
</div>
|
|
|
|
<div class="split-container">
|
|
<div>
|
|
</div>
|
|
<div class="image-container-left"><img src="images/island-hotel.webp" alt=""></div>
|
|
</div>
|
|
|
|
</div>
|
|
<footer>
|
|
<ul>
|
|
<li>Design by <a href="https://bellsworne.com">Bellsworne Tech</a></li> |
|
|
<li><a href="https://git.bellsworne.tech/chrisbell/d479-prototype">Page source</a></li> |
|
|
<li>©2024</li>
|
|
</ul>
|
|
</footer>
|
|
</body>
|
|
</html>
|