-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
508 lines (493 loc) · 23.7 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
<!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>Farm Fresh</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="shortcut icon" type="image/x-icon" href="/images/logo3.png">
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@300&family=Source+Sans+Pro:wght@200&display=swap">
<link href="https://fonts.googleapis.com/css2?family=Itim&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons+Outlined" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="/sources/css/index.css" rel="stylesheet">
</head>
<body>
<!-- nav bar starts -->
<div class="nav-bar">
<div class="nav-content">
<img src="/images/logo1.png" alt="logo" id="logo">
<input type="text" id="Search-box" placeholder="Search for veggies, fruits, dairy and much more">
<!-- search -->
<!-- </span></i> -->
<button id='search-icon'><span class="material-icons-outlined" id="glass">search</span></button>
<select id='city'>
<option value="Chennai">Chennai</option>
<option value="Banglore">Banglore</option>
<option value="Mumbai">Mumbai</option>
<option value="Kolkata">Kolkata</option>
<option value="Lucknow">Lucknow</option>
<option value="Delhi">Delhi</option>
</select>
<a href="/sources/html/cart.html">
<button id="cart"><span class="material-icons-outlined">
shopping_cart
</span></button></a>
<button id="signupAndLogin">
<span class="material-icons">
person
</span></button>
<a href="sources/html/Signup.html">
<button id="Sign-Up">Sign Up</button></a>
<a href="sources/html/login.html">
<button id="Login">Login</button></a>
</div>
</div>
<!-- nav bar ends -->
<!-- nav bar 1 starts -->
<div class="nav-bar1">
<button id="ham" onclick="hamOpen()"><span class="material-icons-outlined">
menu
</span></button>
<div class="nav-content1" id="nav-con1">
<span id="explore">
Explore our products
</span>
<a href="/sources/html/product-list.html">
<li>Combo Box</li>
</a>
<a href="/sources/html/product-list.html">
<li>Vegetables</li>
</a>
<a href="/sources/html/product-list.html">
<li>Fruits</li>
</a>
<a href="/sources/html/product-list.html">
<li>Dairy</li>
</a>
<a href="/sources/html/product-list.html">
<li>Nuts</li>
</a>
<a href="/sources/html/product-list.html">
<li>Spices</li>
</a>
<a href="/sources/html/product-list.html">
<li>Pulses</li>
</a>
<a href="/sources/html/product-list.html">
<li>Cereal</li>
</a>
</div>
</div>
<!-- nav bar 1 ends -->
<!-- Carousel begins -->
<div class='carousel'>
<button id='prev' onclick="prevslide()"><span class="material-icons-outlined">arrow_back_ios</span></button>
<img src='/images/Join-the-movement.png' id='s1'>
<img src='/images/go-organic.png' id='s2'>
<img src='/images/pulses.png' id='s3'>
<button id='next' onclick="nextslide()"><span class="material-icons-outlined">arrow_forward_ios</span></button>
</div>
<!-- Carousel ends -->
<!-- usp section begins -->
<div class="usp">
<p>We source all our supplies directly from farmers, join our movement and get access to organic products and support local farmers.<button id='Join-the-movement'>Join Now<span
class="material-icons-outlined">arrow_forward</span></button></p>
<img src="/images/farmer.jpg" alt="Image of a farmer" id="farmer">
</div>
<!-- usp section ends -->
<!-- fabric sandal to give the background starts -->
<div class="fabric-sandal">
<!-- today's deals section begins here -->
<div class="todays-deals">
<div class="description">
<span class="txt-header dst">Today's Deals:</span>
<button class='View-all'>View all<span class="material-icons-outlined">arrow_forward</span></button>
</div>
<div class="today-deals-listing">
<a href="/sources/html/product-detail.html">
<table class="products">
<caption style="caption-side: bottom;"><span class="txt-header">Carrots</span><br><span class="sub-heading">₹ 20 / kg</span>
</caption>
<tr>
<td><img src="/images/carrots.jpg" alt="carrots" class="deal-cards"></td>
</tr>
</table>
</a>
<a href="/sources/html/product-detail.html">
<table class="products">
<caption style="caption-side: bottom;"><span class="txt-header">Oranges</span><br><span class="sub-heading">₹ 80 / kg</span>
</caption>
<tr>
<td><img src="/images/oranges-for-sale.jpg" alt="oranges" class="deal-cards"></td>
</tr>
</table>
</a>
<a href="/sources/html/product-detail.html">
<table class="products">
<caption style="caption-side: bottom;"><span class="txt-header"><a href="#">Milk</span><br><span class="sub-heading">₹ 50 / L</span>
</a>
</caption>
<tr>
<td><img src="/images/milk.jpg" alt="carrots" class="deal-cards"></td>
</tr>
</table>
</a>
<a href="/sources/html/product-detail.html" class="lastone">
<table class="products">
<caption style="caption-side: bottom;"><span class="txt-header"><a
href="#">Honey</span><br><span class="sub-heading">₹ 350 / L</span>
</a>
</caption>
<tr>
<td><img src="/images/honey-for-sale.jpg" alt="honey" class="deal-cards"></td>
</tr>
</table>
</a>
</div>
</div>
<!-- today's deals end here -->
<!-- customized deals starts here -->
<div class="todays-deals">
<div class="description">
<span class="txt-header dst">Deals handpicked for you:</span>
<button class='View-all'>View all<span class="material-icons-outlined">arrow_forward</span></button>
</div>
<div class="today-deals-listing">
<a href="/sources/html/product-detail.html">
<table class="products">
<caption style="caption-side: bottom;"><span class="txt-header">Carrots</span><br><span class="sub-heading">₹ 20 / kg</span>
</caption>
</sources/html/product-detail.htmlr>
<td><img src="/images/carrots.jpg" alt="carrots" class="deal-cards"></td>
</tr>
</table>
</a>
<a href="/sources/html/product-detail.html">
<table class="products">
<caption style="caption-side: bottom;"><span class="txt-header">Capcicum</span><br><span class="sub-heading">₹ 30 / kg</span>
</caption>
<tr>
<td><img src="/images/capcicum.jpg" alt="capcicum" class="deal-cards"></td>
</tr>
</table>
</a>
<a href="/sources/html/product-detail.html">
<table class="products">
<caption style="caption-side: bottom;"><span class="txt-header"><a
href="#">Cauliflower</span><br><span class="sub-heading">₹ 100 /
piece</span>
</a>
</caption>
<tr>
<td><img src="/images/cauliflower.jpg" alt="cauliflower" class="deal-cards"></td>
</tr>
</table>
</a>
<a href="/sources/html/product-detail.html" class="lastone">
<table class="products">
<caption style="caption-side: bottom;"><span class="txt-header"><a
href="#">Beetroot</span><br><span class="sub-heading">₹ 40 / kg</span>
</a>
</caption>
<tr>
<td><img src="/images/beetroot.jpg" alt="beetroot" class="deal-cards"></td>
</tr>
</table>
</a>
</div>
</div>
<!-- customized deals end here -->
</div>
<!-- fabric background ends here -->
<!--organic section starts here-->
<div class="organic">
<img src="/images/oranges.jpg" id='organic-img' alt="oranges">
<p>Worried about all those pestisides, adulteration, check out our 100% organic products, which can help you taste good food without any health risks.
<button class='organic-btn'>Organic <span class="material-icons-outlined">arrow_forward</span></button>
</p>
</div>
<!-- organic section ends here -->
<!-- fabric finish in background -->
<div class="fabric-finish">
<!-- combo box section starts here -->
<div class="combo-boxes">
<div class="description">
<span class="txt-header dst">Combo Boxes:</span>
<button class='View-all'>View all<span class="material-icons-outlined">arrow_forward</span></button>
</div>
<a href="sources/html/combobox.html">
<div class="combo-box-listing">
<div class="Card-container">
<div class="Cards">
<div class="Card-front">
<table class="products">
<caption style="caption-side: bottom;"><span class="txt-header">Handpicked
veggies</span>
</caption>
<tr>
<td><img src="/images/veggies.jpg" alt="veggies" id="poster"></td>
</tr>
</table>
</div>
<div class="Card-back">
<p>
Grab a box and experience mother nature's gift of 20 exotic handpicked veggies.
</p>
<button id='Buy-Now'>Buy Now<span
class="material-icons-outlined">arrow_forward</span></button>
</div>
</div>
</div>
</a>
<a href="sources/html/combobox.html">
<div class="Card-container">
<div class="Cards">
<div class="Card-front">
<table class="products">
<caption style="caption-side: bottom;"><span class="txt-header">Handpicked
fruits</span>
</caption>
<tr>
<td><img src="/images/fruits.jpg" alt="fruits" id="poster"></td>
</tr>
</table>
</div>
<div class="Card-back">
<p>
Grab a box and experience mother nature's gift of 20 exotic handpicked fruits.
</p>
<button id='Buy-Now'>Buy Now<span
class="material-icons-outlined">arrow_forward</span></button>
</div>
</div>
</div>
</a>
<a href="sources/html/combobox.html">
<div class="Card-container">
<div class="Cards">
<div class="Card-front">
<table class="products">
<caption style="caption-side: bottom;"><span class="txt-header">Dairy
Special</span>
</caption>
<tr>
<td><img src="/images/dairy.jpg" alt="veggies" id="poster"></td>
</tr>
</table>
</div>
<div class="Card-back">
<p>
Grab a box and experience unadulterated, thick and smooth dairy products.
</p>
<button id='Buy-Now'>Buy Now<span
class="material-icons-outlined">arrow_forward</span></button>
</div>
</div>
</div>
</a>
<a href="sources/html/combobox.html">
<div class="Card-container">
<div class="Cards">
<div class="Card-front">
<table class="products">
<caption style="caption-side: bottom;"><span class="txt-header">Nuts
Special</span>
</caption>
<tr>
<td><img src="/images/nuts.jpg" alt="nuts" id="poster"></td>
</tr>
</table>
</div>
<div class="Card-back">
<p>
Get your hands on the box full of the tastiest and healthiest nuts.
</p>
<button id='Buy-Now'>Buy Now<span
class="material-icons-outlined">arrow_forward</span></button>
</div>
</div>
</div>
</a>
<a href="/sources/html/combobox.html">
<div class="Card-container">
<div class="Cards">
<div class="Card-front">
<table class="products">
<caption style="caption-side: bottom;"><span class="txt-header">Handpicked
Spices</span>
</caption>
<tr>
<td><img src="/images/spices.jpg" alt="spices" id="poster"></td>
</tr>
</table>
</div>
<div class="Card-back">
<p>
A box of flavour rich handpicked spices, to deliver you the authentic taste of Indian food.
</p>
<button id='Buy-Now'>Buy Now<span
class="material-icons-outlined">arrow_forward</span></button>
</div>
</div>
</div>
</a>
<a href="sources/html/combobox.html">
<div class="Card-container">
<div class="Cards">
<div class="Card-front">
<table class="products">
<caption style="caption-side: bottom;"><span class="txt-header">Pulses
Special</span>
</caption>
<tr>
<td><img src="/images/pulses.jpg" alt="veggies" id="poster"></td>
</tr>
</table>
</div>
<div class="Card-back">
<p>
Searching for a vegan protein source, well you are on the right place, grab a combo box of India's finest and richest pulses.
</p>
<button id='Buy-Now'>Buy Now<span
class="material-icons-outlined">arrow_forward</span></button>
</div>
</div>
</div>
</a>
</div>
</div>
<!-- combo box section ends here -->
</div>
<!-- fabric finish background ends here -->
<!-- fabric blue background starts here -->
<div class="fabric-blue">
<!-- testimonial section starts here -->
<div class="testimonial">
<!-- <div class="description"> -->
<h2 class="dst" style="margin-left: 80px; font-weight:normal;">Hear from our customers:</h2>
<!-- </div> -->
<div class="testimonial-cards-all">
<button id="testimonial-prev" onclick="prevTestimonial()"><span
class="material-icons-outlined">arrow_back_ios</span></button>
<div class="testimonial-card" id="prof1">
<div class="profile">
<table>
<caption style="caption-side: bottom;"><span class='txt-header'>Emily</span></caption>
<tr>
<td>
<img src="/images/profile-img-1.jpg" class="profile-img" alt="profile">
</td>
</tr>
</table>
</div>
<p>Farm Fresh is a market disruptor, making the needs of farmers and customers meet, is a huge task but they have managed to do it in the most efficient way.</p>
</div>
<div class="testimonial-card" id="prof2">
<div class="profile">
<table>
<caption style="caption-side: bottom;"><span class='txt-header'>David</span></caption>
<tr>
<td>
<img src="/images/profile-img-2.jpg" class="profile-img" alt="profile">
</td>
</tr>
</table>
</div>
<p>Farm Fresh has enabled people to get access organic, fresh supplies straight from the farm, all without burning a hole in the pocket</p>
</div>
<div class="testimonial-card" id="prof3">
<div class="profile">
<table>
<caption style="caption-side: bottom;"><span class='txt-header'>Oliver</span></caption>
<tr>
<td>
<img src="/images/profile-img-3.png" class="profile-img" alt="profile">
</td>
</tr>
</table>
</div>
<p>Just amazed looking at how they made this possible, they have addressed a problem that has been in existance for decades together.
</p>
</div>
<div class="testimonial-card" id="prof4">
<div class="profile">
<table>
<caption style="caption-side: bottom;"><span class='txt-header'>John</span></caption>
<tr>
<td>
<img src="/images/profile-img-4.png" class="profile-img" alt="profile">
</td>
</tr>
</table>
</div>
<p>Just place an order and be rest assured that the produce is gonna be fresh and also of the finest quality that you would expect.
</p>
</div>
<div class="testimonial-card" id="prof5">
<div class="profile">
<table>
<caption style="caption-side: bottom;"><span class='txt-header'>Jenifer</span></caption>
<tr>
<td>
<img src="/images/profile-img-5.jpg" class="profile-img" alt="profile">
</td>
</tr>
</table>
</div>
<p>Love their customer support and the quality of the produce, they got everything covered, just give a try and I am sure you won't regret.
</p>
</div>
<div class="testimonial-card" id="prof6">
<div class="profile">
<table>
<caption style="caption-side: bottom;"><span class='txt-header'>Curran</span></caption>
<tr>
<td>
<img src="/images/profile-img-6.png" class="profile-img" alt="profile">
</td>
</tr>
</table>
</div>
<p>With adulteration, pestisides all around, seeing these people provide organic produce is heart-warming, i do recommend everybody to try this.
</p>
</div>
<button id="testimonial-next" onclick="nextTestimonial()"><span
class="material-icons-outlined">arrow_forward_ios</span></button>
</div>
</div>
<!-- testimonial section ends here -->
</div>
<!-- fabic blue ends here -->
<!--Footer starts here-->
<div class="footer">
<div class="contactus">
<ul type=none>
<li><a>Contact Us</a></li>
<li><a>+91 9999988888</a></li>
<li><a>[email protected]</a></li>
</ul>
</div>
<div class='enquiries'>
<ul type='none'>
<li><a>Payment and Billing</a></li>
<li><a>Returns</a></li>
<li><a>FAQ</a></li>
<li><a>Customer Forum</a></li>
</ul>
</div>
<div class='about-us'>
<ul type='none'>
<li><a>About Us</a></li>
<li><a>Work with Us</a></li>
<li><a>Privacy Policy</a></li>
<li><a>Terms and Conditions</a></li>
</ul>
</div>
</div>
<!--Footer End-->
<!-- Script -->
<script src="/sources/javascript/index.js"></script>
</body>
</html>