-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimperial.php
152 lines (130 loc) · 6.42 KB
/
imperial.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
<?php
include 'scss/classes.php';
$getHallVal->execute(array("1"));
$getHall = $getHallVal->fetch(PDO::FETCH_ASSOC);
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- TITLE -->
<title>Imperial | The Lekki Coliseum</title>
<?php include 'scss/headtags.php'; ?>
</head>
<!--[if IE 7]> <body class="ie7 lt-ie8 lt-ie9 lt-ie10"> <![endif]-->
<!--[if IE 8]> <body class="ie8 lt-ie9 lt-ie10"> <![endif]-->
<!--[if IE 9]> <body class="ie9 lt-ie10"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <body> <!--<![endif]-->
<!-- PRELOADER -->
<div id="preloader">
<span class="preloader-dot"></span>
</div>
<!-- END / PRELOADER -->
<!-- PAGE WRAP -->
<div id="page-wrap">
<!-- HEADER -->
<?php include 'scss/header.php'; ?>
<!-- END / HEADER -->
<!-- SUB BANNER -->
<section class="section-sub-banner bg-9">
<div class="awe-overlay"></div>
<div class="sub-banner">
<div class="container">
<div class="text text-center">
<h2>Imperial {Events Arcade}</h2>
<!-- <p>Everything to make you feel at home in one place.</p> -->
</div>
</div>
</div>
</section>
<!-- END / SUB BANNER -->
<!-- ABOUT -->
<section class="section-about">
<div class="container">
<div class="about">
<!-- ITEM -->
<div class="about-item about-left">
<div class="img">
<img src="images/imperial/gallery (1).jpg" alt="">
</div>
<div class="text" style="margin-top:20px">
<h2 class="heading">IMPERIAL</h2>
<div class="desc" style="padding:0px">
<p align="left"> With a sitting capacity of 1500 {Banquet style} and 2000 {theatre setting}. An upper floor gallery that comfortably sits 300. Elevated stage with non-reflective movie screen and e-projector, hi-fi stereo loudspeakers with factory fitted all surround sound effect and high sensory lights. This distinct venue boasts of 500 cars parking facility including 6 executive parking and facility to park the host right inside the hall. The ambience of the imperial is the perfect venue for receptions, art exhibition, fashion shows, concerts etc. An Avant Garde experience in event staging. Facilities to host all events are standard. </p>
<p align="left">
<strong>CAPACITY: </strong> <?php echo $getHall['hallCapacity']; ?>
</p>
<p align="left">
<strong>PRICE: </strong> N<?php echo number_format($getHall['hallPrice'],0); ?>
</p>
<p align="left">
<a href="hall-reservation.php?id=<?php echo $getHall['hallID']; ?>" class="awe-btn awe-btn-default">MAKE RESERVATION</a>
</p>
</div>
</div>
</div>
<!-- END / ITEM -->
</div>
</div>
</section>
<!-- END / ABOUT -->
<section class="section-about">
<div class="container">
<div class="row">
<div class="gallery col-sm-4">
<a target="_blank" href="images/imperial/gallery (1).jpg">
<img src="images/imperial/gallery (1).jpg" width="600" height="400">
</a>
</div>
<div class="gallery col-sm-4">
<a target="_blank" href="images/imperial/gallery (2).jpg">
<img src="images/imperial/gallery (2).jpg" width="600" height="400">
</a>
</div>
<div class="gallery col-sm-4">
<a target="_blank" href="images/imperial/gallery (3).jpg">
<img src="images/imperial/gallery (3).jpg" width="600" height="400">
</a>
</div>
<div class="gallery col-sm-4">
<a target="_blank" href="images/imperial/gallery (4).jpg">
<img src="images/imperial/gallery (4).jpg" width="600" height="400">
</a>
</div>
<div class="gallery col-sm-4">
<a target="_blank" href="images/imperial/gallery (5).jpg">
<img src="images/imperial/gallery (5).jpg" width="600" height="400">
</a>
</div>
<div class="gallery col-sm-4">
<a target="_blank" href="images/imperial/gallery (6).jpg">
<img src="images/imperial/gallery (6).jpg" width="600" height="400">
</a>
</div>
</div>
</div>
</section>
<!-- FOOTER -->
<?php include 'scss/footer.php'; ?>
<!-- END / FOOTER -->
</div>
<!-- END / PAGE WRAP -->
<!-- LOAD JQUERY -->
<script type="text/javascript" src="js/lib/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="js/lib/jquery-ui.min.js"></script>
<script type="text/javascript" src="js/lib/bootstrap.min.js"></script>
<script type="text/javascript" src="js/lib/bootstrap-select.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&signed_in=true"></script>
<script type="text/javascript" src="js/lib/isotope.pkgd.min.js"></script>
<script type="text/javascript" src="js/lib/jquery.themepunch.revolution.min.js"></script>
<script type="text/javascript" src="js/lib/jquery.themepunch.tools.min.js"></script>
<script type="text/javascript" src="js/lib/owl.carousel.js"></script>
<script type="text/javascript" src="js/lib/jquery.appear.min.js"></script>
<script type="text/javascript" src="js/lib/jquery.countTo.js"></script>
<script type="text/javascript" src="js/lib/jquery.countdown.min.js"></script>
<script type="text/javascript" src="js/lib/jquery.parallax-1.1.3.js"></script>
<script type="text/javascript" src="js/lib/jquery.magnific-popup.min.js"></script>
<script type="text/javascript" src="js/lib/SmoothScroll.js"></script>
<script type="text/javascript" src="js/scripts.js"></script>
</body>
</html>