-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.php
267 lines (241 loc) · 13.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
<?php
include_once 'php/sessions.php';
include_once 'php/home.php';
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- The above 4 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!-- Title -->
<title>Dee Store | Home</title>
<!-- Favicon -->
<link rel="icon" href="img/core-img/favicon.png">
<!-- Core Style CSS -->
<link rel="stylesheet" href="css/core-style.css">
<link rel="stylesheet" href="css/style.css">
<!-- Responsive CSS -->
<link href="css/responsive.css" rel="stylesheet">
<link rel="stylesheet" href="bot/css/chat.css">
</head>
<body>
<?php include_once 'php/header.php'; ?>
<!-- ****** Welcome Slides Area Start ****** -->
<section class="welcome_area">
<div class="welcome_slides owl-carousel">
<!-- Single Slide Start -->
<div class="single_slide height-800 bg-img background-overlay" style="background-image: url(img/bg-img/bg-1.jpg);">
<div class="container h-100">
<div class="row h-100 align-items-center">
<div class="col-12">
<div class="welcome_slide_text">
<h6 data-animation="bounceInDown" data-delay="0" data-duration="500ms">* Free shipping for a limited period</h6>
<h2 data-animation="fadeInUp" data-delay="500ms" data-duration="500ms">Fashion Trends</h2>
<a href="shop.php?pg=1&cat=2" class="btn karl-btn" data-animation="fadeInUp" data-delay="1s" data-duration="500ms">Shop Now</a>
</div>
</div>
</div>
</div>
</div>
<!-- Single Slide Start -->
<div class="single_slide height-800 bg-img background-overlay" style="background-image: url(img/bg-img/bg-4.jpg);">
<div class="container h-100">
<div class="row h-100 align-items-center">
<div class="col-12">
<div class="welcome_slide_text">
<h6 data-animation="fadeInDown" data-delay="0" data-duration="500ms">* Free shipping for a limited period</h6>
<h2 data-animation="fadeInUp" data-delay="500ms" data-duration="500ms">Summer Collection</h2>
<a href="shop.php?pg=1&cat=5" class="btn karl-btn" data-animation="fadeInLeftBig" data-delay="1s" data-duration="500ms">Check Collection</a>
</div>
</div>
</div>
</div>
</div>
<!-- Single Slide Start -->
<div class="single_slide height-800 bg-img background-overlay" style="background-image: url(img/bg-img/bg-6.jpg);">
<div class="container h-100">
<div class="row h-100 align-items-center">
<div class="col-12">
<div class="welcome_slide_text">
<h6 data-animation="fadeInDown" data-delay="0" data-duration="500ms">* Free shipping for a limited period</h6>
<h2 data-animation="fadeInUp" data-delay="500ms" data-duration="500ms">Autumn Collection</h2>
<a href="shop.php?pg=1&cat=7" class="btn karl-btn" data-animation="fadeInLeftBig" data-delay="1s" data-duration="500ms">Check Collection</a>
</div>
</div>
</div>
</div>
</div>
<!-- Single Slide Start -->
<div class="single_slide height-800 bg-img background-overlay" style="background-image: url(img/bg-img/bg-2.jpg);">
<div class="container h-100">
<div class="row h-100 align-items-center">
<div class="col-12">
<div class="welcome_slide_text">
<h6 data-animation="fadeInDown" data-delay="0" data-duration="500ms">* Free shipping for a limited period</h6>
<h2 data-animation="bounceInDown" data-delay="500ms" data-duration="500ms">Women Fashion</h2>
<a href="shop.php?pg=1&cat=1" class="btn karl-btn" data-animation="fadeInRightBig" data-delay="1s" data-duration="500ms">Check Collection</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ****** Welcome Slides Area End ****** -->
<!-- ****** Top Catagory Area Start ****** -->
<section class="top_catagory_area d-md-flex clearfix">
<!-- Single Catagory -->
<div class="single_catagory_area d-flex align-items-center bg-img" style="background-image: url(img/bg-img/bg-2.jpg);">
<div class="catagory-content">
<h6>On Accesories</h6>
<h2>Sale 30%</h2>
<a href="shop.php?pg=1&cat=6" class="btn karl-btn">SHOP NOW</a>
</div>
</div>
<!-- Single Catagory -->
<div class="single_catagory_area d-flex align-items-center bg-img" style="background-image: url(img/bg-img/bg-3.jpg);">
<div class="catagory-content">
<h6>in Bags excepting the new collection</h6>
<h2>Designer bags</h2>
<a href="shop.php?pg=1&cat=4" class="btn karl-btn">SHOP NOW</a>
</div>
</div>
</section>
<!-- ****** Top Catagory Area End ****** -->
<!-- ****** New Arrivals Area Start ****** -->
<section class="new_arrivals_area section_padding_100_0 clearfix">
<div class="container">
<div class="row">
<div class="col-12">
<div class="section_heading text-center">
<h2>New Arrivals</h2><br>
</div>
</div>
</div>
</div>
<div class="karl-projects-menu mb-100">
<div class="text-center portfolio-menu">
<button class="btn active" data-filter="*">ALL</button>
<button class="btn" data-filter=".cat1">WOMEN</button>
<button class="btn" data-filter=".cat2">MEN</button>
<button class="btn" data-filter=".cat3">WATCHES</button>
<button class="btn" data-filter=".cat4">BAGS & PURSES</button>
<button class="btn" data-filter=".cat5">SHOES</button>
<button class="btn" data-filter=".cat6">ACCESSORIES</button>
<button class="btn" data-filter=".cat7">OTHER</button>
</div>
</div>
<div class="container">
<div class="row karl-new-arrivals">
<?php
for($x=0; $x<count($home_products); $x++){
?>
<!-- Single gallery Item Start -->
<div class="col-12 col-sm-6 col-md-4 single_gallery_item <?php echo $home_products[$x][0];?> wow fadeInUpBig" data-wow-delay="<?php echo '0.'.($x%3).'s';?>">
<!-- Product Image -->
<div class="product-img">
<img src="<?php echo "img/product-img/".$home_products[$x][1];?>" alt="">
<div class="product-quicview">
<a href="product.php?id=<?php echo $home_products[$x][2];?>"><i class="ti-plus"></i></a>
</div>
</div>
<!-- Product Description -->
<div class="product-description">
<h4 class="product-price">LKR <?php echo $home_products[$x][3];?></h4>
<p><?php echo $home_products[$x][4];?></p>
<!-- Add to Cart -->
<a href="#" class="add-to-cart-btn" onclick="add_to_cart('<?php echo $home_products[$x][1]; ?>', '<?php echo $home_products[$x][4]; ?>', 1, '<?php echo $home_products[$x][3]; ?>', '<?php echo $home_products[$x][2];?>');">ADD TO CART</a>
</div>
</div>
<?php
}
?>
</div>
</div>
</section>
<!-- ****** New Arrivals Area End ****** -->
<!-- ****** Offer Area Start ****** -->
<section class="offer_area height-700 section_padding_100 bg-img" style="background-image: url(img/bg-img/bg-5.jpg);">
<div class="container h-100">
<div class="row h-100 align-items-end justify-content-end">
<div class="col-12 col-md-8 col-lg-6">
<div class="offer-content-area wow fadeInUp" data-wow-delay="1s">
<h2>Men & Women Trend Wears <span class="karl-level">Hot</span></h2>
<p>* Free shipping until 25 Dec 2021</p>
<div class="offer-product-price">
<h3><span class="regular-price">$25.90</span> $15.90</h3>
</div>
<a href="shop.php?pg=1&cat=3" class="btn karl-btn mt-30">Shop Now</a>
</div>
</div>
</div>
</div>
</section>
<!-- ****** Offer Area End ****** -->
<!-- ****** Popular Brands Area Start ****** -->
<section class="karl-testimonials-area section_padding_100">
<div class="container">
<div class="row">
<div class="col-12">
<div class="section_heading text-center">
<h2>Testimonials</h2>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-12 col-md-8">
<div class="karl-testimonials-slides owl-carousel">
<!-- Single Testimonial Area -->
<div class="single-testimonial-area text-center">
<span class="quote">"</span>
<h6>I love the products that I ordered from this store. It has a amazing women dress collection and I'm addict to your store!</h6>
<div class="testimonial-info d-flex align-items-center justify-content-center">
<div class="tes-thumbnail">
<img src="img/bg-img/test01.jpeg" alt="">
</div>
<div class="testi-data">
<p>Thavi Fernando</p>
<span>Client, Sri Lanka</span>
</div>
</div>
</div>
<!-- Single Testimonial Area -->
<div class="single-testimonial-area text-center">
<span class="quote">"</span>
<h6>I completely love this site.And it has the most efficient and elegant designs with many new fashion styles .Completely love this website!</h6>
<div class="testimonial-info d-flex align-items-center justify-content-center">
<div class="tes-thumbnail">
<img src="img/bg-img/test03.jpeg" alt="">
</div>
<div class="testi-data">
<p>Swetha Melly</p>
<span>Client, Sri Lanka</span>
</div>
</div>
</div>
<!-- Single Testimonial Area -->
<div class="single-testimonial-area text-center">
<span class="quote">"</span>
<h6>I can't even express how excited I was when I saw this product it hase really good product and highly recomanded your store and your customer care is really good. Thank You!</h6>
<div class="testimonial-info d-flex align-items-center justify-content-center">
<div class="tes-thumbnail">
<img src="img/bg-img/test02.jpg" alt="">
</div>
<div class="testi-data">
<p>Ginny Silva</p>
<span>Client, Sri Lanka</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ****** Popular Brands Area End ****** -->
<?php
include_once 'php/footer.php';
?>