-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
483 lines (466 loc) · 17.1 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- font awsome link -->
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css">
<!-- google font link -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<!-- css link -->
<link rel="stylesheet" type="text/css" href="css/style.css"
>
<link rel="stylesheet" type="text/css" href="css/responsive.css">
<!-- owl stylesheet -->
<link rel="stylesheet" type="text/css" href="css/owl.carousel.min.css">
<link rel="stylesheet" type="text/css" href="css/owl.theme.default.min.css">
<title>VegeFoods</title>
</head>
<body>
<!-- header section code start -->
<header>
<div class="top-header">
<div class="container">
<span class="first">
<i class="fa fa-phone"></i>
<span>+ 1235 2355 98</span>
</span>
<span class="middle">
<i class="fa fa-paper-plane"></i>
<span>[email protected]</span>
</span>
<span class="last">3-5 BUSINESS DAYS DELIVERY & FREE RETURNS</span>
</div>
</div>
</header>
<!-- header section code end -->
<!-- menu section code start -->
<div class="menu">
<div class="container">
<div class="navbar">
<div class="logo"><a href="">VEGEFOODS</a></div>
<div class="menubar">
<ul>
<li><a href="">Home</a></li>
<li><a href="">Shop</a></li>
<li><a href="">About</a></li>
<li><a href="">Blog</a></li>
<li><a href=""><i class="fa fa-shopping-cart">[0]</i></a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- menu section code end -->
<!-- banner section code start -->
<div class="banner">
<div class="container">
<div class="banner-content">
<h1>WE SERVE FRESH VEGETABLES & FRUITS</h1>
<p>WE DELIVER ORGANIC VEGETABLES & FRUITS</p>
<button>View Details</button>
</div>
</div>
</div>
<!-- banner section code end -->
<!-- feature section code start -->
<div class="feature">
<div class="container">
<div class="f-gallery">
<div class="f-item">
<span class="icon">
<img src="icon/shipped.png">
</span>
<h6>FREE SHIPPING</h6>
<p>ON ORDER OVER $100</p>
</div>
<div class="f-item">
<span class="icon">
<img src="icon/diet.png">
</span>
<h6>ALWAYS FRESH</h6>
<p>PRODUCT WELL PAKAGE</p>
</div>
<div class="f-item">
<span class="icon">
<img src="icon/award.png">
</span>
<h6>SUPERIOR QUALITY</h6>
<p>QUALITY PRODUCT</p>
</div>
<div class="f-item">
<span class="icon">
<img src="icon/service.png">
</span>
<h6>SUPPORT</h6>
<p>24/7 SUPPORT</p>
</div>
</div>
</div>
</div>
<!-- feature section code end -->
<!-- category section start -->
<div class="category">
<div class="container">
<div class="c-gallery">
<div class="c-item">
<div class="c-content">
<img src="img/veg1.png">
<a href="">Fruits</a>
</div>
<div class="c-content">
<img src="img/veg2.png">
<a href="">Vegetables</a>
</div>
</div>
<div class="c-item second">
<h3>Vegetable</h3>
<p>Protect the health of every home</p>
<a href="" class="banner-btn">Shop Now</a>
</div>
<div class="c-item">
<div class="c-content">
<img src="img/veg4.png">
<a href="">Juices</a>
</div>
<div class="c-content">
<img src="img/veg5.png">
<a href="">Dried</a>
</div>
</div>
</div>
</div>
</div>
<!-- category section end -->
<!-- product section code start -->
<div class="products">
<div class="container">
<div class="section-title">
<div>
<h6>Featured Products</h6>
<h2>Our Products</h2>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia</p>
</div>
<div class="p-gallery">
<!-- p-item 01 -->
<div class="p-item">
<img src="img/product 01.png">
<h6><a href="">BELL PEPPER</a></h6>
<div class="price">
<span><del>$120.00</del></span>
<span>$80.00</span>
</div>
<div class="offer">
<span>30%</span>
</div>
<div class="product-meta">
<a href=""><i class="fa fa-bars"></i></a>
<a href=""><i class="fa fa-shopping-cart"></i></a>
<a href=""><i class="fa fa-heart"></i></a>
</div>
</div>
<!-- p-item 02 -->
<div class="p-item">
<img src="img/product 02.png">
<h6><a href="">STRAWBERRY</a></h6>
<div class="product-meta">
<a href=""><i class="fa fa-bars"></i></a>
<a href=""><i class="fa fa-shopping-cart"></i></a>
<a href=""><i class="fa fa-heart"></i></a>
</div>
<div class="price">
<span>$120.00</span>
</div>
</div>
<!-- p-item 03 -->
<div class="p-item">
<img src="img/product 03.png">
<h6><a href="">GREEN BEANS</a></h6>
<div class="product-meta">
<a href=""><i class="fa fa-bars"></i></a>
<a href=""><i class="fa fa-shopping-cart"></i></a>
<a href=""><i class="fa fa-heart"></i></a>
</div>
<div class="price">
<span>$120.00</span>
</div>
</div>
<!-- p-item 04 -->
<div class="p-item">
<img src="img/product 04.png">
<h6><a href="">PURPLE CABAGE</a></h6>
<div class="product-meta">
<a href=""><i class="fa fa-bars"></i></a>
<a href=""><i class="fa fa-shopping-cart"></i></a>
<a href=""><i class="fa fa-heart"></i></a>
</div>
<div class="price">
<span>$120.00</span>
</div>
</div>
<!-- p-item 05 -->
<div class="p-item">
<img src="img/product 05.png">
<h6><a href="">TOMATOE</a></h6>
<div class="offer">
<span>30%</span>
</div>
<div class="product-meta">
<a href=""><i class="fa fa-bars"></i></a>
<a href=""><i class="fa fa-shopping-cart"></i></a>
<a href=""><i class="fa fa-heart"></i></a>
</div>
<div class="price">
<span><del>$120.00</del></span>
<span>$80.00</span>
</div>
</div>
<!-- p-item 06 -->
<div class="p-item">
<img src="img/product 06.png">
<h6><a href="">BROCOLLI</a></h6>
<div class="product-meta">
<a href=""><i class="fa fa-bars"></i></a>
<a href=""><i class="fa fa-shopping-cart"></i></a>
<a href=""><i class="fa fa-heart"></i></a>
</div>
<div class="price">
<span>$120.00</span>
</div>
</div>
<!-- p-item 07 -->
<div class="p-item">
<img src="img/product 07.png">
<h6><a href="">CARROTS</a></h6>
<div class="product-meta">
<a href=""><i class="fa fa-bars"></i></a>
<a href=""><i class="fa fa-shopping-cart"></i></a>
<a href=""><i class="fa fa-heart"></i></a>
</div>
<div class="price">
<span>$120.00</span>
</div>
</div>
<!-- p-item 08 -->
<div class="p-item">
<img src="img/product 08.png">
<h6><a href="">FRUIT JUICE</a></h6>
<div class="product-meta">
<a href=""><i class="fa fa-bars"></i></a>
<a href=""><i class="fa fa-shopping-cart"></i></a>
<a href=""><i class="fa fa-heart"></i></a>
</div>
<div class="price">
<span>$120.00</span>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- product section code end -->
<!-- deal section code start -->
<div class="deal">
<div class="container">
<div class="deal-content">
<div class="deal-left"></div>
<div class="deal-right">
<h5>Best Price For You</h5>
<h2>Deal of the day</h2>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia</p>
<h3>Spinach</h3>
<div class="price">
<span>$10 </span>
<span>now $5 only</span>
</div>
<div class="countdown"></div>
</div>
</div>
</div>
</div>
<!-- deal section code end -->
<!-- testimony section code start -->
<div class="testimony">
<div class="container">
<div class="section-title">
<h6>Testimony</h6>
<h2>Our satisfied customer says</h2>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in</p>
</div>
<div class="owl-carousel owl-theme mt-4">
<div class="item">
<div class="t-item">
<div class="user-img">
<img src="img/user.png">
<i class="fa fa-quote-left"></i>
</div>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
<h4>Garreth Smith</h4>
<h6>System Analyst</h6>
</div>
</div>
<div class="item">
<div class="t-item">
<div class="user-img">
<img src="img/user.png">
<i class="fa fa-quote-left"></i>
</div>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
<h4>Garreth Smith</h4>
<h6>System Analyst</h6>
</div>
</div>
<div class="item">
<div class="t-item">
<div class="user-img">
<img src="img/user.png">
<i class="fa fa-quote-left"></i>
</div>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
<h4>Garreth Smith</h4>
<h6>System Analyst</h6>
</div>
</div>
<div class="item">
<div class="t-item">
<div class="user-img">
<img src="img/user.png">
<i class="fa fa-quote-left"></i>
</div>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
<h4>Garreth Smith</h4>
<h6>System Analyst</h6>
</div>
</div>
<div class="item">
<div class="t-item">
<div class="user-img">
<img src="img/user.png">
<i class="fa fa-quote-left"></i>
</div>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
<h4>Garreth Smith</h4>
<h6>System Analyst</h6>
</div>
</div>
<div class="item">
<div class="t-item">
<div class="user-img">
<img src="img/user.png">
<i class="fa fa-quote-left"></i>
</div>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
<h4>Garreth Smith</h4>
<h6>System Analyst</h6>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- testimony section code end -->
<!-- link section code start -->
<div class="link">
<div class="container">
<div class="link-img">
<img src="img/microsoft.png">
<img src="img/android.png">
<img src="img/java.png">
<img src="img/google.png">
<img src="img/adobe.png">
</div>
</div>
</div>
<!-- link section code end -->
<!-- subscribe section code start -->
<div class="subscribe">
<div class="container">
<div class="s-content">
<div class="s-text">
<h2>Subcribe to our Newsletter</h2>
<p>Get e-mail updates about our latest shops and special offers</p>
</div>
<div class="s-box">
<input type="email" name="" placeholder="Enter email address" class="email">
<input type="submit" name="" value="subscribe" class="submit">
</div>
</div>
</div>
</div>
<!-- subscribe section code end -->
<!-- footer section code start -->
<div class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-1">
<h6>Vegefoods</h6>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia.</p>
<div class="footer-icon">
<a href="https://twitter.com/"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/"><i class="fa fa-facebook"></i></a>
<a href="https://www.instagram.com/"><i class="fa fa-instagram"></i></a>
</div>
</div>
<div class="footer-2">
<h6>Menu</h6>
<ul class="f-menu">
<li><a href="">Shops</a></li>
<li><a href="">About</a></li>
<li><a href="">Journal</a></li>
<li><a href="">Contact Us</a></li>
</ul>
</div>
<div class="footer-3">
<h6>Help</h6>
<ul class="f-menu">
<li><a href="">Shipping Information</a></li>
<li><a href="">Returns & Exchange</a></li>
<li><a href="">Terms & Conditions</a></li>
<li><a href="">Privacy Policy</a></li>
</ul>
</div>
<div class="footer-4">
<h6>Have a Questions?</h6>
<p class="d-flex">
<span><i class="fa fa-map-marker"></i></span>
<span>203 Fake St. Mountain View, San Francisco, California, USA</span>
</p>
<p>
<i class="fa fa-phone"></i>
+2 392 3929 210
</p>
<p>
<i class="fa fa-envelope"></i>
</p>
</div>
</div>
<div></div>
</div>
</div>
<!-- footer section code end -->
<!-- owl js -->
<script src="js/jquery.min.js"></script>
<script src="js/owl.carousel.js"></script>
<script>
$('.owl-carousel').owlCarousel({
loop:true,
margin:10,
nav:true,
responsive:{
0:{
items:1
},
780:{
items:1
},
1000:{
items:3
}
}
})
</script>
</body>
</html>