-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.php
267 lines (233 loc) · 12.7 KB
/
home.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Event Essentials</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="Free HTML Templates" name="keywords">
<meta content="Free HTML Templates" name="description">
<!-- Favicon -->
<link href="img/favicon.ico" rel="icon">
<!-- Google Web Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<!-- Libraries Stylesheet -->
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css">
<!-- Customized Bootstrap Stylesheet -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<section class="">
<?php
include 'includes/header.php';
?>
</section>
<body>
<!-- Carousel Start -->
<div class="container-fluid mb-3">
<div class="row px-xl-5">
<div class="col-lg-8">
<div id="header-carousel" class="carousel slide carousel-fade mb-30 mb-lg-0" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#header-carousel" data-slide-to="0" class="active"></li>
<li data-target="#header-carousel" data-slide-to="1"></li>
<li data-target="#header-carousel" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item position-relative active" style="height: 430px;">
<img class="position-absolute w-100 h-100" src="images/giorgio-trovato-e75PYAhhZRY-unsplash.jpg" style="object-fit: cover;">
<div class="carousel-caption d-flex flex-column align-items-center justify-content-center">
<div class="p-3" style="max-width: 700px;">
<h1 class="display-4 text-white mb-3 animate__animated animate__fadeInDown">Night Events</h1>
<p class="mx-md-5 px-5 animate__animated animate__bounceIn">Light up your Events and Enjoy</p>
<a class="btn btn-outline-light py-2 px-4 mt-3 animate__animated animate__fadeInUp" href="allcategory.php">Book Now</a>
</div>
</div>
</div>
<div class="carousel-item position-relative" style="height: 430px;">
<img class="position-absolute w-100 h-100" src="images/wedding.jpg" style="object-fit: cover;">
<div class="carousel-caption d-flex flex-column align-items-center justify-content-center">
<div class="p-3" style="max-width: 700px;">
<h1 class="display-4 text-white mb-3 animate__animated animate__fadeInDown">WEDDINGS</h1>
<p class="mx-md-5 px-5 animate__animated animate__bounceIn"> Make Weddings Memorable</p>
<a class="btn btn-outline-light py-2 px-4 mt-3 animate__animated animate__fadeInUp" href="allcategory.php">Book Now</a>
</div>
</div>
</div>
<div class="carousel-item position-relative" style="height: 430px;">
<img class="position-absolute w-100 h-100" src="images/baby.jpg" style="object-fit: cover;">
<div class="carousel-caption d-flex flex-column align-items-center justify-content-center">
<div class="p-3" style="max-width: 700px;">
<h1 class="display-4 text-white mb-3 animate__animated animate__fadeInDown">Baby Shower</h1>
<p class="mx-md-5 px-5 animate__animated animate__bounceIn">Make your Baby Shower Bright</p>
<a class="btn btn-outline-light py-2 px-4 mt-3 animate__animated animate__fadeInUp" href="allcategory.php">Book Now</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="product-offer mb-30" style="height: 200px;">
<img class="img-fluid" src="images/pablo-lancaster-jones-j9blCRSZ_Q4-unsplash.jpg" alt="">
<div class="offer-text">
<h6 class="text-white text-uppercase"></h6>
<h3 class="text-white mb-3">Special Offers</h3>
<a href="allcategory.php" class="btn btn-primary">Book Now</a>
</div>
</div>
<div class="product-offer mb-30" style="height: 200px;">
<img class="img-fluid" src="images/toa-heftiba-TVQFl9R-MLQ-unsplash.jpg" alt="">
<div class="offer-text">
<h6 class="text-white text-uppercase">Free Delivery</h6>
<h3 class="text-white mb-3">Special Offers</h3>
<a href="allcategory.php" class="btn btn-primary">Book Now</a>
</div>
</div>
</div>
</div>
</div>
<!-- Carousel End -->
<!-- Featured Start -->
<div class="container-fluid pt-5">
<div class="row px-xl-5 pb-3">
<div class="col-lg-3 col-md-6 col-sm-12 pb-1">
<div class="d-flex align-items-center bg-light mb-4" style="padding: 30px;">
<h1 class="fa fa-check text-primary m-0 mr-3"></h1>
<h5 class="font-weight-semi-bold m-0">Quality Product</h5>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-12 pb-1">
<div class="d-flex align-items-center bg-light mb-4" style="padding: 30px;">
<h1 class="fa fa-shipping-fast text-primary m-0 mr-2"></h1>
<h5 class="font-weight-semi-bold m-0">Free Shipping</h5>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-12 pb-1">
<div class="d-flex align-items-center bg-light mb-4" style="padding: 30px;">
<h1 class="fas fa-exchange-alt text-primary m-0 mr-3"></h1>
<h5 class="font-weight-semi-bold m-0"> Sent Feedback</h5>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-12 pb-1">
<div class="d-flex align-items-center bg-light mb-4" style="padding: 30px;">
<h1 class="fa fa-phone-volume text-primary m-0 mr-3"></h1>
<h5 class="font-weight-semi-bold m-0">24/7 Support</h5>
</div>
</div>
</div>
</div>
<!-- Featured End -->
<!-- Categories Start -->
<div class="container-fluid pt-5">
<h2 class="section-title position-relative text-uppercase mx-xl-5 mb-4"><span class="bg-secondary pr-3">Categories</span></h2>
<div class="row px-xl-5 pb-3">
<?php
include 'includes/config.php';
$select = "SELECT * FROM categorytb";
$result = $conn->query($select);
while($row = $result->fetch_assoc()){
?>
<div class="col-lg-3 col-md-4 col-sm-6 pb-1">
<a class="text-decoration-none" href="shop.php?id=<?php echo $row['cat_id'] ?>">
<div class="cat-item d-flex align-items-center mb-4">
<div class="overflow-hidden" style="width: 100px; height: 100px;">
<img class="img-fluid" src="cat_images/<?php echo $row['image']; ?>">
</div>
<div class="flex-fill pl-3">
<h6><?php echo $row['cat_name'];?></h6>
</div>
</div>
</a>
</div>
<?php
}
?>
</div>
</div>
<!-- Categories End -->
<!-- Products Start -->
<div class="container-fluid pt-5 pb-3">
<h2 class="section-title position-relative text-uppercase mx-xl-5 mb-4"><span class="bg-secondary pr-3">Featured Products</span></h2>
<div class="row px-xl-5">
<?php
$select = "SELECT * FROM itemtb ORDER BY RAND() LIMIT 12";
$result = $conn->query($select);
while($row = $result->fetch_assoc()){
?>
<div class="col-lg-3 col-md-4 col-sm-6 pb-1">
<div class="product-item bg-light mb-4">
<div class="product-img position-relative overflow-hidden">
<img class="img-fluid w-100" src="pro_images/<?php echo $row['prod_image']; ?>" style="height: 250px ;">
<div class="product-action">
<a class="btn btn"><?php echo $row['pro_desc'];?></a>
</div>
</div>
<div class="text-center py-4">
<a class="h6 text-decoration-none text-truncate" href=""><?php echo $row['name'];?></a>
<div class="d-flex align-items-center justify-content-center mt-2">
<h5>RS:<?php echo $row['prod_price'];?>/day</h5>
</div>
<div class="d-flex align-items-center justify-content-center mt-2" >
<a class="btn btn-outline-dark btn-square" href="insertcart.php?id=<?php echo $row['product_id']; ?>"><i class="fa fa-shopping-cart"></i></a>
<a class="btn btn-outline-dark btn-square" href="addtofav.php?id=<?php echo $row['product_id']; ?>"><i class="far fa-heart"></i></a>
</div>
</div>
</div>
</div>
<?php
}
?>
</div>
</div>
<!-- Products End -->
<!-- Offer Start -->
<div class="container-fluid pt-5 pb-3">
<div class="row px-xl-5">
<div class="col-md-6">
<div class="product-offer mb-30" style="height: 300px;">
<img class="img-fluid" src="images/photos-by-lanty-yMY1QE5wpyA-unsplash.jpg" alt="">
<div class="offer-text">
<h6 class="text-white text-uppercase">24/7</h6>
<h3 class="text-white mb-3">Customer Care</h3>
<a href="allcategory.php" class="btn btn-primary">Book Now</a>
</div>
</div>
</div>
<div class="col-md-6">
<div class="product-offer mb-30" style="height: 300px;">
<img class="img-fluid" src="images/wedding.jpg" alt="">
<div class="offer-text">
<h6 class="text-white text-uppercase"></h6>
<h3 class="text-white mb-3">Special Offer</h3>
<a href="allcategory.php" class="btn btn-primary">Book Now</a>
</div>
</div>
</div>
</div>
</div>
<!-- Offer End -->
<section class="">
<?php
include 'includes/footer.php';
?>
</section>
<!-- Footer End -->
<!-- Back to Top -->
<a href="#" class="btn btn-primary back-to-top"><i class="fa fa-angle-double-up"></i></a>
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<!-- Contact Javascript File -->
<script src="mail/jqBootstrapValidation.min.js"></script>
<script src="mail/contact.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
</body>
</html>