-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (56 loc) · 2.9 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
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<nav class="navigation">
<ul>
<li><a href="default.asp">Home</a></li>
<li><a href="news.asp">News</a></li>
<li><a href="contact.asp">Contact</a></li>
<li><a href="about.asp">About</a></li>
</ul>
</nav>
<div class="change-view image-container">
<div class="text-container">
<h1>CHANGE YOUR WORLD</h1>
<p>with sandals beaches and resorts</p>
</div>
</div>
<div class="luxury-included image-container">
<div class="text-container">
<h1>LUXURY INCLUDED VACATIONS FOR TWO PEOPLE IN LOVE</h1>
<p>Come experience the very pinnacle of luxury Caribbean all-inclusive vacations for couples at Sandals Resorts.
Our luxury beach resorts, set along the most gorgeous tropical settings and exquisite beaches in Saint Lucia,
Jamaica, Antigua, The Bahamas, Grenada, Barbados and Curaçao, feature unlimited gourmet dining, unique bars
serving premium liquors and wines, and every land and water sport, including complimentary green fees at our
golf resorts and PADI® certified scuba diving at most resorts. If you are planning a wedding, Sandals is the
leader in Caribbean destination weddings and honeymoon packages.</p>
</div>
</div>
<div class="quality-inclusion image-container">
<div class="text-container">
<h1>More Quality Inclusions</h1>
<h2>Than Any Other Resorts on the Planet</h2>
<p>Enjoy all-inclusive luxury vacations at Sandals Caribbean resorts and see for yourself why we offer the most romantic
getaways with more quality inclusions than any other luxury beach resort. With gorgeous white-sand beaches, savory
dining experiences, opulent accommodations, unlimited refreshing beverages, exciting water sports and more, it's no
wonder why so many choose Sandals as their tropical escape.</p>
</div>
</div>
<div class="award-recognition image-container">
<div class="text-container">
<h1>Awards & Recognitions</h1>
<h2>Most Awarded All-Inclusive Resorts Ever</h2>
<p>For over three decades, we have earned every resort award and accolade in the industry, placing Sandals leagues above any
other all inclusive resort. However, our greatest reward of all is the high level of guest satisfaction we enjoy, inspiring
us to continue providing the ultimate vacation experience in the Caribbean.</p>
</div>
</div>
</body>
</html>