-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (54 loc) · 2.92 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html>
<head>
<title>Travel Agency-pppppp</title>
<link href="style.css" type="text/css" rel="stylesheet">
</head>
<body>
<header>
<div class="welcome">
<img src="photos/maxresdefault2.jpg">
</div>
<div class="welcome">
<h1>Welcome to Travel Experts - Hello</h1>
</div>
</header>
<h2>Images from Vacation Spots</h2>
<p class="tahiti">Tahiti is the largest island in French Polynesia,
the South Pacific archipelago. Shaped like a figure-8,
it's divided into Tahiti Nui (the larger, western section) and Tahiti Iti
(the eastern peninsula). With black-sand beaches, lagoons, waterfalls and 2 extinct volcanoes,
it's a popular vacation destination. Explored by Captain James Cook in the 18th century,
it was also often painted by French artist Paul Gauguin.</p>
<div class="images island">
<p>Tahiti Island</p>
<img src="photos/Tahiti-vacations.jpg">
</div>
<p class="boracay">Boracay is a small island in the Philippines located approximately 315 kilometres (196 mi)
south of Manila and 2 kilometres (1.2 mi) off the northwest tip of Panay Island in Western Visayas region
of the Philippines. Boracay Island and its beaches have received awards from numerous travel publications and
agencies.[Note 1] The island comprises the barangays of Manoc-Manoc, Balabag, and Yapak in the municipality of Malay,
in Aklan Province. The island is administered by the Tourism Infrastructure and Enterprise Zone Authority and
the provincial government of Aklan. Apart from its white sand beaches, Boracay is also famous for being one of the
world's top destinations for relaxation.[11][12] As of 2013 it was emerging among the top destinations for tranquility
and nightlife.[13] Boracay was awarded as the 2012 best island in the world from the international travel magazine
Travel + Leisure.[14][15] In 2014, the resort island was at the top of the Best Islands in the World list
published by the international magazine Condé Nast Traveler.[16] In 2016, Boracay headed the magazine's list
of Top 10 destinations to watch.[17] In April 2018 the Philippine Government decreed a 6-month closure
of the island for tourists to undertake major renovation works, especially of the sewerage system,
which had become obsolete and insufficient.[18]. It re-opened in October 2018 with a set of new rules
meant to address a variety of issues [19]. </p>
<div class="image resort">
<p>Boracay Beachfront Resorts</p>
<img src="photos/best-boracay-beachfront-resorts.jpg">
</div>
<nav>
<a href="contact.html" class="box contact"><img src="media/label_Contact_us.gif"></a>
<a href="register.html" class="box register"><img src="media/label_customer_member_regis.gif"></a>
</nav>
</header>
<footer class="agency">
<p>© Travel Agency 2018</p>
</footer>
</body>
</html>