EVOLUTION-NINJA
Edit File: WH.html
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Ashwini Agrotech</title> <!-- Bootstrap CSS --> <link rel="stylesheet" href="./css/bootstrap.min.css"> <link rel="stylesheet" href="./css/allpagestyles.css"> <!-- Bootstrap JS --> <script src="./js/bootstrap.bundle.min.js"></script> <!-- Google Fonts --> <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=Caveat:wght@400..700&family=Grand+Hotel&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+Kannada:wght@100..900&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&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet"> <style> </style> </head> <body> <script src="./js/header.js"></script> <!-- banner --> <div class=""> <div class="text-center"> <img src="images/productbanner.jpg" alt="" class="banners"> </div> </div> <!-- banner end--> <h1 class="text-center mt-5 mb-3" style="font-weight:600;"> <span style="color:#3E7C00">COCOPEAT PRODUCTS</span> </h1> <div class="container cocopeatContainer"> <h2 class="text-center mt-5 mb-3" style="font-weight:500;"> <span style="color:#603500">High Water Holding Cocopeat (WH) Bags</span> </h2> <hr> <div class="row"> <div class="col-lg-3 col-md-12 text-center"> <img src="images/wh.png" alt="" style="width:80%"> </div> <div class="col-lg-6 col-md-12 mb-2"> <div class="cocopeatProduct p-4"> <ul class="productDetails"> <li>Made from low EC, very fine mesh screened,fine-grained coir pith that provides high water holding / low drainage.</li> <li>A special purpose semi-wet cocopeat powder in 50 litres (appx.15kg)printed white PP bags.</li> <li>Product is for blending with other varieties of cocopeat to increase the water holding / reduce drainage of the blend. Blending ratio will depend upon the level of water holding desired.</li> <li>Product can also be used as a top coat (a thin top layer above the regular cocopeat in pro-trays / pots to aid better and quicker germination).</li> <li>Product does not contain starter nutrition or feed water balancing inputs.</li> <li>Product has a shelf life of up to 6 months.</li> <li>Loading : About 1,400bags in 30MT /14 wheels lorry.</li> </ul> </div> </div> <div class="col-lg-3 col-md-12"> <img src="images/wh1.jpg" alt="" class="cocopeatproductimg mb-3"> <img src="images/wh2.jpg" alt="" class="cocopeatproductimg"> </div> </div> </div> <!-- footer --> <div id="footer"></div> <script src="./js/footer.js"></script> <!-- footer end --> </body> </html>