-
Notifications
You must be signed in to change notification settings - Fork 8
/
banquet-1.php
237 lines (208 loc) · 8.2 KB
/
banquet-1.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
<?php
session_start();
$_SESSION['menu'] = $_POST['menu'];
$_SESSION['no'] = $_POST['b-no'];
if(isset($_SESSION['menu']) && isset($_SESSION['no'])){}
else{
$_SESSION['er'] = 1;
header("location:banquet.php");
}
?>
<!DOCTYPE html>
<html lang="en"><!-- Basic -->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="shortcut icon" href="images/favicon-icon.png" type="image/x-icon">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<!-- Mobile Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Site Metas -->
<title>Yajman Restaurant and Banquet</title>
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="author" content="">
<!-- Site Icons -->
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Site CSS -->
<link rel="stylesheet" href="css/style.css">
<!-- Responsive CSS -->
<link rel="stylesheet" href="css/responsive.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/custom.css">
<link rel="stylesheet" href="css/c-items.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.14.0/css/all.css" integrity="sha384-HzLeBuhoNPvSl5KYnjx0BT+WB0QEEqLprO+NBkkk5gbc67FTaL7XIGa2w1L0Xbgc" crossorigin="anonymous">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Start header -->
<header class="top-navbar">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container">
<a class="navbar-brand" href="index.php">
<img src="images/logo-y.jpg" alt="" />
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbars-rs-food" aria-controls="navbars-rs-food" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbars-rs-food">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link" href="index.php">Home</a></li>
<li class="nav-item"><a class="nav-link" href="takeaway.php">Takeaway</a></li>
<li class="nav-item active"><a class="nav-link" href="banquet.php">Banquet</a></li>
<li class="nav-item"><a class="nav-link" href="contact.html">Contact Us</a></li>
</ul>
</div>
</div>
</nav>
</header>
<!-- End header -->
<div style="padding:70px;">
</div>
<div class="container">
<div class="row">
<div class="col-12">
<div class="content-wrap-1">
<a href="banquet.php"><i class="fa fa-shopping-cart icon1" style="color: #b13476; border: 2px solid #b13476"></i></a>
<a href="banquet-1.php"><i class="fa fa-calendar-alt icon1" style="color: black; border: 2px solid black"></i></a>
<a href="banquet-2.php"><i class="fas fa-user-circle icon1" style="color: black; border: 2px solid black"></i></a>
</div>
</div>
</div>
</div>
<?php
require 'db.php';
$exec = mysqli_query($con,"select * from banquet_plans order by price");
?>
<!-- Products Section -->
<section class="second-sect">
<div class="main-section-categ">
<div class="main-section-container">
<div class="heading-title text-center">
<h1 style="margin-bottom:0px; font-size: 32px; color: #b13476">Banquet Designs & Plans</h1>
<p>Select Banquet Design & Plan as per your needs.</p>
</div>
<div class="products wow fadeInRight">
<?php
while($r = mysqli_fetch_array($exec)){
?>
<div class="item" style="border-radius:10px; border:1px solid #b13476;">
<div class="imgBx">
<img style="max-width: 100%; max-height: 100%;" src="<?php echo $r['img']; ?>" />
</div>
<div class="cntBx">
<div class="item-title" style="color : #b13476;"><?php echo $r['plan_name']; ?></div>
<div class="description">
<p> <?php echo $r['feature_list']; ?> </p>
</div>
<div class="" style=" font-weight: bold">Price : Rs. <?php echo number_format($r['price']); ?></div>
<div class="padding-top:15px">
<a class="btn btn-lg btn-circle btn-outline-new-white" style="font-size:14px; padding:10px; border-radius:8px;" href="banquet-2.php?mbid=<?php echo $r['mbid']; ?>">Book Now</a>
</div>
<div class="" style="padding:20px">
</div>
</div>
</div>
<?php } ?>
</div>
</div>
</div>
</section>
<div style="padding:50px;" >
</div>
<!-- Start Contact info -->
<div class="contact-imfo-box">
<div class="container">
<div class="row">
<div class="col-md-4 arrow-right">
<i class="fa fa-volume-control-phone"></i>
<div class="overflow-hidden">
<h4>Phone</h4>
<p class="lead">
84690 00683,
81281 41047
</p>
</div>
</div>
<div class="col-md-4 arrow-right">
<i class="fa fa-envelope"></i>
<div class="overflow-hidden">
<h4>Email</h4>
<p class="lead">
restaurantyajman@gmail.com
</p>
</div>
</div>
<div class="col-md-4">
<i class="fa fa-map-marker"></i>
<div class="overflow-hidden">
<h4>Location</h4>
<p class="lead">
Yajman Restaurant, Dharm Nagar II, Sabarmati, Ahmedabad.
</p>
</div>
</div>
</div>
</div>
</div>
<!-- End Contact info -->
<!-- Start Footer -->
<footer class="footer-area bg-f">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6">
<h3>Managed By</h3>
<p>
<img src="./images/j-logo.png" height="80px" width="80px" style="border-radius:12px">
<span style="padding:8px">'J The Vision' Group </span>
</p>
<ul style="padding:10px">
<li style="color:white"> Restaurant </li>
<li style="color:white"> Banquet </li>
<li style="color:white"> Marraige Hall Booking </li>
<li style="color:white"> Architect & Home Design </li>
</div>
<div class="col-lg-4 col-md-6">
<h3>Contact information</h3>
<p class="lead">Yajman Restaurant, Dharm Nagar II, Sabarmati, Ahmedabad, Gujarat 380005</p>
<p class="lead"><a href="tel:8469000683">84690 00683,</a> <a href="tel:8128141047">81281 41047</a></p>
<p><a href="mailto:restaurantyajman@gmail.com"> restaurantyajman@gmail.com</a></p>
</div>
<div class="col-lg-4 col-md-6">
<h3>Opening hours</h3>
<p><span class="text-color">Banquet Timing :</span> 8AM to 11PM</p>
<p><span class="text-color">Restaurant (Takeaway) : </span> 10:30AM - 3:30PM, 7PM - 11PM</p>
</div>
</div>
</div>
<div class="copyright">
<div class="container">
<div class="row">
<div class="col-lg-12">
<p class="company-name">Rights Reserved. © 2020 <a href="./index.php"> Yajman Restaurant & Banquet</a> <br>Managed By 'J The Vision' Group<br>Developed By <a href="https://thewebmate.in" target="_blank">Webmate Web Services</a></p>
</div>
</div>
</div>
</div>
</footer>
<!-- End Footer -->
<!-- ALL JS FILES -->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- ALL PLUGINS -->
<script src="js/jquery.superslides.min.js"></script>
<script src="js/images-loded.min.js"></script>
<script src="js/isotope.min.js"></script>
<script src="js/baguetteBox.min.js"></script>
<script src="js/form-validator.min.js"></script>
<script src="js/contact-form-script.js"></script>
<script src="js/custom.js"></script>
</body>
</html>