d479-prototype/transportation.html

54 lines
2.1 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>Transportation - 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>Get around the island</h1>
<h2>Transportation</h2>
<div class="split-container">
<div>
<h3>Transport to and from the island</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/jet.jpg" alt="Jet plane"></div>
</div>
<div class="split-container">
<div>
<h3>Ground transportation</h3>
<p>Public buses serve Taniti City and run from 5 a.m. to 11 p.m. every day. Private buses serve the rest of the island. Taxis are available in Taniti City, and rental cars can be rented from a local rental agency near the airport. Bikes and helmets are available to rent from several vendors (helmets are required by law). Taniti City is fairly flat and very walkable. Many tourists stay in the area surrounding Merriton Landing: this area is easy to explore on foot.</p>
</div>
<div class="image-container-left"><img src="images/island-taxi.jpg" 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>