-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
438 lines (370 loc) · 19.4 KB
/
index.php
File metadata and controls
438 lines (370 loc) · 19.4 KB
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
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
<?php include('include/header.php') ?>
<!-- Carousel -->
<section class="carousel-section" id="slider">
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="3"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="4"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="5"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="assets/picture/cesourel/B.jpg" alt="First slide">
<div class="carousel-caption d-none d-md-block">
<h1 class="display-5">The Best lighting Effects</h1>
<p>The quality of the overall lighting scheme and its effect on mood
is often dependent on the relationship between the key and fill lights...</p>
</div>
</div>
<div class="carousel-item ">
<img class="d-block w-100" src="assets/picture/cesourel/location.jpg" alt="First slide">
<div class="carousel-caption d-none d-md-block">
<h1 class="display-5 text-dark">The well-connected roads and transportation system </h1>
<p class="text-dark">Easy accessibility to commercial points and key areas in the city with best parking area...</p>
</div>
</div>
<div class="carousel-item ">
<img class="d-block w-100" src="assets/picture/cesourel/Parking.jpg" alt="First slide">
<div class="carousel-caption d-none d-md-block">
<h1 class="display-5 text-dark">Sufficient capacity and convenient location of parking spaces </h1>
<p class="text-dark">A well-designed and maintained parking lot not only improves the curb appeal of the establishment...</p>
</div>
</div>
<div class="carousel-item ">
<img class="d-block w-100" src="assets/picture/cesourel/Reception.jpg" alt="First slide">
<div class="carousel-caption d-none d-md-block">
<h1 class="display-5">A welcome goes beyond words, it creates a feeling of caring and gives a sense of pleasure</h1>
<p >Easy accessibility to commercial points and key areas in the city with best parking area.</p>
</div>
</div>
<div class="carousel-item ">
<img class="d-block w-100" src="assets/picture/cesourel/Service.jpg" alt="First slide">
<div class="carousel-caption d-none d-md-block">
<h1 class="display-5 text-dark"> Guest can eat and drink within their own private room in the hotel</h1>
<p class="text-dark">Offer coupons and discounts to local attractions...</p>
</div>
</div>
<div class="carousel-item ">
<img class="d-block w-100" src="assets/picture/cesourel/lighting.jpg" alt="First slide">
<div class="carousel-caption d-none d-md-block">
<h1 class="display-5">The Best lighting Effects </h1>
<p>The quality of the overall lighting scheme and its effect on mood
is often dependent on the relationship between the key and fill lights...</p>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section>
<!-- Page Content -->
<section class="py-5 white-section" id="introduction" >
<div class="container">
<h1 class="display-4 title"><?php echo $general_setting['Name'] ?>,luxury collections ,chennai.</h1>
<p class="lead">The well-connected roads with transportation system and with safty measures of clients</p>
</div>
<div class="container">
<h3>Overview</h3>
<p class="text-justify">This ornate, palatial tribute to Southern India's greatest empires -The pasific - overlooks
verdant foliage in the heart of Chennai. This luxury hotel offers one of the largest banqueting
facilities in India, 10 award winning F&B outlets, signature wellness experiences and more.<br>
It embodies the highest standards in Indian hospitality balanced with elegant restraint in a prime
property with distinct personality.
<br>
The passific has 522 rooms and 78 luxuriously appointed service apartments- collectively
its 600 spacious guest rooms, suites and luxury service apartments,are the epitome
of Indian grace and style, expertly delegated with thoughtful amenities.The pasific meets
the needs of both the business traveller on the move as well as the bespoke requirements of
the destination connoisseur.</p>
<p><blockquote class="blockquote">Ideal Location</blockquote>
The delights of this luxurious hotel are varied. As a fascinating
throwback to a vibrant period in Indian history, The pasific stands for timeless beauty
and luxury. Built in the midst of the business hub of Guindy and located on Mount Road
,Pasific in Chennai is within close proximity to many key areas of Chennai and is just 8
km away from the domestic and international airport which serves as an ideal destination
for both business and leisure sojourns. The well-connected roads and transportation system
enable easy accessibility to commercial points and key areas in the city.
</p>
<p>
<blockquote class="blockquote">Refined Artistry</blockquote>
Towering facades and flowing architecture are leaves taken from the aesthetics of the Cholas,
an ancient dynasty that made a deep impact on many regions within and outside of this country.
From the shores of the Bay of Bengal to that of South Asian borders of Malaysia, China
and Sri Lanka among others, the Cholas have influenced art, architecture and culture from
their time to now.
</p>
</div>
</section>
<!--Hotel Features-->
<section class="py-5 colored-section" id="grid" >
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-4 cd-lg-4">
<div class="box container text-center">
<img class='img mb-4' src='assets/picture/common/summing.jpg' alt='Image Error' width='350px' height='200px'>
<center><h3>CITY GETAWAY</h3></center>
<p class="mb-4">Discover exquisite weekend getaways in the comfort of your own city. Enjoy breakfast,
Wi-Fi, happy hours, savings on dining & spa, and more.</p>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 cd-lg-4">
<div class="box container text-center">
<img class='img mb-4' src='assets/picture/common/accomadation.jpg' alt='Image Error' width='350px' height='200px'>
<center><h3>ACCOMMODATION</h3></center>
<p class="mb-4">With 506 rooms, 78 luxuriously appointed service apartments & 16 palatial suites which
are the epitome of Indian grace and style.</p>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 cd-lg-4">
<div class="box container text-center">
<img class='img mb-4' src='assets/picture/common/well.jpg' alt='Image Error' width='350px' height='200px'>
<center><h2>DINING</h2></center>
<p class="mb-4">Ten distinct dining destinations featuring Indian & international cuisine along with some of the world's most well appreciated and prized beverages.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-4 cd-lg-4">
<div class="box container text-center">
<img class='img mb-4' src='assets/picture/common/dining.jpg' alt='Image Error' width='350px' height='200px'>
<center><h2>WELLNESS</h2></center>
<p class="mb-4">Embodying our commitment to holistic wellbeing, ITC Grand Chola offers facilities that provide healthier options for a better stay.</p>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 cd-lg-4">
<div class="box container text-center">
<img class='img mb-4' src='assets/picture/common/suits.jpg' alt='Image Error' width='350px' height='200px'>
<center><h2>SHORT BREAK</h2></center>
<p class="mb-4">Capture a lifetime of great memories. Includes Wi-Fi, Breakfast and more</p>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 cd-lg-4">
<div class="box container text-center">
<img class='img mb-4' src='assets/picture/common/away.jpg' alt='Image Error' width='350px' height='200px'>
<center><h2>SUITE SOJOURNS</h2></center>
<p class="mb-4">Exceptional value for a superlative suite experience with airport transfers, Wi-Fi, breakfast and more.</p>
</div>
</div>
</div>
</section>
<section class="white-section" id="feature">
<div class="row featurette m-5">
<div class="col-md-7 container">
<h1 class="featurette-heading display-5">Managing Hotel Facility. <span class="text-muted lead">Space Usage Plan</span></h1>
<p class="lead">Management of a hotel facility is another important aspect of facility planning that facility planning firms, such as HPG Consulting, handle on a regular basis. The main objective is to ensure seamless coordination among various hotel processes, and business continuity and sustainability. It takes into account hotel space, infrastructure, personnel,
and equipment and helps ensure they comply with the requirements of the business.</p>
</div>
<div class="col-md-5 ">
<img class="featurette-image img-fluid mx-auto" data-src="holder.js/500x500/auto" alt="500x500" style="width: 500px; height: 400px;" src="assets/picture/service/space.jpg" data-holder-rendered="true">
</div>
</div>
</section>
<!-- Testimonials -->
<section class="colored-section pt-3" id="testiminoal-rooms">
<div class="container my-4">
<!--Carousel Wrapper-->
<div id="multi-item-example" class="carousel slide carousel-multi-item" data-ride="carousel">
<!--Controls-->
<div class="controls-top d-flex justify-content-center">
<a class="btn-floating" href="#multi-item-example" data-slide="prev"><i class="fas fa-chevron-left"></i></a>
<a class="btn-floating ml-5" href="#multi-item-example" data-slide="next"><i
class="fas fa-chevron-right"></i></a>
</div>
<!--/.Controls-->
<!--Indicators-->
<ol class="carousel-indicators">
<li data-target="#multi-item-example" data-slide-to="0" class="active"></li>
<li data-target="#multi-item-example" data-slide-to="1"></li>
</ol>
<!--/.Indicators-->
<!--Slides-->
<br>
<div class="carousel-inner" role="listbox">
<!--First slide-->
<div class="carousel-item active">
<div class="col-md-3" style="float:left">
<div class="card mb-2 ">
<img class="card-img-top"
src="assets/picture/common/away.jpg" alt="Card image cap" height="180" width="50">
<div class="card-body">
<h4 class="card-title">Suite Sojourns</h4>
<p class="card-text">Exceptional value for a superlative experience with Wi-Fi, breakfast and more.</p>
<a class="btn btn-primary">Button</a>
</div>
</div>
</div>
<div class="col-md-3" style="float:left">
<div class="card mb-2">
<img class="card-img-top"
src="assets/picture/common/suits.jpg" alt="Card image cap" height="180" width="50">
<div class="card-body">
<h4 class="card-title">Short Break</h4>
<p class="card-text">Capture a lifetime of great memories.
Includes Wi-Fi, Breakfast and more</p>
<a class="btn btn-primary">Button</a>
</div>
</div>
</div>
<div class="col-md-3" style="float:left">
<div class="card mb-2">
<img class="card-img-top"
src="assets/picture/common/dining.jpg" alt="Card image cap" height="180" width="50">
<div class="card-body">
<h4 class="card-title">Wellness</h4>
<p class="card-text">Capture a lifetime of great memories.
Includes Wi-Fi, Breakfast and more</p>
<a class="btn btn-primary">Button</a>
</div>
</div>
</div>
<div class="col-md-3" style="float:left">
<div class="card mb-2">
<img class="card-img-top"
src="assets/picture/common/accomadation.jpg" alt="Card image cap" height="180" width="50">
<div class="card-body">
<h4 class="card-title">Accommodation</h4>
<p class="card-text"> Apartments which
are the epitome of Indian grace and style</p>
<a class="btn btn-primary">Button</a>
</div>
</div>
</div>
</div>
<!--/.First slide-->
<!--Second slide-->
<div class="carousel-item">
<div class="col-md-3" style="float:left">
<div class="card mb-2">
<img class="card-img-top"
src="https://mdbootstrap.com/img/Photos/Horizontal/City/4-col/img%20(60).jpg" alt="Card image cap" height="180" width="50">
<div class="card-body">
<h4 class="card-title">City Gateway</h4>
<p class="card-text">Discover exquisite weekend getaways in the comfort of your own city. Enjoy breakfast,
savings on dining & spa, and more</p>
<a class="btn btn-primary">Button</a>
</div>
</div>
</div>
<div class="col-md-3" style="float:left">
<div class="card mb-2">
<img class="card-img-top"
src="assets/picture/common/events.jpeg" alt="Card image cap" height="180" width="50">
<div class="card-body">
<h4 class="card-title">Conference</h4>
<p class="card-text">Ten distinct dining destinations featuring Indian & international
cuisine along with well appreciated and prized beverages</p>
<a class="btn btn-primary">Button</a>
</div>
</div>
</div>
<div class="col-md-3" style="float:left">
<div class="card mb-2">
<img class="card-img-top"
src="assets/picture/common/wedding.jpg" alt="Card image cap" height="180" width="50">
<div class="card-body">
<h4 class="card-title">Wedding</h4>
<p class="card-text">Dream up a traditional Indian wedding and turn it into
an event extraordinaire. Encapsulate the memorable moments into reality</p>
<a class="btn btn-primary">Button</a>
</div>
</div>
</div>
<div class="col-md-3" style="float:left">
<div class="card mb-2">
<img class="card-img-top"
src="assets/picture/common/meeting.jpeg" alt="Card image cap" height="180" width="50">
<div class="card-body">
<h4 class="card-title">Meeting</h4>
<p class="card-text">The Killi, Kaveri and Tanjore meeting rooms are the perfect combination
of space and audio visual equipments
</p>
<a class="btn btn-primary">Button</a>
</div>
</div>
</div>
</div>
<!--/.Second slide-->
</div>
<!--/.Slides-->
</div>
<!--/.Carousel Wrapper-->
</section>
<section id="contact" class="white-section">
<div class="container-xl mb-5 p-5">
<div class="row">
<div class="col-md-8 mx-auto">
<div class="message"></div>
<div class="contact-form">
<h1>Contact Us</h1>
<p class="hint-text">We'd love to hear from you, please drop us a line if you've any query.</p>
<form id="contact-form" action="functions.php" method="post" autocomplete="off">
<div class="row">
<div class="col-sm-6">
<div class="form-group">
<label for="inputFirstName">First Name</label>
<input type="text" class="form-control" id="FirstName" name="FirstName" required>
</div>
</div>
<div class="col-sm-6">
<div class="form-group">
<label for="inputLastName">Last Name</label>
<input type="text" class="form-control" id="LastName" name="LastName" required>
</div>
</div>
</div>
<div class="form-group">
<label for="inputEmail">Email Address</label>
<input type="email" class="form-control" id="Email" name="Email" required>
</div>
<div class="form-group">
<label for="inputMessage">Message</label>
<textarea class="form-control" id="Message" name="Message" rows="5" required></textarea>
</div>
<button type="submit" class="btn btn-primary" name = "contact" > Submit </button>
</form>
</div>
</div>
</div>
</section>
<script>
$(document).ready(function(){
$('#contact-form').on('submit',function(e){
e.preventDefault();
var formData = new FormData(this);
$.ajax({
url:"functions.php",
type:"POST",
data:formData,
cache:false,
contentType: false,
processData: false,
success:function(data){
console.log("data");
console.log(data);
var json = JSON.parse(data);
if(json['error']!=""){
$('.message').html(`<div class="alert alert-danger" role="alert"> ${json['error']} </div>`);
$('#contact-form')[0].reset();
}else{
$('.message').html(`<div class="alert alert-success" role="alert"> ${json['msg']} </div>`);
$('#contact-form')[0].reset();
}
},
error: function(data){
console.log("error");
console.log(data);
}
});
})
})
</script>
<?php include('include/footer.php') ?>