d479-prototype/lodging.html

52 lines
1.5 KiB
HTML
Raw Normal View History

2024-11-13 04:34:51 +00:00
<!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">
2024-11-15 03:57:59 +00:00
<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>
2024-11-13 04:34:51 +00:00
</div>
2024-11-15 03:57:59 +00:00
<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>&copy;2024</li>
</ul>
</footer>
2024-11-13 04:34:51 +00:00
</body>
</html>