-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathashwagandha.html
475 lines (428 loc) · 23.6 KB
/
ashwagandha.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
<!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>Ashwagandha Plant details</title>
<!-- Favicon -->
<link rel="icon" href="img/core-img/favicon.ico">
<!-- Core Stylesheet -->
<link rel="stylesheet" href="shopstyle.css">
</head>
<body>
<!-- Preloader -->
<div class="preloader d-flex align-items-center justify-content-center">
<div class="preloader-circle"></div>
<div class="preloader-img">
<img src="img/core-img/leaf.png" alt="">
</div>
</div>
<!-- ##### Header Area Start ##### -->
<header class="header-area">
<!-- *** Top Header Area *** -->
<div class="top-header-area">
<div class="container">
<div class="row">
<div class="col-12">
<div class="top-header-content d-flex align-items-center justify-content-between">
<!-- Top Header Content -->
<div class="top-header-meta">
<a href="#" data-toggle="tooltip" data-placement="bottom" title="[email protected]"><i class="fa fa-envelope-o" aria-hidden="true"></i> <span>Email: [email protected]</span></a>
<a href="#" data-toggle="tooltip" data-placement="bottom" title="+91 987654321"><i class="fa fa-phone" aria-hidden="true"></i> <span>Call Us: +91 987654321</span></a>
</div>
<!-- Top Header Content -->
<div class="top-header-meta d-flex">
<!-- Language Dropdown -->
<!-- Login -->
<div class="login">
<a href="login.html"><i class="fa fa-user" aria-hidden="true"></i> <span>Login</span></a>
</div>
<!-- Cart -->
<div class="cart">
<a href="#"><i class="fa fa-shopping-cart" aria-hidden="true"></i> <span>Cart <span class="cart-quantity">(1)</span></span></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- *** Navbar Area *** -->
<div class="alazea-main-menu">
<div class="classy-nav-container breakpoint-off">
<div class="container">
<!-- Menu -->
<nav class="classy-navbar justify-content-between" id="alazeaNav">
<!-- Nav Brand -->
<a href="index.php" class="nav-brand"><img src="img/core-img/logo.png" alt="" width="40%"></a>
<!-- Navbar Toggler -->
<div class="classy-navbar-toggler">
<span class="navbarToggler"><span></span><span></span><span></span></span>
</div>
<!-- Menu -->
<div class="classy-menu">
<!-- Close Button -->
<div class="classycloseIcon">
<div class="cross-wrap"><span class="top"></span><span class="bottom"></span></div>
</div>
<!-- Navbar Start -->
<div class="classynav">
<ul>
<li><a href="index.php">Home</a></li>
<li><a href="addcart.php">Shop</a></li>
<li><a href="portfolio.php">Portfolio</a></li>
<li><a href="comment.php">Comment</a></li>
</ul>
</div>
<!-- Navbar End -->
</div>
</nav>
</div>
</div>
</div>
</header>
<!-- ##### Header Area End ##### -->
<!-- ##### Breadcrumb Area Start ##### -->
<div class="breadcrumb-area">
<!-- Top Breadcrumb Area -->
<div class="top-breadcrumb-area bg-img bg-overlay d-flex align-items-center justify-content-center" style="background-image: url(img/bg-img/24.jpg);">
<h2>PLANT DETAILS</h2>
</div>
<div class="container">
<div class="row">
<div class="col-12">
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="#"><i class="fa fa-home"></i> Home</a></li>
<li class="breadcrumb-item"><a href="#">Shop</a></li>
<li class="breadcrumb-item active" aria-current="page">Plant Details</li>
</ol>
</nav>
</div>
</div>
</div>
</div>
<!-- ##### Breadcrumb Area End ##### -->
<!-- ##### Single Product Details Area Start ##### -->
<section class="single_product_details_area mb-50">
<div class="produts-details--content mb-50">
<div class="container">
<div class="row justify-content-between">
<div class="col-12 col-md-6 col-lg-5">
<div class="single_product_thumb">
<div id="product_details_slider" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<a class="product-img" href="img\bg-img\6-3.jpg" title="Product Image">
<img class="d-block w-100" src="img\bg-img\6-3.jpg" alt="1">
</a>
</div>
<div class="carousel-item">
<a class="product-img" href="img\bg-img\6-3.webp" title="Product Image">
<img class="d-block w-100" src="img\bg-img\6-3.webp" alt="1">
</a>
</div>
<div class="carousel-item">
<a class="product-img" href="img\bg-img\6-3.jpg" title="Product Image">
<img class="d-block w-100" src="img\bg-img\6-3.jpg" alt="1">
</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-6">
<div class="single_product_desc">
<h4 class="title">Ashwagandha Plant</h4>
<h4 class="price">$9.99</h4>
<div class="short_overview">
<p>
The plant part of Ashwagandha is mighty useful plant according to Ayurveda.
Ashwagandha plant is an erect branching growing shrub, with a height up to 1.5 meter Ashwagandha is a hardy and drought tolerant plant. Ashwagandha leaves are dull green color, an elliptic shape, usually up to 10 to 12 cm in length. Usually, the flowers are small, greenish yellow and bell-shaped.
The ripe fruit is berry usually an orange-red color.
</p>
</div>
<div class="cart--area d-flex flex-wrap align-items-center">
<!-- Add to Cart Form -->
<form class="cart clearfix d-flex align-items-center" method="post">
<div class="quantity">
<span class="qty-minus" onclick="var effect = document.getElementById('qty'); var qty = effect.value; if( !isNaN( qty ) && qty > 1 ) effect.value--;return false;"><i class="fa fa-minus" aria-hidden="true"></i></span>
<input type="number" class="qty-text" id="qty" step="1" min="1" max="12" name="quantity" value="1">
<span class="qty-plus" onclick="var effect = document.getElementById('qty'); var qty = effect.value; if( !isNaN( qty )) effect.value++;return false;"><i class="fa fa-plus" aria-hidden="true"></i></span>
</div>
<button type="submit" name="addtocart" value="5" class="btn alazea-btn ml-15">Add to cart</button>
</form>
</div>
<div class="products--meta">
<p><span>Scientific Name :</span> <span> Withania somnifera</span></p>
<p><span>Plant name :</span> <span> Ashwagandha</span></p>
<p><span>Family : </span> <span> Solanaceae</span></p>
<p><span>Soil : </span> <span>Sandy loam or light red soil with pH 7.5-8.0</span></p>
<p><span>Grows in : </span> <span> India, the Middle East and parts of Africa.</span></p>
<p><span>Uses : </span> <span>For Medicinal purpose</span></p>
<p>
<span>Share on:</span>
<span>
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-pinterest"></i></a>
<a href="#"><i class="fa fa-google-plus"></i></a>
</span>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-12">
<div class="product_details_tab clearfix">
<!-- Tabs -->
<ul class="nav nav-tabs" role="tablist" id="product-details-tab">
<li class="nav-item">
<a href="#description" class="nav-link active" data-toggle="tab" role="tab">Description</a>
</li>
<li class="nav-item">
<a href="#addi-info" class="nav-link" data-toggle="tab" role="tab">Additional Information</a>
</li>
</ul>
<!-- Tab Content -->
<div class="tab-content">
<div role="tabpanel" class="tab-pane fade show active" id="description">
<div class="description_area">
<p>
You can sow ashwagandha plant seeds indoors in small containers or pots which should have drainage holes, preferably clay pots. If you are growing ashwagandha indoors, then push the seeds about one-fourth inch below the surface of the soil. You'll need to transplant the plant into outdoor soil once they reach 4 inches.
</p>
</div>
</div>
<div role="tabpanel" class="tab-pane fade" id="addi-info">
<div class="additional_info_area">
<p>What should I do if I receive a damaged parcel?
<br> <span>
It is very important for the customer to pay attention to the adipiscing process. He criticizes, hinders, and the like who, therefore, were selected by labor.
</span></p>
<p>I have received my order but the wrong item was delivered to me.
<br> <span>
It is very important for the customer to pay attention to the adipiscing process. How easy are the pleasures of the bliss of these times, from?
</span></p>
<p>Product Receipt and Acceptance Confirmation Process
<br> <span>
It is very important for the customer to pay attention to the adipiscing process. Do we lead to pains, the times when it is solved, it interferes with less things?
</span></p>
<p>How do I cancel my order?
<br> <span>
It is very important for the customer to pay attention to the adipiscing process. It's ours, little one!
</span></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ##### Single Product Details Area End ##### -->
<!-- ##### Related Product Area Start ##### -->
<div class="related-products-area">
<div class="container">
<div class="row">
<div class="col-12">
<!-- Section Heading -->
<div class="section-heading text-center">
<h2>Related Products</h2>
</div>
</div>
</div>
<div class="row">
<!-- Single Product Area -->
<div class="col-12 col-sm-6 col-lg-3">
<div class="single-product-area mb-100">
<!-- Product Image -->
<div class="product-img">
<a href="shop-details.html"><img src="img/bg-img/1-1.webp" alt=""></a>
<!-- Product Tag -->
<div class="product-tag">
<a href="#">Hot</a>
</div>
<div class="product-meta d-flex">
<a href="#" class="wishlist-btn"><i class="icon_heart_alt"></i></a>
<a href="cart.html" class="add-to-cart-btn">Add to cart</a>
<a href="#" class="compare-btn"><i class="arrow_left-right_alt"></i></a>
</div>
</div>
<!-- Product Info -->
<div class="product-info mt-15 text-center">
<a href="shop-details.html">
<p>Broken Heart Plant</p>
</a>
<h6>$10.99</h6>
</div>
</div>
</div>
<!-- Single Product Area -->
<div class="col-12 col-sm-6 col-lg-3">
<div class="single-product-area mb-100">
<!-- Product Image -->
<div class="product-img">
<a href="shop-details.html"><img src="img/bg-img/4-1.webp" alt=""></a>
<div class="product-meta d-flex">
<a href="#" class="wishlist-btn"><i class="icon_heart_alt"></i></a>
<a href="cart.html" class="add-to-cart-btn">Add to cart</a>
<a href="#" class="compare-btn"><i class="arrow_left-right_alt"></i></a>
</div>
</div>
<!-- Product Info -->
<div class="product-info mt-15 text-center">
<a href="shop-details.html">
<p>Rubber Plant</p>
</a>
<h6>$10.99</h6>
</div>
</div>
</div>
<!-- Single Product Area -->
<div class="col-12 col-sm-6 col-lg-3">
<div class="single-product-area mb-100">
<!-- Product Image -->
<div class="product-img">
<a href="shop-details.html"><img src="img/bg-img/2-1.webp" alt=""></a>
<div class="product-meta d-flex">
<a href="#" class="wishlist-btn"><i class="icon_heart_alt"></i></a>
<a href="cart.html" class="add-to-cart-btn">Add to cart</a>
<a href="#" class="compare-btn"><i class="arrow_left-right_alt"></i></a>
</div>
</div>
<!-- Product Info -->
<div class="product-info mt-15 text-center">
<a href="shop-details.html">
<p>Snake Plant - Golden Hahnii</p>
</a>
<h6>$10.99</h6>
</div>
</div>
</div>
<!-- Single Product Area -->
<div class="col-12 col-sm-6 col-lg-3">
<div class="single-product-area mb-100">
<!-- Product Image -->
<div class="product-img">
<a href="shop-details.html"><img src="img/bg-img/3-1.webp" alt=""></a>
<!-- Product Tag -->
<div class="product-tag sale-tag">
<a href="#">Hot</a>
</div>
<div class="product-meta d-flex">
<a href="#" class="wishlist-btn"><i class="icon_heart_alt"></i></a>
<a href="cart.html" class="add-to-cart-btn">Add to cart</a>
<a href="#" class="compare-btn"><i class="arrow_left-right_alt"></i></a>
</div>
</div>
<!-- Product Info -->
<div class="product-info mt-15 text-center">
<a href="shop-details.html">
<p>Lucky Bamboo Plant</p>
</a>
<h6>$10.99</h6>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ##### Related Product Area End ##### -->
<!-- ##### Footer Area Start ##### -->
<footer class="footer-area bg-img" style="background-image: url(img/bg-img/3.jpg);">
<!-- Main Footer Area -->
<div class="main-footer-area">
<div class="container">
<div class="row">
<!-- Single Footer Widget -->
<div class="col-12 col-sm-6 col-lg-3">
<div class="single-footer-widget">
<div class="footer-logo mb-30">
<a href="#"><img src="img/core-img/logo.png" alt="" width="60%"></a>
</div>
<p>
Make sure you celebrate the worlds plants and help to conserve them! </p>
<div class="social-info">
<a href="#"><i class="fa fa-facebook" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-google-plus" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-instagram" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
</div>
</div>
</div>
<!-- Single Footer Widget -->
<!-- Single Footer Widget -->
<!-- Single Footer Widget -->
<div class="col-12 col-sm-6 col-lg-3">
<div class="single-footer-widget">
<div class="widget-title">
<h5>CONTACT</h5>
</div>
<div class="contact-information">
<p><span>Address:</span> Banglore</p>
<p><span>Phone:</span>+91 987654321</p>
<p><span>Email:</span>[email protected]</p>
<p><span>Open hours:</span> Mon - Sun: 8 AM to 9 PM</p>
<p><span>Happy hours:</span> Sat: 2 PM to 4 PM</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer Bottom Area -->
<div class="footer-bottom-area">
<div class="container">
<div class="row">
<div class="col-12">
<div class="border-line"></div>
</div>
<!-- Copywrite Text -->
<div class="col-12 col-md-6">
<div class="copywrite-text">
<p>© <!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved |</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</p>
</div>
</div>
<!-- Footer Nav -->
<div class="col-12 col-md-6">
<div class="footer-nav">
<nav>
<ul>
<li><a href="index.php">Home</a></li>
<li><a href="addcart.php">Shop</a></li>
<li><a href="portfolio.php">Portfolio</a></li>
<li><a href="comment.php">Comment</a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- ##### Footer Area End ##### -->
<!-- ##### All Javascript Files ##### -->
<!-- jQuery-2.2.4 js -->
<script src="js/jquery/jquery-2.2.4.min.js"></script>
<!-- Popper js -->
<script src="js/bootstrap/popper.min.js"></script>
<!-- Bootstrap js -->
<script src="js/bootstrap/bootstrap.min.js"></script>
<!-- All Plugins js -->
<script src="js/plugins/plugins.js"></script>
<!-- Active js -->
<script src="js/active.js"></script>
</body>
</html>