-
Notifications
You must be signed in to change notification settings - Fork 0
/
offers.html
135 lines (104 loc) · 4.25 KB
/
offers.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title> OFFERS </title>
<link rel="stylesheet" href ="stylesheet3.css">
</head>
<body>
<!------navbar------->
<div class="navbar">
<div class="logo">
<img src="logo1.png" alt="logo1" />
<h1>JULIA</h1>
</div>
<div class="nav-menu">
<li><a href="index.html">HOME</a></li>
<li><a href="facilities.html">FACILITIES</a></li>
<li><a href="offers.html">OFFERS</a></li>
<li><a href="contactus.html">CONTACT US</a></li>
</div>
</div>
<div class="container-2">
<div class="content">
<h1>HOTEL OFFERS</h1>
<p>Welcome to our hotel offer page! We're excited to offer you some amazing deals and packages that will make your stay with us even more enjoyable.<br>
<br>
Take a look at what we have in store:<br>
<span>
1.Stay Longer, Save More: Planning to stay with us for a few days? The longer you stay, the more you save! Book three nights or more and receive a discount of up to 20% off your entire stay.
Enjoy the extra time to explore all that our hotel and the surrounding area has to offer.<br>
<br>
2.Romantic Getaway Package: Looking to impress that special someone? Our Romantic Getaway Package is perfect for couples.
Enjoy a bottle of champagne upon arrival, a bouquet of flowers, and a box of chocolates.
Plus, you'll receive a late checkout so you can sleep in and enjoy each other's company a little longer.<br>
<br>
3.Family Fun Package: Bring the whole family for a fun-filled adventure! Our Family Fun Package includes a deluxe room with two queen beds,
breakfast for four each morning, and a $50 credit to our on-site restaurant. Plus, kids will love our indoor pool and game room.<br>
<br>
4.Spa Package: Need some relaxation and pampering? Our Spa Package is just what you need.
Enjoy a one-hour massage or facial at our on-site spa, as well as access to our sauna, steam room, and hot tub.
You'll leave feeling rejuvenated and refreshed.<br>
<br>
5.Business Traveler Package: Visiting for work? Our Business Traveler Package has got you covered.
Enjoy complimentary Wi-Fi, a breakfast voucher for our on-site restaurant, and access to our business center.
Plus, we offer a complimentary shuttle service to and from the airport.<br>
</span>
<br>
<br>
Book now to take advantage of these incredible offers and make your stay with us unforgettable.
</p>
</div>
</div>
<div class="container">
<div class="box box1">
<div class="btn1">
<center><button>Check</button></center>
</div>
</div>
<div class="box box2">
<div class="btn2">
<center><button>Check</button></center>
</div>
</div>
<div class="box box3">
<div class="btn3">
<center><button>Check</button></center>
</div>
</div>
</div>
<div class="footer">
<div class="div_1 div1">
<h3>links</h3>
<li><a href="index.html">Home</a></li>
<li><a href="facilities.html">Facilities</a></li>
<li><a href="offers.html">Offers</a></li>
<li><a href="#">Contact Us</a></li>
</div>
<div class="div_1 div3">
<h3>Services</h3>
<li><a href="facilities.html">Swimming pool</a></li>
<li><a href="facilities.html">Gym</a></li>
<li><a href="facilities.html">Parking area</a></li>
<li><a href="facilities.html">Disco</a></li>
</div>
<div class="div_1 div4">
<h3>Offers</h3>
<li><a href="offers.html">Wedding Package</a></li>
<li><a href="offers.html">Family Package</a></li>
<li><a href="offers.html">Spa & Ayurvedic Package</a></li>
<li><a href="offers.html">Normal Package</a></li>
</div>
<div class="div_1 div5">
<h3>Social links</h3>
<img src="facebook.png" alt="facebook">
<img src="instagram.jfif" alt="instagram">
<img src="whatsapp.png" alt="whatsapp">
<img src="twitter.png" alt="twitter">
</div>
<p class="text-footer">
Copyright @-All rights are reserved
</p>
</div>
</body>
</html>