EVOLUTION-NINJA
Edit File: WSG.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">Seed Germination Wet Cocopeat (WSG) Bags</span> </h2> <hr> <div class="row"> <div class="col-lg-3 col-md-12 text-center"> <img src="images/wsg.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 decomposed/well aged, low EC, pH balanced, medium mesh screened coir pith. Ready to use wet cocopeat powder, 54 litres (appx. 25 kg) Packed in printed yellow PP bags</li> <li>High quality, imported starter nutrition as well as feed water balancing inputs have been added.</li> <li>A premium product suitable for the production of seedlings from even delicate/expensive seeds.</li> <li>Product has a shelf life of up to 6 months.</li> <li>Loading : About 1,400 bags in 30 MT/14 wheels lorry.</li> </ul> </div> </div> <div class="col-lg-3 col-md-12"> <img src="images/wsg1.jpg" alt="" class="cocopeatproductimg mb-3"> <img src="images/wsg2.jpg" alt="" class="cocopeatproductimg"> </div> </div> </div> <!-- footer --> <div id="footer"></div> <script src="./js/footer.js"></script> <!-- footer end --> </body> </html>