-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
368 lines (348 loc) · 17.4 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
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<!-- Icons -->
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<!-- CSS -->
<link rel="stylesheet" href="assets/css/styles.css">
<!-- jQuery Owl Carousel -->
<script src="https://code.jquery.com/jquery-3.5.1.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css">
<!-- Tailwind CDN -->
<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<!-- Favicon -->
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicon.ico">
<!-- Title -->
<title>Saptami Hotels</title>
</head>
<body>
<!-- Navigation Bar -->
<header class="header" id="header" style="font-family: 'Inter'; background: rgb(255, 255, 255);">
<nav class="nav container">
<b><a href="index.html" class="nav__logo" style="font-family: 'Product Sans Bold'; letter-spacing: -.5px; font-size: 1.5rem;"> The Saptami Hotels </a></b>
<div class="nav__menu" id="nav-menu">
<ul class="nav__list">
<li class="nav__item">
<a href="index.html" class="nav__link font-medium leading-6 text-black-600 transition duration-150 ease-out hover:text-gray-600">Home</a>
</li>
<li class="nav__item">
<a href="#about" class="nav__link font-medium leading-6 text-black-600 transition duration-150 ease-out hover:text-gray-600">About</a>
</li>
<li class="nav__item">
<a href="pages/map.html" class="nav__link font-medium leading-6 text-black-600 transition duration-150 ease-out hover:text-gray-600">Hotels</a>
</li>
<li class="nav__item">
<a href="pages/membership.html" class="nav__link font-medium leading-6 text-black-600 transition duration-150 ease-out hover:text-gray-600">Membership</a>
</li>
<li class="nav__item">
<a href="pages/dining.html" class="nav__link font-medium leading-6 text-black-600 transition duration-150 ease-out hover:text-gray-600">Dining</a>
</li>
</ul>
</div>
<div class="nav__toggle" id="nav-toggle">
<i class='bx bx-grid-alt'></i>
</div>
<a href="pages/login.html" class="button button__header focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500">Sign in</a>
</nav>
</header>
<!-- Banner Section -->
<section class="banner">
<div class="content">
<div class="title">The Saptami Hotels</div>
<div class="top-subtitle subtitle">Best Memories Start Here</div>
</div>
<form action="C:\Users\advai\Desktop\WP Project\WP project\pages">
<div class="search-box">
<div class="input-box">
<p>Location</p>
<input type="text" name="" id="" placeholder="Delhi">
</div>
<div class="input-box">
<p>Check-In Date</p>
<input type="date" name="" id="" placeholder="01/01/2021">
</div>
<div class="input-box">
<p>Guests</p>
<input type="number" name="" id="" placeholder="100">
</div>
<div class="input-box">
<br>
<span class="inline-flex rounded-md shadow-sm">
<a href="pages/book.html" style="padding: 12px 15px 12px 15px; font-size: 17px; font-family: Inter;" class="inline-flex items-center justify-center px-4 py-2 text-base font-medium leading-6 text-white whitespace-no-wrap bg-blue-600 border rounded-md shadow-sm hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500">
Book now
</a>
</span>
</div>
</div>
</form>
</section>
<!-- About Section -->
<section class="text-gray-600 body-font" id="about" style="font-family: 'Inter'; margin-top: 12%;">
<div class="container mx-auto flex px-5 py-24 md:flex-row flex-col items-center" style="margin: auto; width: 70%;">
<div class="lg:max-w-lg lg:w-full md:w-1/2 w-5/6 mb-10 md:mb-0">
<img class="object-cover object-center rounded" alt="hero" src="https://images.unsplash.com/photo-1520250497591-112f2f40a3f4?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8Nnx8bHV4dXJ5JTIwcmVzb3J0fGVufDB8fDB8fA%3D%3D&w=1000&q=80">
</div>
<div class="lg:flex-grow md:w-1/2 lg:pl-24 md:pl-16 flex flex-col md:items-start md:text-left items-center text-center">
<h1 class="sec-head">About Us
</h1>
<p class="mb-8 leading-relaxed" style="width: auto;">Over the last 25 years, the Saptami Hotels organisation has been known for dependably providing the best Indian hospitality experience. It combines modern style and comfort with the warmth of Old World hospitality. With more than 50 hotels and resorts across the world, it is one of the world's largest hotel chains. We believe in the values of Indian hospitality, and our crew is our most valuable asset, providing passionate and memorable hospitality to everyone we meet.</p>
<div class="flex justify-center">
<span class="inline-flex rounded-md shadow-sm">
<a href="pages/team.html" class="button button__header focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500">Know More</a>
</span>
</div>
</div>
</div>
</section>
<!-- Hotels Section -->
<section class="hotels" id="hotels">
<h1 class="sec-head" id="hotels-head">Our Hotels</h1>
</section>
<div class="wrapper">
<div class="carousel owl-carousel">
<div class="card card-1">
</div>
<div class="card card-2">
</div>
<div class="card card-3">
</div>
<div class="card card-4">
</div>
<div class="card card-5">
</div>
<div class="card card-6">
</div>
<div class="card card-7">
</div>
<div class="card card-8">
</div>
</div>
</div>
<!-- Vision Section -->
<div class='vision'>
<div class='row'>
<div class='column'>
<div class='vision-column'>
<h1 class="sec-head">Our Vision</h1>
<p>The Saptami Hotels shall be the world's largest and best hotel and resort chain, with upscale, mid-scale, and budget properties.
We will be dedicated to ensuring the well-being and self-worth of our coworkers, who are vital to our success. Making a difference in our community and in India as a whole. Our fundamental reason for being is to delight our guests, whose comfort, safety, security, and well-being are our primary concerns.
</p>
</div>
</div>
</div>
</div>
<!-- Testimonials Section -->
<h1 class="sec-head" style="text-align: center; margin: 40px; margin-top: 100px;">Testimonials</h1>
<div class="wrapper-rev">
<div class="box">
<i class='bx bxs-quote-left quote' ></i>
<p>Beyond 5 stars! Stayed last week at this wonderful hotel. Everything exceeds ones wildest dream of a hotel. On top they have the most wonderful staff, extremely kind and helpful with every wish.</p>
<div class="content">
<div class="info">
<div class="name">Veer Shah</div>
<div class="stars">
<i class='bx bxs-star'></i>
<i class='bx bxs-star'></i>
<i class='bx bxs-star'></i>
<i class='bx bxs-star'></i>
<i class='bx bxs-star'></i>
</div>
</div>
<div class="image">
<img src="https://png.pngtree.com/png-vector/20190930/ourlarge/pngtree-hooded-computer-hacker-with-laptop-icon-png-image_1762179.jpg" alt="">
</div>
</div>
</div>
<div class="box">
<i class='bx bxs-quote-left quote' ></i>
<p>This is indeed a place you do not want to leave, and when you do it is with one hope to come back. Everything was great, staff was very helpful and we were extremely happy with the meeting!</p>
<div class="content">
<div class="info">
<div class="name">Yash Karande</div>
<div class="stars">
<i class='bx bxs-star'></i>
<i class='bx bxs-star'></i>
<i class='bx bxs-star'></i>
<i class='bx bxs-star'></i>
<i class='bx bx-star'></i>
</div>
</div>
<div class="image">
<img src="https://png.pngtree.com/png-vector/20190930/ourlarge/pngtree-hooded-computer-hacker-with-laptop-icon-png-image_1762179.jpg" alt="">
</div>
</div>
</div>
<div class="box">
<i class='bx bxs-quote-left quote' ></i>
<p>The service here has just been fantastic; whatever we needed was brought to us right away. The food was so delicious; the entire experience was really great. A must stay hotel for everyone.</p>
<div class="content">
<div class="info">
<div class="name">Rudra Singh</div>
<div class="stars">
<i class='bx bxs-star'></i>
<i class='bx bxs-star'></i>
<i class='bx bxs-star'></i>
<i class='bx bxs-star'></i>
<i class='bx bxs-star-half'></i>
</div>
</div>
<div class="image">
<img src="https://png.pngtree.com/png-vector/20190930/ourlarge/pngtree-hooded-computer-hacker-with-laptop-icon-png-image_1762179.jpg" alt="">
</div>
</div>
</div>
</div>
<!-- Contact Section -->
<section class=" text-gray-100 px-8 py-12" style="font-family: Inter;">
<div class="text-center w-full">
</div>
<div
class="max-w-screen-xl mt-24 px-8 grid gap-8 grid-cols-1 md:grid-cols-2 md:px-12 lg:px-16 xl:px-32 py-16 mx-auto bg-gray-100 text-gray-900 rounded-lg">
<div class="flex flex-col justify-between">
<div>
<h2 class="sec-head">Contact Us</h2>
<img src="assets/img/contact.svg" style="margin-top: 50px; padding-right: 50px;" alt="">
</div>
</div>
<div class="">
<div>
<span class="uppercase text-sm text-gray-600 font-bold">Full Name</span>
<input class="w-full bg-gray-200 text-gray-900 mt-2 p-3 rounded-lg focus:outline-none focus:shadow-outline"
type="text" placeholder="">
</div>
<div class="mt-8">
<span class="uppercase text-sm text-gray-600 font-bold">Email</span>
<input class="w-full bg-gray-200 text-gray-900 mt-2 p-3 rounded-lg focus:outline-none focus:shadow-outline"
type="text">
</div>
<div class="mt-8">
<span class="uppercase text-sm text-gray-600 font-bold">Message</span>
<textarea
class="w-full h-32 bg-gray-200 text-gray-900 mt-2 p-3 rounded-lg focus:outline-none focus:shadow-outline"></textarea>
</div>
<div class="mt-8">
<button
class="uppercase text-sm font-bold tracking-wide bg-indigo-500 text-gray-100 p-3 rounded-lg w-full focus:outline-none focus:shadow-outline">
Send Message
</button>
</div>
</div>
</div>
</section>
<!-- Footer Section -->
<div class="footer-dark" style="font-family: Inter;">
<footer>
<div class="bscontainer">
<div class="bsrow">
<div class="bscol-md-2 item">
<h3>Pages</h3>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="pages/map.html">Hotels</a></li>
<li><a href="pages/login.html">Login</a></li>
<li><a href="pages/book.html">Book Hotel</a></li>
</ul>
</div>
<div class="bscol-md-2 item">
<h3>Know More</h3>
<ul>
<li><a href="pages/membership.html">Membership</a></li>
<li><a href="pages/team.html">Our Team</a></li>
</ul>
</div>
<div class="bscol-md-2 item">
<h3>Other Details</h3>
<ul>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Terms of Service</a></li>
</ul>
</div>
<div class="bscol-md-6 item text">
<h3>The Saptami Hotels</h3>
<p>Over the last 25 years, the Saptami Hotels organisation has been known for dependably providing the best Indian hospitality experience with more than 50 hotels and resorts worldwide.</p>
</div>
<div class="social_links">
<a href="https://www.instagram.com/">
<span class="fa-stack fa-lg ig combo">
<i class="fa fa-circle fa-stack-2x circle"></i>
<i class="fa fa-instagram fa-stack-1x fa-inverse icon"></i>
</span>
</a>
<a href="https://www.facebook.com/">
<span class="fa-stack fa-lg fb combo">
<i class="fa fa-circle fa-stack-2x circle"></i>
<i class="fa fa-facebook fa-stack-1x fa-inverse icon"></i>
</span>
</a>
<a href="https://www.youtube.com/">
<span class="fa-stack fa-lg yt combo">
<i class="fa fa-circle fa-stack-2x circle"></i>
<i class="fa fa-youtube-play fa-stack-1x fa-inverse icon"></i>
</span>
</a>
<a href="https://www.twitter.com/">
<span class="fa-stack fa-lg tw combo">
<i class="fa fa-circle fa-stack-2x circle"></i>
<i class="fa fa-twitter fa-stack-1x fa-inverse icon"></i>
</span>
</a>
<a href="https://codepen.io">
<span class="fa-stack fa-lg gt combo">
<i class="fa fa-circle fa-stack-2x circle"></i>
<i class="fa fa-codepen fa-stack-1x fa-inverse icon"></i>
</span>
</a>
<a href="https://www.linkedin.com/">
<span class="fa-stack fa-lg tw combo">
<i class="fa fa-circle fa-stack-2x circle"></i>
<i class="fa fa-linkedin fa-stack-1x fa-inverse icon"></i>
</span>
</a>
</div>
</div>
<p class="copyright">The Saptami Hotels © 2024</p>
</div>
</footer>
</div>
<!-- Scroll Up Button -->
<a href="#" class="scrollup" id="scroll-up">
<i class='bx bx-up-arrow-alt scrollup__icon'></i>
</a>
<!-- Owl Carousel JS -->
<script>
$(".carousel").owlCarousel({
margin: 20,
loop: true,
autoplay: true,
autoplayTimeout: 2000,
autoplayHoverPause: true,
responsive: {
0:{
items:1,
nav: false
},
600:{
items:2,
nav: false
},
1000:{
items:3,
nav: false
}
}
});
</script>
<!-- JS -->
<script src="assets/js/main.js"></script>
</body>
</html>