-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
837 lines (811 loc) · 31.9 KB
/
index.php
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
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
<?php
include('db.php');
?>
<!DOCTYPE html>
<html lang="en">
<head>
<title>AKNARA HOTEL</title>
<!-- for-mobile-apps -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Resort Inn Responsive , Smartphone Compatible web template , Samsung, LG, Sony Ericsson, Motorola web design" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false);
function hideURLbar(){ window.scrollTo(0,1); } </script>
<!-- //for-mobile-apps -->
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/font-awesome.css" rel="stylesheet">
<link rel="stylesheet" href="css/chocolat.css" type="text/css" media="screen">
<link href="css/easy-responsive-tabs.css" rel='stylesheet' type='text/css'/>
<link rel="stylesheet" href="css/flexslider.css" type="text/css" media="screen" property="" />
<link rel="stylesheet" href="css/jquery-ui.css" />
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<script type="text/javascript" src="js/modernizr-2.6.2.min.js"></script>
<!--fonts-->
<link href="//fonts.googleapis.com/css?family=Oswald:300,400,700" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Federo" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Lato:300,400,700,900" rel="stylesheet">
<!--//fonts-->
</head>
<body>
<div class="w3_navigation">
<div class="container">
<nav class="navbar navbar-default">
<div class="navbar-header navbar-left">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<h1><a class="navbar-brand" href="index.php">Aknara Waterfront <p class="logo_w3l_agile_caption">Panadura</p></a></h1>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-right" id="bs-example-navbar-collapse-1">
<nav class="menu menu--iris">
<ul class="nav navbar-nav menu__list">
<li class="menu__item menu__item--current"><a href="" class="menu__link">Home</a></li>
<li class="menu__item"><a href="#about" class="menu__link scroll">About</a></li>
<li class="menu__item"><a href="#team" class="menu__link scroll">Team</a></li>
<li class="menu__item"><a href="#gallery" class="menu__link scroll">Gallery</a></li>
<li class="menu__item"><a href="#rooms" class="menu__link scroll">Rooms</a></li>
<li class="menu__item"><a href="#contact" class="menu__link scroll">Contact Us</a></li>
</ul>
</nav>
</div>
</nav>
</div>
</div>
<!-- //header -->
<!-- banner -->
<div id="home" class="w3ls-banner">
<!-- banner-text -->
<div class="slider">
<div class="callbacks_container">
<ul class="rslides callbacks callbacks1" id="slider4">
<li>
<div class="w3layouts-banner-top">
<div class="container">
<div class="agileits-banner-info">
<h4>AKNARA</h4>
<h3>We know what you love</h3>
<p>Welcome to our hotels</p>
<div class="agileits_w3layouts_more menu__item">
<a href="#" class="menu__link" data-toggle="modal" data-target="#myModal">Learn More</a>
</div>
</div>
</div>
</div>
</li>
<li>
<div class="w3layouts-banner-top w3layouts-banner-top1">
<div class="container">
<div class="agileits-banner-info">
<h4>AKNARA</h4>
<h3>Stay with friends & families</h3>
<!--<p style="color:">Come & enjoy precious moment with us</p>-->
<br><br>
<div class="agileits_w3layouts_more menu__item">
<a href="#" class="menu__link" data-toggle="modal" data-target="#myModal">Learn More</a>
</div>
</div>
</div>
</div>
</li>
<li>
<div class="w3layouts-banner-top w3layouts-banner-top2">
<div class="container">
<div class="agileits-banner-info">
<h4>AKNARA</h4>
<h3>want luxurious vacation?</h3>
<p>Get accommodation today</p>
<div class="agileits_w3layouts_more menu__item">
<a href="#" class="menu__link" data-toggle="modal" data-target="#myModal">Learn More</a>
</div>
</div>
</div>
</div>
</li>
</ul>
</div>
<div class="clearfix"> </div>
<!--banner Slider starts Here-->
</div>
<div class="thim-click-to-bottom">
<a href="#about" class="scroll">
<i class="fa fa-long-arrow-down" aria-hidden="true"></i>
</a>
</div>
</div>
<!-- //banner -->
<!--//Header-->
<!-- //Modal1 -->
<div class="modal fade" id="myModal" tabindex="-1" role="dialog">
<!-- Modal1 -->
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4>SUN <span>RISE</span></h4>
<img src="images/1.jpg" alt=" " class="img-responsive">
<h5>We know what you love</h5>
<p>Providing guests unique and enchanting views from their rooms with its exceptional amenities, makes Star Hotel one of bests in its kind.Try our food menu, awesome services and friendly staff while you are here.</p>
</div>
</div>
</div>
</div>
<!-- //Modal1 -->
<div id="availability-agileits">
<div class="col-md-12 book-form-left-w3layouts">
<a href="admin/availability.php"><h2>ROOM RESERVATION</h2></a>
</div>
<div class="clearfix"> </div>
</div>
<!-- banner-bottom -->
<div class="banner-bottom">
<div class="container">
<div class="agileits_banner_bottom">
<h3><span>Experience a good stay, enjoy fantastic offers</span> Find our friendly welcoming reception</h3>
</div>
<div class="w3ls_banner_bottom_grids">
<ul class="cbp-ig-grid">
<li>
<div class="w3_grid_effect">
<span class="cbp-ig-icon w3_road"></span>
<h4 class="cbp-ig-title">MASTER BEDROOMS</h4>
<span class="cbp-ig-category">AKNARA</span>
</div>
</li>
<li>
<div class="w3_grid_effect">
<span class="cbp-ig-icon w3_cube"></span>
<h4 class="cbp-ig-title">SEA VIEW BALCONY</h4>
<span class="cbp-ig-category">AKNARA</span>
</div>
</li>
<li>
<div class="w3_grid_effect">
<span class="cbp-ig-icon w3_users"></span>
<h4 class="cbp-ig-title">LARGE CAFE</h4>
<span class="cbp-ig-category">AKNARA</span>
</div>
</li>
<li>
<div class="w3_grid_effect">
<span class="cbp-ig-icon w3_ticket"></span>
<h4 class="cbp-ig-title">WIFI COVERAGE</h4>
<span class="cbp-ig-category">AKNARA</span>
</div>
</li>
</ul>
</div>
</div>
</div>
<!-- //banner-bottom -->
<!-- /about -->
<div class="about-wthree" id="about">
<div class="container">
<div class="ab-w3l-spa">
<h3 class="title-w3-agileits title-black-wthree">About Ankara </h3>
<p class="about-para-w3ls">Aknara Water Front (Pvt) Ltd is a charming hotel located at Gorakapola beside the Bolgoda river Panadura.The area is famous for its rich cultivation of coconut palms, historical places such as ancient Buddhist temples, and beautiful sunsets over the Southwest horizon. Hidden between lush coconut plantations and facing an un-crowded beach, Panadura is the ideal destination for those looking for a luxurious, tropical hideaway. Ankara Waterfront is built to seamlessly blend with the sands and sea views of the southwest. With a total of 180 rooms with attached balconies and terraces most of which face the ocean, we are always ready to serve you with the warmth and care we are known for around Sri Lanka</p>
<img src="images/about.jpg" class="img-responsive" alt="Hair Salon" >
<!--<div class="w3l-slider-img">
<img style="width: 70%;" src="images/a1.jpg" class="img-responsive" alt="Hair Salon">
</div>-->
<div class="w3ls-info-about">
<h4>You'll love all the amenities we offer!</h4>
<p>Get a relaxing and an inspiring memorable experience </p>
</div>
</div>
<div class="clearfix"> </div>
</div>
</div>
<!-- //about -->
<!--sevices-->
<div class="advantages">
<div class="container">
<div class="advantages-main">
<h3 class="title-w3-agileits">Our Services</h3>
<div class="advantage-bottom">
<div class="col-md-6 advantage-grid left-w3ls wow bounceInLeft" data-wow-delay="0.3s">
<div class="advantage-block ">
<i class="fa fa-credit-card" aria-hidden="true"></i>
<h4>Stay First, Pay After! </h4>
<p></p>
<p><i class="fa fa-check" aria-hidden="true"></i>Decorated room, proper air conditioned</p>
<p><i class="fa fa-check" aria-hidden="true"></i>Private balcony</p>
</div>
</div>
<div class="col-md-6 advantage-grid right-w3ls wow zoomIn" data-wow-delay="0.3s">
<div class="advantage-block">
<i class="fa fa-clock-o" aria-hidden="true"></i>
<h4>24 Hour Restaurant</h4>
<p></p>
<p><i class="fa fa-check" aria-hidden="true"></i>24 hours room service</p>
<p><i class="fa fa-check" aria-hidden="true"></i>24-hour Concierge service</p>
</div>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
</div>
<!--//sevices-->
<!-- team -->
<div class="team" id="team">
<div class="container">
<h3 class="title-w3-agileits title-black-wthree">Meet Our Team</h3>
<div id="horizontalTab">
<ul class="resp-tabs-list">
<li>
<img src="images/teams1.jpg" alt=" " class="img-responsive" />
</li>
<li>
<img src="images/teams2.jpg" alt=" " class="img-responsive" />
</li>
<li>
<img src="images/teams3.jpg" alt=" " class="img-responsive" />
</li>
<li>
<img src="images/teams4.jpg" alt=" " class="img-responsive" />
</li>
</ul>
<div class="resp-tabs-container">
<div class="tab1">
<div class="col-md-6 team-img-w3-agile">
</div>
<div class="col-md-6 team-Info-agileits">
<h4>Thanuj mallikaarachchi</h4>
<span>Manager</span>
<p>"I’m much more confident now than I ever have been, if only because of how well-practiced I am. After several years of talking to strangers all day, every day around the Hotel, I feel like I could make good conversation with a park bench."</p>
<div class="social-bnr-agileits footer-icons-agileinfo">
<ul class="social-icons3">
<li><a href="#" class="fa fa-facebook icon-border facebook"> </a></li>
<li><a href="#" class="fa fa-twitter icon-border twitter"> </a></li>
<li><a href="#" class="fa fa-google-plus icon-border googleplus"> </a></li>
<li><a href="#" class="fa fa-rss icon-border rss"> </a></li>
</ul>
</div>
</div>
<div class="clearfix"> </div>
</div>
<div class="tab2">
<div class="col-md-6 team-img-w3-agile">
</div>
<div class="col-md-6 team-Info-agileits">
<h4>Sheneli Fonseka</h4>
<span>Receptionist</span>
<p>"I’m much more confident now than I ever have been, if only because of how well-practiced I am. After several years of talking to strangers all day, every day around the Hotel, I feel like I could make good conversation with a park bench."</p>
<div class="social-bnr-agileits footer-icons-agileinfo">
<ul class="social-icons3">
<li><a href="#" class="fa fa-facebook icon-border facebook"> </a></li>
<li><a href="#" class="fa fa-twitter icon-border twitter"> </a></li>
<li><a href="#" class="fa fa-google-plus icon-border googleplus"> </a></li>
<li><a href="#" class="fa fa-rss icon-border rss"> </a></li>
</ul>
</div>
</div>
<div class="clearfix"> </div>
</div>
<div class="tab3">
<div class="col-md-6 team-img-w3-agile">
</div>
<div class="col-md-6 team-Info-agileits">
<h4>Anurapriya Dias</h4>
<span>Manager</span>
<p>"I’m much more confident now than I ever have been, if only because of how well-practiced I am. After several years of talking to strangers all day, every day around the Hotel, I feel like I could make good conversation with a park bench."</p>
<div class="social-bnr-agileits footer-icons-agileinfo">
<ul class="social-icons3">
<li><a href="#" class="fa fa-facebook icon-border facebook"> </a></li>
<li><a href="#" class="fa fa-twitter icon-border twitter"> </a></li>
<li><a href="#" class="fa fa-google-plus icon-border googleplus"> </a></li>
<li><a href="#" class="fa fa-rss icon-border rss"> </a></li>
</ul>
</div>
</div>
<div class="clearfix"> </div>
</div>
<div class="tab4">
<div class="col-md-6 team-img-w3-agile">
</div>
<div class="col-md-6 team-Info-agileits">
<h4>Venuri Kohupitiwala</h4>
<span>Receptionist</span>
<p>So many people treat you like you're a kid so you might as well act like one and throw your television out of the hotel window.</p>
<div class="social-bnr-agileits footer-icons-agileinfo">
<ul class="social-icons3">
<li><a href="#" class="fa fa-facebook icon-border facebook"> </a></li>
<li><a href="#" class="fa fa-twitter icon-border twitter"> </a></li>
<li><a href="#" class="fa fa-google-plus icon-border googleplus"> </a></li>
<li><a href="#" class="fa fa-rss icon-border rss"> </a></li>
</ul>
</div>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
</div>
</div>
<!-- //team -->
<!-- Gallery -->
<section class="portfolio-w3ls" id="gallery">
<h3 class="title-w3-agileits title-black-wthree">Our Gallery</h3>
<div class="col-md-3 gallery-grid gallery1">
<a href="images/g1.jpg" class="swipebox"><img src="images/g1.jpg" class="img-responsive" alt="/">
<div class="textbox">
<h4>AKNARA</h4>
<p><i class="fa fa-picture-o" aria-hidden="true"></i></p>
</div>
</a>
</div>
<div class="col-md-3 gallery-grid gallery1">
<a href="images/g2.jpg" class="swipebox"><img src="images/g2.jpg" class="img-responsive" alt="/">
<div class="textbox">
<h4>AKNARA</h4>
<p><i class="fa fa-picture-o" aria-hidden="true"></i></p>
</div>
</a>
</div>
<div class="col-md-3 gallery-grid gallery1">
<a href="images/g3.jpg" class="swipebox"><img src="images/g3.jpg" class="img-responsive" alt="/">
<div class="textbox">
<h4>AKNARA</h4>
<p><i class="fa fa-picture-o" aria-hidden="true"></i></p>
</div>
</a>
</div>
<div class="col-md-3 gallery-grid gallery1">
<a href="images/g4.jpg" class="swipebox"><img src="images/g4.jpg" class="img-responsive" alt="/">
<div class="textbox">
<h4>AKNARA</h4>
<p><i class="fa fa-picture-o" aria-hidden="true"></i></p>
</div>
</a>
</div>
<div class="col-md-3 gallery-grid gallery1">
<a href="images/g5.jpg" class="swipebox"><img src="images/g5.jpg" class="img-responsive" alt="/">
<div class="textbox">
<h4>AKNARA</h4>
<p><i class="fa fa-picture-o" aria-hidden="true"></i></p>
</div>
</a>
</div>
<div class="col-md-3 gallery-grid gallery1">
<a href="images/g6.jpg" class="swipebox"><img src="images/g6.jpg" class="img-responsive" alt="/">
<div class="textbox">
<h4>AKNARA</h4>
<p><i class="fa fa-picture-o" aria-hidden="true"></i></p>
</div>
</a>
</div>
<div class="col-md-3 gallery-grid gallery1">
<a href="images/g6.jpg" class="swipebox"><img src="images/g7.jpg" class="img-responsive" alt="/">
<div class="textbox">
<h4>AKNARA</h4>
<p><i class="fa fa-picture-o" aria-hidden="true"></i></p>
</div>
</a>
</div>
<div class="col-md-3 gallery-grid gallery1">
<a href="images/g6.jpg" class="swipebox"><img src="images/g8.jpg" class="img-responsive" alt="/">
<div class="textbox">
<h4>AKNARA</h4>
<p><i class="fa fa-picture-o" aria-hidden="true"></i></p>
</div>
</a>
</div>
<div class="col-md-3 gallery-grid gallery1">
<a href="images/g9.jpg" class="swipebox"><img src="images/g9.jpg" class="img-responsive" alt="/">
<div class="textbox">
<h4>AKNARA</h4>
<p><i class="fa fa-picture-o" aria-hidden="true"></i></p>
</div>
</a>
</div>
<div class="col-md-3 gallery-grid gallery1">
<a href="images/g10.jpg" class="swipebox"><img src="images/g10.jpg" class="img-responsive" alt="/">
<div class="textbox">
<h4>AKNARA</h4>
<p><i class="fa fa-picture-o" aria-hidden="true"></i></p>
</div>
</a>
</div>
<div class="col-md-3 gallery-grid gallery1">
<a href="images/g4.jpg" class="swipebox"><img src="images/g4.jpg" class="img-responsive" alt="/">
<div class="textbox">
<h4>AKNARA</h4>
<p><i class="fa fa-picture-o" aria-hidden="true"></i></p>
</div>
</a>
</div>
<div class="col-md-3 gallery-grid gallery1">
<a href="images/g2.jpg" class="swipebox"><img src="images/g2.jpg" class="img-responsive" alt="/">
<div class="textbox">
<h4>AKNARA</h4>
<p><i class="fa fa-picture-o" aria-hidden="true"></i></p>
</div>
</a>
</div>
<div class="clearfix"> </div>
</section>
<!-- //gallery -->
<!-- rooms & rates -->
<div class="plans-section" id="rooms">
<div class="container">
<h3 class="title-w3-agileits title-black-wthree">Rooms And Rates</h3>
<div class="priceing-table-main">
<div class="col-md-3 price-grid">
<div class="price-block agile">
<div class="price-gd-top">
<img src="images/r1.jpg" alt=" " class="img-responsive" />
<h4>Deluxe Room</h4>
</div>
<div class="price-gd-bottom">
<div class="price-list">
<ul>
<li><i class="fa fa-star" aria-hidden="true"></i></li>
<li><i class="fa fa-star" aria-hidden="true"></i></li>
<li><i class="fa fa-star" aria-hidden="true"></i></li>
<li><i class="fa fa-star" aria-hidden="true"></i></li>
<li><i class="fa fa-star-o" aria-hidden="true"></i></li>
</ul>
</div>
<div class="price-selet">
<h3><span>LKR</span> 6000</h3>
<a href="admin/availability.php" >Book Now</a>
</div>
</div>
</div>
</div>
<div class="col-md-3 price-grid ">
<div class="price-block agile">
<div class="price-gd-top">
<img src="images/r2.jpg" alt=" " class="img-responsive" />
<h4>Luxury Room</h4>
</div>
<div class="price-gd-bottom">
<div class="price-list">
<ul>
<li><i class="fa fa-star" aria-hidden="true"></i></li>
<li><i class="fa fa-star" aria-hidden="true"></i></li>
<li><i class="fa fa-star" aria-hidden="true"></i></li>
<li><i class="fa fa-star" aria-hidden="true"></i></li>
<li><i class="fa fa-star-o" aria-hidden="true"></i></li>
</ul>
</div>
<div class="price-selet">
<h3><span>LKR</span> 8000</h3>
<a href="admin/availability.php" >Book Now</a>
</div>
</div>
</div>
</div>
<div class="col-md-3 price-grid lost">
<div class="price-block agile">
<div class="price-gd-top">
<img src="images/r3.jpg" alt=" " class="img-responsive" />
<h4>Guest House</h4>
</div>
<div class="price-gd-bottom">
<div class="price-list">
<ul>
<li><i class="fa fa-star" aria-hidden="true"></i></li>
<li><i class="fa fa-star" aria-hidden="true"></i></li>
<li><i class="fa fa-star" aria-hidden="true"></i></li>
<li><i class="fa fa-star-o" aria-hidden="true"></i></li>
<li><i class="fa fa-star-o" aria-hidden="true"></i></li>
</ul>
</div>
<div class="price-selet">
<h3><span>LKR</span> 5000</h3>
<a href="admin/availability.php" >Book Now</a>
</div>
</div>
</div>
</div>
<div class="col-md-3 price-grid wthree lost">
<div class="price-block agile">
<div class="price-gd-top ">
<img src="images/r4.jpg" alt=" " class="img-responsive" />
<h4>Single Room</h4>
</div>
<div class="price-gd-bottom">
<div class="price-list">
<ul>
<li><i class="fa fa-star" aria-hidden="true"></i></li>
<li><i class="fa fa-star" aria-hidden="true"></i></li>
<li><i class="fa fa-star-o" aria-hidden="true"></i></li>
<li><i class="fa fa-star-o" aria-hidden="true"></i></li>
<li><i class="fa fa-star-o" aria-hidden="true"></i></li>
</ul>
</div>
<div class="price-selet">
<h3><span>LKR</span> 3000</h3>
<a href="admin/availability.php" >Book Now</a>
</div>
</div>
</div>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<!--// rooms & rates -->
<!-- visitors -->
<div class="w3l-visitors-agile" >
<div class="container">
<h3 class="title-w3-agileits title-black-wthree">What other visitors experienced</h3>
</div>
<div class="w3layouts_work_grids">
<section class="slider">
<div class="flexslider">
<ul class="slides">
<li>
<div class="w3layouts_work_grid_left">
<img src="images/5.jpg" alt=" " class="img-responsive" />
<div class="w3layouts_work_grid_left_pos">
<img src="images/c1.jpg" alt=" " class="img-responsive" />
</div>
</div>
<div class="w3layouts_work_grid_right">
<h4>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
Wonderful Wedding
</h4>
<p>We had an awesome wedding reception at Grandeeza Ballroom 01 & 02 on 29.12.2017. Thank you all for making my day with a great service. Food was pretty delicious. No one complain at all. </p>
<h5>Suresh Bulathsingha</h5>
</div>
<div class="clearfix"> </div>
</li>
<li>
<div class="w3layouts_work_grid_left">
<img src="images/5.jpg" alt=" " class="img-responsive" />
<div class="w3layouts_work_grid_left_pos">
<img src="images/c2.jpg" alt=" " class="img-responsive" />
</div>
</div>
<div class="w3layouts_work_grid_right">
<h4>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star-o" aria-hidden="true"></i>
Best Service..
</h4>
<p>Thank you "AKNARA" for helping us to make our special day so memorable! We really appreciate your organization and flexibility to take care of our needs during a very busy day. </p>
<h5>Danushka Nawarathna</h5>
</div>
<div class="clearfix"> </div>
</li>
<li>
<div class="w3layouts_work_grid_left">
<img src="images/5.jpg" alt=" " class="img-responsive" />
<div class="w3layouts_work_grid_left_pos">
<img src="images/c3.jpg" alt=" " class="img-responsive" />
</div>
</div>
<div class="w3layouts_work_grid_right">
<h4>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star-o" aria-hidden="true"></i>
Worth to come again
</h4>
<p>Exceptional service from screening security to front desk to house keeping to flow restaurant staff. Keep up the excellent work. House keeping was prompt and pleasant. All the restaurant staff was helpful. While the breakfast spread was generous. Front desk staff was welcoming and informative. Little disappointed that my jbl was not allowed inside due to hotel policies… </p>
<h5>Sadali Fernando</h5>
<p></p>
</div>
<div class="clearfix"> </div>
</li>
<li>
<div class="w3layouts_work_grid_left">
<img src="images/5.jpg" alt=" " class="img-responsive" />
<div class="w3layouts_work_grid_left_pos">
<img src="images/c4.jpg" alt=" " class="img-responsive" />
</div>
</div>
<div class="w3layouts_work_grid_right">
<h4>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star-o" aria-hidden="true"></i>
<i class="fa fa-star-o" aria-hidden="true"></i>
Wonderful!!
</h4>
<p>We had an excellent day at the Ankara Waterfront. Excellent food and service. The staff was very customer-focused. And special thanks to Imaya for going above and beyond to make sure we had a great time." </p>
<h5>Akila Subasinghe</h5>
</div>
<div class="clearfix"> </div>
</li>
</ul>
</div>
</section>
</div>
</div>
<!-- visitors -->
<!-- contact -->
<section class="contact-w3ls" id="contact">
<div class="container">
<div class="col-lg-6 col-md-6 col-sm-6 contact-w3-agile2" data-aos="flip-left">
<div class="contact-agileits">
<h4>Contact Us</h4>
<p class="contact-agile2">Sign Up For Our News Letters</p>
<form method="post" name="sentMessage" id="contactForm" >
<div class="control-group form-group">
<label class="contact-p1">Full Name:</label>
<input type="text" class="form-control" name="name" id="name" required >
<p class="help-block"></p>
</div>
<div class="control-group form-group">
<label class="contact-p1">Phone Number:</label>
<input type="tel" class="form-control" name="phone" id="phone" required >
<p class="help-block"></p>
</div>
<div class="control-group form-group">
<label class="contact-p1">Email Address:</label>
<input type="email" class="form-control" name="email" id="email" required >
<p class="help-block"></p>
</div>
<input type="submit" name="sub" value="Send Now" class="btn btn-primary">
</form>
<?php
if(isset($_POST['sub']))
{
$name =$_POST['name'];
$phone = $_POST['phone'];
$email = $_POST['email'];
$approval = "Not Allowed";
$sql = "INSERT INTO `contact`(`fullname`, `phoneno`, `email`,`cdate`,`approval`) VALUES ('$name','$phone','$email',now(),'$approval')" ;
if(mysqli_query($con,$sql))
echo"OK";
}
?>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6 contact-w3-agile1" data-aos="flip-right">
<h4>Connect With Us</h4>
<p class="contact-agile1"><strong>Phone :</strong>+94 382 246 471</p>
<p class="contact-agile1"><strong>Email :</strong> <a href="mailto:name@example.com">INFO@ankara.COM</a></p>
<p class="contact-agile1"><strong>Address :</strong>No 51/9 Sri Gnanasena Road, Gorakapola, Panadura</p>
<div class="social-bnr-agileits footer-icons-agileinfo">
<ul class="social-icons3">
<li><a href="https://www.facebook.com/Aknara-Water-Front-103129238461145/" class="fa fa-facebook icon-border facebook"> </a></li>
<li><a href="https://www.facebook.com/Aknara-Water-Front-103129238461145/" class="fa fa-twitter icon-border twitter"> </a></li>
<li><a href="https://www.facebook.com/Aknara-Water-Front-103129238461145/" class="fa fa-google-plus icon-border googleplus"> </a></li>
</ul>
</div>
<iframe src="https://www.google.com/maps/place/Bolgoda+Kayak+Club/@6.691572,79.951119,15z/data=!4m12!1m6!3m5!1s0x0:0x8a8419ccb821c00!2sBolgoda+Kayak+Club!8m2!3d6.692846!4d79.947492!3m4!1s0x0:0x8a8419ccb821c00!8m2!3d6.692846!4d79.947492?hl=en"></iframe>
</div>
<div class="clearfix"></div>
</div>
</section>
<!-- /contact -->
<div class="copy">
<p>© 2022 AKNARA . All Rights Reserved | Design by <a href="index.php">GROUP 10</a> </p>
</div>
<!--/footer -->
<!-- js -->
<script type="text/javascript" src="js/jquery-2.1.4.min.js"></script>
<!-- contact form -->
<script src="js/jqBootstrapValidation.js"></script>
<!-- /contact form -->
<!-- Calendar -->
<script src="js/jquery-ui.js"></script>
<script>
$(function() {
$( "#datepicker,#datepicker1,#datepicker2,#datepicker3" ).datepicker();
});
</script>
<!-- //Calendar -->
<!-- gallery popup -->
<link rel="stylesheet" href="css/swipebox.css">
<script src="js/jquery.swipebox.min.js"></script>
<script type="text/javascript">
jQuery(function($) {
$(".swipebox").swipebox();
});
</script>
<!-- //gallery popup -->
<!-- start-smoth-scrolling -->
<script type="text/javascript" src="js/move-top.js"></script>
<script type="text/javascript" src="js/easing.js"></script>
<script type="text/javascript">
jQuery(document).ready(function($) {
$(".scroll").click(function(event){
event.preventDefault();
$('html,body').animate({scrollTop:$(this.hash).offset().top},1000);
});
});
</script>
<!-- start-smoth-scrolling -->
<!-- flexSlider -->
<script defer src="js/jquery.flexslider.js"></script>
<script type="text/javascript">
$(window).load(function(){
$('.flexslider').flexslider({
animation: "slide",
start: function(slider){
$('body').removeClass('loading');
}
});
});
</script>
<!-- //flexSlider -->
<script src="js/responsiveslides.min.js"></script>
<script>
// You can also use "$(window).load(function() {"
$(function () {
// Slideshow 4
$("#slider4").responsiveSlides({
auto: true,
pager:true,
nav:false,
speed: 500,
namespace: "callbacks",
before: function () {
$('.events').append("<li>before event fired.</li>");
},
after: function () {
$('.events').append("<li>after event fired.</li>");
}
});
});
</script>
<!--search-bar-->
<script src="js/main.js"></script>
<!--//search-bar-->
<!--tabs-->
<script src="js/easy-responsive-tabs.js"></script>
<script>
$(document).ready(function () {
$('#horizontalTab').easyResponsiveTabs({
type: 'default', //Types: default, vertical, accordion
width: 'auto', //auto or any width like 600px
fit: true, // 100% fit in a container
closed: 'accordion', // Start closed if in accordion view
activate: function(event) { // Callback function if tab is switched
var $tab = $(this);
var $info = $('#tabInfo');
var $name = $('span', $info);
$name.text($tab.text());
$info.show();
}
});
$('#verticalTab').easyResponsiveTabs({
type: 'vertical',
width: 'auto',
fit: true
});
});
</script>
<!--//tabs-->
<!-- smooth scrolling -->
<script type="text/javascript">
$(document).ready(function() {
/*
var defaults = {
containerID: 'toTop', // fading element id
containerHoverID: 'toTopHover', // fading element hover id
scrollSpeed: 1200,
easingType: 'linear'
};
*/
$().UItoTop({ easingType: 'easeOutQuart' });
});
</script>
<div class="arr-w3ls">
<a href="#home" id="toTop" style="display: block;"> <span id="toTopHover" style="opacity: 1;"> </span></a>
</div>
<!-- //smooth scrolling -->
<script type="text/javascript" src="js/bootstrap-3.1.1.min.js"></script>
</body>
</html>