-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
578 lines (439 loc) · 21 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
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Veggie Super Market</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" integrity="sha512-tS3S5qG0BlhnQROyJXvNjeEM4UpMXHrQfTGmbQ1gKmelCxlSEBUaxhRBj/EFTzpbP4RVSrpEikbmdJobCvhE3g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css" integrity="sha512-sMXtMNL1zRzolHYKEujM2AqCLUR9F2C4/05cdbxjjLSRvMQIciEPCQZo++nk7go3BtSuK9kfa/s+a4f4i5pLkw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="./css/styleRes.css">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<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=Berkshire+Swash&family=Fredoka+One&family=Roboto:ital,wght@0,300;0,700;1,100&family=Rubik:wght@300&display=swap" rel="stylesheet">
</head>
<body>
<div id="main">
<!-- upper section -->
<div id="upp">
<!-- nav bar section -->
<nav>
<img src="./images/home/header-v3-logo.png" alt="logo" class="log">
<div class="menuicon">
<div class="cart">
<i class="fa fas fas fa-shopping-bag"></i>
</div>
<ul>
<a href="">
<li> <i class="fa fab fa-facebook"></i> </li>
</a>
<a href="">
<li> <i class="fa fab fab fa-instagram"></i> </li>
</a>
<a href="">
<li> <i class="fa fab fab fa-whatsapp"></i> </li>
</a>
<a href="">
<li> <i class="fa fab fab fa-twitter"></i> </li>
</a>
</ul>
<div class="menufabar" id="menubutton">
<i class="fa fab fab fas fa-bars"></i>
</div>
</dvi>
</nav>
<div id="menu">
<ul>
<a href="#header">
<li>home</li>
</a>
<a href="#about">
<li>about</li>
</a>
<a href="#contus">
<li>contact us</li>
</a>
</ul>
</div>
</div>
<!-- down section -->
<div id="down">
<!-- header section -->
<div id="header">
<div class="container">
<div class="card" data-aos="slide-up" data-aos-offset="150" data-aos-delay="100" data-aos-duration="1000">
<div class="icon">
<img src="./images/home/icon_01-min.png" alt="icon1">
</div>
<h1 class="heading">
fresh
<br>
vegetables
</h1>
<p class="slow">
Fresh vegetables from organic
<br>
farms all over world
</p>
<div class="fruitimg">
<img src="./images/home/plum-min.png" alt="fuit1">
</div>
</div>
<div class="card" data-aos="slide-up" data-aos-offset="150" data-aos-delay="200" data-aos-duration="1600">
<div class="icon">
<img src="./images/home/icon_03-min.png" alt="icon2">
</div>
<h1 class="heading">
organic
<br>
farming
</h1>
<p class="slow">
Fresh vegetables from organic
<br>
farms all over th world
</p>
<div class="fruitimg">
<img src="./images/home/potato-min.png" alt="fuit2" class="img2">
</div>
</div>
<div class="card" data-aos="slide-up" data-aos-offset="150" data-aos-delay="300" data-aos-duration="1700">
<div class="icon">
<img src="./images/home/icon_02-min.png" alt="icon3">
</div>
<h1 class="heading3">
fresh
<br>
organic
<br>
fruits
</h1>
<p class="slow1">
Fresh vegetables from organic
<br>
farms all over the world
</p>
<div class="fruitimg3">
<img src="./images/home/cabbage-min.png" alt="fuit3">
</div>
</div>
</div>
</div>
<!-- about section -->
<div id="about">
<div class="innrabout">
<div class="upperdiv" data-aos="fade-down" data-aos-offset="150" data-aos-delay="100" data-aos-duration="1600">
<p>since 1992</p>
<h1>why veggie <br> super market</h1>
</div>
<div class="downdiv">
<p>
Veggie supper market is a social aggregator and online organic retailer that aims at
offering the largest collection of everything that's organic to the consumer. Veggie supper
market helps organizations, big and small, specifically from the organic, natural and bio
products industry to reach out to the ever increasing online, aware, health conscious
consumers through our dedicated marketplace for India. We are here to make a difference to
not only our generations, but also to the generations to come.
</p>
</div>
<p class="aboutlasttline">know more <a href="" class="linka">About us</a></p>
</div>
<div class="abutimg" data-aos="fade-down" data-aos-offset="0" data-aos-delay="500" data-aos-duration="1600">
<img src="./images/home/bag-in-hand-1.png" alt="aboutimg">
</div>
</div>
<!-- sign in and sign up section -->
<div id="signinsec">
<div class="secupper">
<img src="./images/home/organic-1.jpg" alt="" data-aos="flip-right" data-aos-offset="150" data-aos-delay="500" data-aos-duration="1600">
</div>
<div class="secdown">
<div class="downsup" data-aos="flip-down" data-aos-offset="150" data-aos-delay="100" data-aos-duration="1600">
<p>Veggie Super Market brings</p>
<h1>World Class <br> Quality Products</h1>
<p class="downup2p">@ your door step</p>
</div>
<div class="downsdow">
<button data-aos="flip-down" data-aos-offset="150" data-aos-delay="100" data-aos-duration="1600">sign up</button>
<button data-aos="flip-down" data-aos-offset="150" data-aos-delay="100" data-aos-duration="1600">sign in</button>
</div>
</div>
</div>
<!-- product section -->
<div id="productsec">
<div class="prodinner">
<p>Come and explore our</p>
<h1>
Super Market
</h1>
</div>
<div class="proddown">
<div class="card prdcard" data-aos="fade-up" data-aos-offset="250" data-aos-delay="100" data-aos-duration="1600">
<h1 class="heading prodhading">
fresh parsley
</h1>
<p class="slow slowprod">
From Organic Farms
</p>
<div class="fruitimg prodimg">
<img src="./images/home/cabbage-min.png" alt="fuit3">
</div>
<div class="prod">
<h2>
500gm /<span> $ 12.00 </span>
</h2>
<p>
inclusive of all taxes
</p>
</div>
<div class="prodbtn">
<button class="proddbtn1">ADD TO CART</button>
</div>
</div>
<div class="card prdcard" data-aos="fade-up" data-aos-offset="250" data-aos-delay="100" data-aos-duration="1600">
<h1 class="heading prodhading">
fresh plum
</h1>
<p class="slow slowprod">
From Organic Farms
</p>
<div class="fruitimg prodimg">
<img src="./images/home/plum-min.png" alt="fuit1">
</div>
<div class="prod">
<h2>
500gm /<span> $5.00 </span>
</h2>
<p>
inclusive of all taxes
</p>
</div>
<div class="prodbtn">
<button>ADD TO CART</button>
</div>
</div>
<div class="card prdcard" data-aos="fade-up" data-aos-offset="250" data-aos-delay="100" data-aos-duration="1600">
<h1 class="heading prodhading">
fresh parsley
</h1>
<p class="slow slowprod">
From Organic Farms
</p>
<div class="fruitimg prodimg">
<img src="./images/home/cabbage-min.png" alt="fuit3">
</div>
<div class="prod">
<h2>
500gm /<span> $ 12.00 </span>
</h2>
<p>
inclusive of all taxes
</p>
</div>
<div class="prodbtn">
<button class="proddbtn1">ADD TO CART</button>
</div>
</div>
</div>
<div class="prodsmorebtn">
<button data-aos="flip-down" data-aos-offset="50" data-aos-delay="100" data-aos-duration="1600">more</button>
</div>
</div>
</div>
<!-- newsletter section -->
<div id="newsletsec">
<p>
We are offering exciting offers
</p>
<h1>
Avail our exciting offers
</h1>
<div><input type="email" name="email" id="email" class="card prdcard" data-aos="flip-up" data-aos-offset="150" data-aos-delay="100" data-aos-duration="1600"><button data-aos="flip-up" data-aos-offset="150" data-aos-delay="100" data-aos-duration="1600">submit</button></div>
</div>
<!-- user feedback scetion -->
<div id="ufeedbsec">
<div class="owl-carousel owl-theme" style="z-index: 0;">
<div class="item" data-aos="flip-up" data-aos-offset="250" data-aos-delay="100" data-aos-duration="1600">
<div class="feeddbuppdvi">
<img src="./images/home/userimg1.png" alt="img1">
</div>
<div class="feedbdowndiv">
<h5>
Edmund oliver
</h5>
<p>
"Dashwood contempt on mr unlocked resolved provided of of. stanhill it it welcomed oh. hundred no prudent he however smiling at an offence"
</p>
</div>
</div>
<div class="item" data-aos="flip-up" data-aos-offset="250" data-aos-delay="100" data-aos-duration="1600">
<div class="feeddbuppdvi">
<img src="./images/home/userimg2.jpg" alt="img1">
</div>
<div class="feedbdowndiv">
<h5>
elisa wilson
</h5>
<p>
"Is is a long established fact that a reader will be distracted by the radable content of a page when looking at its layout."
</p>
</div>
</div>
<div class="item" data-aos="flip-up" data-aos-offset="250" data-aos-delay="100" data-aos-duration="1600">
<div class="feeddbuppdvi">
<img src="./images/home/userimg3.jpg" alt="img1">
</div>
<div class="feedbdowndiv">
<h5>
oliver edmund
</h5>
<p>
"Stanhill wondered it it welcomed oh. hundred no prudent he however smiling at an offence dashwood contempt on mr .unlocked resolved provided of"
</p>
</div>
</div>
</div>
</div>
<!-- footer section -->
<footer class="footersec">
<div class="col1">
<div class="col1upper">
<img src="./images//home/Logo.png" alt="logo" data-aos="zoom-in" data-aos-offset="150" data-aos-delay="100" data-aos-duration="1600">
</div>
<div class="col1down">
<p class="col1down1">
The veggie Super Market
</p>
<h1 data-aos="flip-down" data-aos-offset="10" data-aos-delay="100" data-aos-duration="1600">
It's Organic
</h1>
<p class="col1down2">
Developed by niraj bava
</p>
<p class="col1down3">
© Copyright 2022
</p>
</div>
</div>
<div class="col2">
<h3>
Recent News
</h3>
<ul>
<li>
<div class="col2liImgdiv">
<img src="./images/home/news1.jpg" alt="" data-aos="flip-right" data-aos-offset="100" data-aos-delay="100" data-aos-duration="1600">
</div>
<div class="col2lidiv">
<p>
Feed What You Need When You Need It!
</p>
<p class="col2lidivp2">
02 Mar, 2017
</p>
</div>
</li>
<li>
<div class="col2liImgdiv">
<img src="./images/home/news2.jpg" alt="" data-aos="flip-right" data-aos-offset="100" data-aos-delay="100" data-aos-duration="1600">
</div>
<div class="col2lidiv">
<p>
Consider Organic Certification
</p>
<p class="col2lidivp2">
02 Mar, 2017
</p>
</div>
</li>
<li>
<div class="col2liImgdiv">
<img src="./images/home/news3.jpg" alt="" data-aos="flip-right" data-aos-offset="50" data-aos-delay="100" data-aos-duration="1600">
</div>
<div class="col2lidiv">
<p>
Become a Price Maker
</p>
<p class="col2lidivp2">
02 Mar, 2017
</p>
</div>
</li>
</ul>
</div>
<dvi class="col3" id="contus">
<h3>
Fliker album
</h3>
<div data-aos="flip-up" data-aos-offset="10" data-aos-delay="0" data-aos-duration="1600">
<p>
<i class="fa fa-envelope" style="padding: 0px 7px 0px 0px;"></i> <b>Mail Us:</b> VeggieSuperMarket.com
</p>
<p>
<i class="fa fas fas fa-phone" style="padding: 1px 11px 0px 0px;"></i> <b> Call Us:</b> 0123456789
</p>
</div>
</dvi>
</footer>
<!-- up button section -->
<div id="upbntsec">
<a href="#header"><button><i class="fa fas fa-angle-up"></i></button></a>
</div>
</div>
</div>
<!-- Scripts section-->
<!-- Owlcarousel scripts -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js" integrity="sha512-894YE6QWD5I59HgZOGReFYm4dnWc1Qt5NtvYSaNcOP+u1T9qYdvdihz0PPSiiqn/+/3e7Jo4EaG7TubfWGUrMQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js" integrity="sha512-bPs7Ae6pVvhOSiIcyUClR7/q2OAsRiovw4vAkX+zJbw3ShAeeqezq50RIIcIURq7Oa20rW2n2q+fyXBNcU9lrw==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script>
$('.owl-carousel').owlCarousel({
items:3,
loop:true,
nav:false,
dots:true,
margin:350,
merge:false,
autoWidth:true,
stagePadding: 400,
center:true,
autoplay:true,
autoplayTimeout:5000,
autoplayHoverPause:true,
animateOut: 'slideOutDown',
animateIn: 'flipInX',
smartSpeed:500,
stagePadding: 0,
responsive:{
0:{
items:3
},
600:{
items:3
},
1000:{
items:3
}
}
})
</script>
<!-- Aos scripts -->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
AOS.init({
offset: 120, // offset (in px) from the original trigger point
delay: 0, // values from 0 to 3000, with step 50ms
duration: 400, // values from 0 to 3000, with step 50ms
easing: 'ease', // default easing for AOS animations
once: false, // whether animation should happen only once - while scrolling down
mirror: false, // whether elements should animate out while scrolling past them
anchorPlacement: 'top-bottom', // defines which position of the element regarding to window should trigger the animation
});
</script>
<!-- main.js link -->
<script src="./js/main.js"></script>
</body>
</html>