-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
528 lines (436 loc) · 20.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<title>PlantsGuru</title>
<link rel="stylesheet" href="./PlantGuru-CW-1/styles/index.css">
</head>
<body>
<!-- Navbar -->
<!-- search-bar -->
<div id="topnav">
<div id="logodiv">
<img src="https://www.plantsguru.com/image/cache/pg-new-187x36.png" alt="logo" id="logo" />
</div>
<img src="https://www.skillsforcare.org.uk/site-elements/images/icons/Green-Search-Icon.png" alt="submit" id="searchicon" />
<div id="searchbar">
<input type="text" placeholder="Search.." id="textsearch" />
</div>
<div id="cartbar">
<input type="text" placeholder="0" id="cartsearch" />
</div>
<div>
<a href="./PlantGuru-CW-1/Html/cartpg.html"> <img src="https://www.freeiconspng.com/uploads/green-shopping-cart-icon-5.png" alt="carticon" id="carticon" /></a>
</div>
</div>
<!-- The navigation menu -->
<div class="navbar">
<div class="subnav">
<button class="subnavbtn">
<a href="./PlantGuru-CW-1/Html/flw.html">PLANTS<i class="fa fa-caret-down"></i></a>
</button>
<div class="subnav-content">
<a href="./PlantGuru-CW-1/Html/flw.html">Flowering Plan</a>
<a href="#">Gift Plan</a>
<a href="#">Plants By Feature</a>
<a href="#">Plants By Location</a>
<a href="#">Top Plants</a>
<a href="#">Plants By Type</a>
<a href="#">Foliage Plants</a>
<a href="#">Flowers By Season</a>
</div>
</div>
<div class="subnav">
<button class="subnavbtn">
SEEDS & BULBS <i class="fa fa-caret-down"></i>
</button>
<div class="subnav-content">
<a href="#">Vegetable Seeds</a>
<a href="#">Flower Bulbs</a>
<a href="#">flower Seeds</a>
<a href="#">Foresty Seeds</a>
</div>
</div>
<div class="subnav">
<button class="subnavbtn">
POTS & PLANTERS <i class="fa fa-caret-down"></i>
</button>
<div class="subnav-content">
<a href="#">All Plastic Pots</a>
<a href="#">Creamic Pots</a>
<a href="#">Designer Pots</a>
<a href="#">Geo Grow Bags</a>
<a href="#">Germintaion trays</a>
<a href="#">Grill/Railing Pots</a>
<a href="#">Hanging Baskets</a>
</div>
</div>
<div class="subnav">
<button class="subnavbtn">
GARDEN DECOR<i class="fa fa-caret-down"></i>
</button>
<div class="subnav-content">
<a href="#">Birds Houses</a>
<a href="#">Fairy Garden</a>
<a href="#">Garden Fountains</a>
<a href="#">Garden Tools</a>
<a href="#">Pebbles</a>
<a href="#">Pot Stands</a>
<a href="#">Terrarium Garden</a>
</div>
</div>
<div class="subnav">
<a href="./PlantGuru-CW-1/Html/fertilizer.html" class="subnavbtn">
FERTILIZERS</a>
</div>
<a id="sale" href="./PlantGuru-CW-1/Html/salespage.html"><span style="color: #f1c535">%</span> SALE!</a>
<!-- <img src="https://cdn-icons-png.flaticon.com/512/456/456212.png" alt="User Icon"> -->
<div class="subnav">
<button class="subnavbtn">
<a href="./PlantGuru-CW-1/Html/login.html"> MY ACCOUNT <i class="fa fa-caret-down"></i></a>
</button>
<!-- <div class="subnav-content">
<a href="../myaccount/login.html">Login</a>
<a href="../myaccount/register.html">Register</a>
</div> -->
</div>
</div>
<!-- carasaul -->
<div id="cars">
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100 " src="https://www.plantsguru.com/image/cache/catalog/slider/winter-bulb-sale-756x425.jpg" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="https://www.plantsguru.com/image/cache/catalog/banner/winter--flower-seeds-756x425.jpg">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div id="carasoul-2">
<img src="https://www.plantsguru.com/image/cache/catalog/banner/side-banner3-600x338.jpg" alt="">
<img src="https://www.plantsguru.com/image/cache/catalog/banner/side-banner-bonsai-600x338.jpg" alt="">
</div>
</div>
<div id="carasoul-bottom">
<img src="https://www.plantsguru.com/image/cache/catalog/banner/NASA-AIR-PURIFY-800x450.jpg" alt="">
<img src="https://www.plantsguru.com/image/cache/catalog/banner/winter--veg-seeds-offer-800x450.png" alt="">
</div>
<!-- below carasaul -->
<div class="nav1">
<h4>BEST SELLING PRODUCTS</h4>
</div>
<!-- best selling products -->
<div class="bsp">
<div class="class">
<img src="https://www.plantsguru.com/image/cache/climbers-creepers/pg-scented-rose-800x800.jpg" alt="">
<p>Rose Plant - Scented (desi) Gawathi Gulaab Plant</p>
<h3>Rs 240.00</h3>
<button>Add to cart</button>
</div>
<div class="class">
<img src="https://www.plantsguru.com/image/cache/catalog/Calanchoe/pg-medicinal-plants-costus-igneus-500x457-800x800.jpg" alt="">
<p>Costus Igneus - Insulin Plant</p>
<h3>Rs 249.00</h3>
<button>Add to cart</button>
</div>
<div class="class">
<img src="https://www.plantsguru.com/image/cache/data/Climbers/plants-guru-climbers-and-creepers-sankrant-vel-800x800.jpg" alt="">
<p id="pa">Sankrant Vel - Pyrostegia Venusta, Flame Vine</p>
<h3>Rs 299.00</h3>
<button>Add to cart</button>
</div>
<div class="class">
<img src="https://www.plantsguru.com/image/cache/data/Flowering%20Plants/Jasmine/plantsguru-floweringplants-mogra-double-800x800.JPG" alt="">
<p>Arabian Jasmine - Mogra Double Plant</p>
<h3>Rs 219.00</h3>
<button>Add to cart</button>
</div>
<div class="class">
<img src="https://www.plantsguru.com/image/cache/catalog/Palm/pg-areca-palm-800x800.jpg" alt="">
<p>Areca Palm live Indoor Air Purify House Plant</p>
<h3>Rs 349.00</h3>
<button>Add to cart</button>
</div>
<div class="class">
<img src="https://www.plantsguru.com/image/cache/data/Rose/plants-guru-rose-plants-climibing-rose-pink-800x800.jpg" alt="">
<p>Climbing Rose (Creeper) Pink Plant</p>
<h3>Rs 599.00</h3>
<button>Add to cart</button>
</div>
</div>
<!-- buy plants by catagory -->
<div class="nav1">
<h4>BUY PLANTS BY CATAGORY</h4>
</div>
<div class="bsp">
<div class="bpc">
<a href=""><img src="https://www.plantsguru.com/image/cache/data/Flowering%20Plants/African%20Voilet/plants-guru-seasonal-flowering-plants-african-violet-white-800x800.jpg" alt=""></a>
<p>Indoor Plants</p>
</div>
<div class="bpc">
<a href=""><img src="https://www.plantsguru.com/image/cache/medicinal-pants/pg-annatto-plant-800x800.jpg" alt=""></a>
<p>Medicinal Plants</p>
</div>
<div class="bpc">
<a href=""> <img src="https://www.plantsguru.com/image/cache/cacti/frizzle-sizzle-plant-800x800.jpg" alt=""></a>
<p>Cactus & Succulents</p>
</div>
<div class="bpc">
<a href=""> <img src="https://www.plantsguru.com/image/cache/data/medicinal-plants/plants-guru-medicinal-plants-amla-big-800x800.jpg" alt=""></a>
<p>Vastu & Religious</p>
</div>
<div class="bpc">
<a href=""><img src="https://www.plantsguru.com/image/cache/data/Fruit%20Plants/plantsguru-fruitplants-apple-800x800.jpg" alt=""></a>
<p>Fruit Plants</p>
</div>
<div class="bpc">
<a href=""><img src="https://www.plantsguru.com/image/cache/data/Bonsai/plants-guru-bonsai-plants-ficus-i-shape-800x800.JPG" alt=""></a>
<p>Bonsai Plants</p>
</div>
</div>
<div id="winter-flower">
<div>
<a href=""><img src="https://www.plantsguru.com/image/cache/catalog/banner/winter--flower-seeds-756x425.jpg" alt=""></a>
</div>
<div>
<a href=""><img src="https://www.plantsguru.com/image/cache/catalog/banner/desk-plants-with-ceramic-planter-756x425.jpg" alt=""></a>
</div>
</div>
<!--seeds and bulbs -->
<div class="nav1">
<h4>SEEDS AND BULBS</h4>
</div>
<div class="bsp">
<div class="bpc">
<a href=""><img src="https://www.plantsguru.com/image/cache/data/vegetable%20seeds/plants-guru-vegetable-seeds-Cherry-Tamato-800x800.JPG" alt=""></a>
<p>Vegetable Seeds</p>
</div>
<div class="bpc">
<a href=""><img src="https://www.plantsguru.com/image/cache/data/Special%20Seeds/plants-guru-special-seeds-climibing-rose-white-seeds-800x800.jpg" alt=""></a>
<p>Flower Seeds</p>
</div>
<div class="bpc">
<a href=""><img src="https://www.plantsguru.com/image/cache/data/Seeds%20Pack/plants-guru-seeds-and-bulbs-herbs-seeds-pack-800x800.jpg" alt=""></a>
<p>Herbs Seeds</p>
</div>
<div class="bpc">
<a href=""><img src="https://www.plantsguru.com/image/cache/bulbs/crinum-lilly-800x800.jpg" alt=""></a>
<p>Flower bulbs</p>
</div>
<div class="bpc">
<a href=""></a><img src="https://www.plantsguru.com/image/cache/bulbs-seeds/tree-seeds-175x175.jpg" alt=""></a>
<p>Foresty Seeds</p>
</div>
<div class="bpc">
<img src="https://www.plantsguru.com/image/cache/data/medicinal%20seeds/plantsguru-medicinalseeds-Tulsi-Seeds-800x800.jpg" alt="">
<p>Medical Seeds</p>
</div>
</div>
<!-- pots and planters -->
<div class="nav1">
<h4>POTS AND PLANTERS</h4>
</div>
<div class="bsp">
<div class="bpc">
<img src="https://www.plantsguru.com/image/cache/catalog/ceramicpots/pg-clay-pot-mix-800x800.jpg" alt="">
<p>Ceramic Pots</p>
</div>
<div class="bpc">
<img src="https://www.plantsguru.com/image/cache/data/Pots/Self%20Watering%20Pots/plantsguru-potsandplanters-self-watering-pot-4inch-800x800.png" alt="">
<p>Self Watering Pots</p>
</div>
<div class="bpc">
<img src="https://www.plantsguru.com/image/cache/data/Pots/Round%20pots/plantsguru-round-pots-designer-planter-no-3-800x800.jpg" alt="">
<p>All Plastic Pots</p>
</div>
<div class="bpc">
<img src="https://www.plantsguru.com/image/cache/data/Pots/Germination%20Trays/plantsguru-potsandplanters-germination-tray-round-800x800.png" alt="">
<p>Germination Trays</p>
</div>
<div class="bpc">
<img src="https://www.plantsguru.com/image/cache/metal-planter/_DSC2107-800x800.JPG" alt="">
<p>Grill/Railing Pots</p>
</div>
<div class="bpc">
<img src="https://www.plantsguru.com/image/cache/metal-planter/pg-butterfly-yellow-metal-pot-planter-800x800.jpg" alt="">
<p>Round Pots</p>
</div>
</div>
<!-- garden decor -->
<div class="nav1">
<h4>GARDEN DECOR</h4>
</div>
<div class="bsp">
<div class="bpc">
<img src="https://www.plantsguru.com/image/cache/garden-tools/bird-house/bird-house-square-blue-800x800.jpg" alt="">
<p>Bird Houses</p>
</div>
<div class="bpc">
<img src="https://www.plantsguru.com/image/cache/garden-tools/fairy-garden/fairy-garden-mashroom-ceramic-mix-800x800.jpg" alt="">
<p>Fairy Garden</p>
</div>
<div class="bpc">
<img src="https://www.plantsguru.com/image/cache/garden-tools/garden-fountain/Garden-fountain-with-ganesha-polyresin-800x800.jpg" alt="">
<p>Garden Fountains</p>
</div>
<div class="bpc">
<img src="https://www.plantsguru.com/image/cache/garden-tools/garden-tools/garden-tool-kit-800x800.jpg" alt="">
<p>Garden Tools</p>
</div>
<div class="bpc">
<img src="https://www.plantsguru.com/image/cache/catalog/Garden%20Decor/pg-pebbles-mix-800x800.jpg" alt="">
<p>Pebbles</p>
</div>
<div class="bpc">
<img src="https://www.plantsguru.com/image/cache/garden-tools/pot-stand/3-step-stand-for-pots-800x800.jpeg" alt="">
<p>Pot Stands</p>
</div>
</div>
<!-- code for navbar of fertilizer -->
<div class="nav1">
<h4>FERTILIZERS</h4>
</div>
<div class="bsp">
<div class="bpc">
<img class="SBimg" src="https://www.plantsguru.com/image/cache/Geo%20Bags/pg-coco-chips-800x800.jpg" alt="">
<p>Coco Briks</p>
</div>
<div class="bpc">
<img class="SBimg" src="https://www.plantsguru.com/image/cache/data/Fertilizers/plantsguru-fertilizers-garden-angel-800x800.jpg" alt="">
<p>Compost</p>
</div>
<div class="bpc">
<img class="SBimg" src="https://www.plantsguru.com/image/cache/data/Fertilizers/Plantsguru-fertilizers-vermicompost-800x800.jpg" alt="">
<p>Cow Manure</p>
</div>
<div class="bpc">
<img class="SBimg" src="https://www.plantsguru.com/image/cache/data/Fertilizers/pg-moist-ball-800x800.jpg" alt="">
<p>Moist Balls</p>
</div>
<div class="bpc">
<img class="SBimg" src="https://www.plantsguru.com/image/cache/catalog/Garden%20Tools/pg-moss-stick-800x800.jpg" alt="">
<p>Moss Sticks</p>
</div>
<div class="bpc">
<img class="SBimg" src="https://www.plantsguru.com/image/cache/data/Fertilizers/Plantsguru-fertilizers-neem-cake-800x800.png" alt="">
<p>Plants Food</p>
</div>
</div>
<!-- Footer -->
<div id="fullwidth">
<div id="containerpayment">
<div class="footereachdiv">
<div class="imgg">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ7LNCpXfawKGEuLZkNYLK4QXVh4w0xWxNn5YnNnFlp0CuUuxCL" alt="">
</div>
<h3>SECURE PAYMENT</h3>
<P>100% Secure Payment</P>
</div>
<div class="footereachdiv">
<div class="imgg">
<img src="https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcTOMTzYeBf6h5wkiuQggtrQZGa3yak4i7r0_HTYC2drHLl0Nuxl" alt="">
</div>
<h3>FREE SHIPPING</h3>
<P>For Orders Above Rs. 599</P>
</div>
<div class="footereachdiv">
<div class="imgg">
<img src="https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcR5Vsts6ZO9eKOiXjV6elzAsR47zs-YqkirAXC9Los7J-RK9fDS" alt="">
</div>
<h3>ONLINE NURSERY</h3>
<P>India's 1 Plants Shop</P>
</div>
<div class="footereachdiv" id="social">
<div>
<p id="paraimg">SHOW US SOME <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/1/1f/Eo_circle_green_heart.svg/768px-Eo_circle_green_heart.svg.png"> ON SOCIAL MEDIA</p>
</div>
<div id="socialmediaimg">
<img src="https://cdn-icons-png.flaticon.com/512/59/59439.png">
<img src="https://cdn.icon-icons.com/icons2/791/PNG/512/TWITTER_icon-icons.com_65486.png" alt="">
<img src="https://cdn-icons-png.flaticon.com/512/25/25425.png">
<img src="https://cdn-icons-png.flaticon.com/512/25/25681.png" alt="">
<img src="https://www.freeiconspng.com/thumbs/pinterest-logo-icon/pinterest-icon-15.png" alt="">
</div>
</div>
</div>
</div>
<div id="mainfooter">
<div class="maindiv">
<div class="box">
<h3>POLICY INFO</h3>
<div class="licontent">
<ul class="stylebox1">
<li>Cancel & Refund</li>
<li>Privacy Policy</li>
<li>Terms & Condition</li>
<li>Site Map</li>
</ul>
</div>
</div>
<div class="box">
<h3>MY ACCOUNT</h3>
<div class="licontent">
<ul class="stylebox2">
<li>Order History</li>
<li>Wish List (0)</li>
<li>Newsletter</li>
<li><a href="./PlantGuru-CW-1/Html/login.html">Login</a></li>
</ul>
</div>
</div>
<div class="box">
<h3>NEED HELP</h3>
<div class="licontent">
<ul>
<li>Contact Us</li>
<li>Cancellation & Refund</li>
<li>Policies</li>
<li>Gift Vouchers</li>
</ul>
</div>
</div>
<div class="box stylebox2">
<h3>COMPANY INFO</h3>
<div class="licontent">
<ul>
<li>About Us</li>
<li>Contact Us</li>
<li>Green Wall</li>
</ul>
</div>
</div>
<div class="box">
<h3>OFFICE ADDRESS</h3>
<div class="licontent">
<ul>
<li>Serve No. 6/A, More Basti, Manjari Road, National Grape Research Center, Phursungi Phata Pune, 412307, India. Phone: +91-8468888666</li>
</ul>
</div>
</div>
</div>
</div>
<hr>
<div id="last">
<img src="https://www.freepnglogos.com/uploads/copyright/copyright-symbol-nik-nak-old-peculiar-copyright-and-the-hargreves-report-28.png" alt="">
<p> Plants Guru 2014. | WWW.plantsguru.com</p>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</html>