-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
310 lines (307 loc) · 12.5 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
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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Filled|Material+Icons+Outlined"
rel="stylesheet">
<link rel="stylesheet" href="style.css">
<title>Document</title>
</head>
<body>
<div id="wrapper">
<header class="header-container">
<nav>
<div class="navbar">
<div class="logo">
<a href="#">
<img src="./images/logo.png" alt="">
</a>
</div>
</div>
<div class="nav-items">
<div><a href="#">Home</a></div>
<div><a href="#">About</a></div>
<div><a href="#">Services</a></div>
<div><a href="#">Explore</a></div>
<div><a href="#">Contact</a></div>
</div>
<button class="btn nav-btn">Book Now</button>
</nav>
<div class="hero-section section-container">
<p>Simple - Unique - Friendly</p>
<h1>Make Yourself At Home
<br>
In Our <span>Hotel</span>
</h1>
</div>
</header>
<section class=".section-container booking">
<form action="/" class="booking-form">
<div class="input-group">
<span class="material-icons">
date_range
</span>
<div class="check-info">
<label for="check-in">CHECK-IN</label>
<input type="text" id="check-in" placeholder="Check In">
</div>
</div>
<div class="input-group">
<span class="material-icons">
date_range
</span>
<div class="check-info">
<label for="check-out">CHECK-OUT</label>
<input type="text" id="check-out" placeholder="Check Out">
</div>
</div>
<div class="input-group">
<span class="material-icons">
person
</span>
<div class="check-info">
<label for="Guest">GUEST</label>
<input type="text" id="Guest" placeholder="Guest">
</div>
</div>
<div class="input-group">
<button class="btn">CHECK OUT</button>
</div>
</form>
</section>
<section class="section-container about-section">
<div class="about-image">
<img src="./images/about.jpg" alt="">
</div>
<div class="about-container">
<div class="sub-heading">
<p>ABOUT US</p>
<div></div>
</div>
<div class="heading">
<h2>The Best Holidays Start Here!</h2>
<p class="description">
With a focus on quality accommodations, personalized experiences, and seamless booking,
our
platform is dedicated to ensuring that every traveler embarks on their dream holiday
with
confidence and excitement.
</p>
<button class="btn">Read More</button>
</div>
</div>
</section>
<section class="section-container room-section">
<div class="sub-heading">
<p>OUR LIVING ROOM</p>
<div></div>
</div>
<div class="heading">
<h2>The Most Memorable Rest Time Starts Here.</h2>
<div class="room-container">
<div class="card">
<div class="room-image">
<img src="./images/room-1.jpg" alt="">
</div>
<div class="room-info">
<h4>Deluxe Ocean View</h4>
<p>Bask in luxury with breathtaking ocean views from your private suite.</p>
<div>Starting from <span>$299/night</span></div>
<button class="btn">Book Now</button>
</div>
</div>
<div class="card">
<div class="room-image">
<img src="./images/room-2.jpg" alt="">
</div>
<div class="room-info">
<h4>Executive Cityscape Room</h4>
<p>Experience urban elegance and modern comfort in the heart of the city.</p>
<div>Starting from <span>$199/night</span></div>
<button class="btn">Book Now</button>
</div>
</div>
<div class="card">
<div class="room-image">
<img src="./images/room-3.jpg" alt="">
</div>
<div class="room-info">
<h4>Family Garden Retreat</h4>
<p>Spacious and inviting, perfect for creating cherished memories with loved ones.</p>
<div>Starting from <span>$249/night</span></div>
<button class="btn">Book Now</button>
</div>
</div>
</div>
</div>
</section>
<section class="service-section">
<div class="section-container service-container">
<div class="services">
<div class="sub-heading">
<p>SERVICES</p>
<div></div>
</div>
<div class="heading">
<h2>Strive Only For The Best.</h2>
<ul class="service-list">
<li>
<span class="material-icons-outlined">
local_police
</span>
High Class Security
</li>
<li>
<span class="material-icons-outlined">
restore
</span>
24 Hour Room Service
</li>
<li>
<span class="material-icons-outlined">
headphones
</span>
Conference Room
</li>
<li>
<span class="material-icons-outlined">
map
</span>
Tourist Guide Support
</li>
</ul>
</div>
</div>
</div>
</section>
<section class="section-container banner-container">
<div class="banner">
<div class="banner-card">
<h4>25+</h4>
<p>Properties Available</p>
</div>
<div class="banner-card">
<h4>350+</h4>
<p>Bookings Completed</p>
</div>
<div class="banner-card">
<h4>600+</h4>
<p>Happy Customers</p>
</div>
</div>
</section>
<section class="explore-section">
<div class="explore-heading">
<div class="sub-heading">
<p>EXPLORE</p>
<div></div>
</div>
<h2>What's New Today.</h2>
</div>
<div class="explore-container">
<div class="explore-content">
<p class="description">10th MAR 2023</p>
<h4>A New Menu Is Available In Our Hotel.</h4>
<button class="btn">Continue</button>
</div>
</div>
</section>
<footer class="footer-section">
<div class="footer-panel1">
<span>Back to top</span>
</div>
<div class="footer-panel2 section-container">
<div class="column">
<div class="logo">
<a href="#home">
<img src="./images/logo.png" alt="">
</a>
</div>
<p class="description">
Discover a world of comfort, luxury, and adventure as you explore
our curated selection of hotels, making every moment of your getaway
truly extraordinary.
</p>
<button class="btn">Book Now</button>
</div>
<div class="column">
<h4>QUICK LINKS</h4>
<ul class="footer-links">
<li>
<a href="#">Browse Destinations</a>
</li>
<li>
<a href="#">Special Offers & Packages</a>
</li>
<li>
<a href="#">
Room Types & Amenities
</a>
</li>
<li>
<a href="#">
Customer Reviews & Ratings
</a>
</li>
<li>
<a href="#">Travel Tips & Guides</a>
</li>
</ul>
</div>
<div class="column">
<h4>OUR SERVICES</h4>
<ul class="footer-links">
<li>
<a href="#">Concierge Assistance</a>
</li>
<li>
<a href="#">Flexible Booking Options</a>
</li>
<li>
<a href="#">
Airport Transfers
</a>
</li>
<li>
<a href="#">
Wellness & Recreation
</a>
</li>
</ul>
</div>
<div class="column">
<h4>CONTACT US</h4>
<ul class="footer-links">
<li>
<a href="#">[email protected]</a>
</li>
</ul>
<div class="socials">
<a href="#">
<img src="./images/facebook.png" alt="facebook-logo">
</a>
<a href="#">
<img src="./images/instagram.png" alt="instagram-logo">
</a>
<a href="#">
<img src="./images/youtube.png" alt="youtube-logo">
</a>
<a href="#">
<img src="./images/twitter.png" alt="twitter-logo">
</a>
</div>
</div>
</div>
<div class="footer-panel3">
<div class="copyright">
Copyright © 2024 Web Design. All rights reserved.
</div>
</div>
</footer>
</div>
</body>
</html>