EVOLUTION-NINJA
Edit File: SGB.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 Cocopeat bricks (SGB)</span> </h2> <hr> <div class="row"> <div class="col-lg-3 col-md-12 text-center"> <img src="images/sgb.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, fine mesh screened, destoned & cleaned coir pith. Machine compressed into bricks for ease of transportation and handling. 30x30x12-14 cm bricks, appx. 5 kg each.</li> <li>1 kg of brick will give about 6 1/4 kg of ready to use wet cocopeat within minutes after adding 5 1/4 litres of water.</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 long shelf life of up to 3 years.</li> <li>Packing : 5 bricks packed in a printed PP bag. Optionally, individual bricks can be shrink wrapped with labels.</li> <li>Loading : About 22MT in 30 MT/14 wheel lorry.</li> </ul> </div> </div> <div class="col-lg-3 col-md-12"> <img src="images/coco1.png" alt="" class="cocopeatproductimg mb-3"> <img src="images/coco2.png" alt="" class="cocopeatproductimg"> </div> </div> </div> <!-- footer --> <div id="footer"></div> <script src="./js/footer.js"></script> <!-- footer end --> </body> </html>