EVOLUTION-NINJA
Edit File: AwinMagic.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">TREATMENT PRODUCTS</span> </h1> <div class="container cocopeatContainer"> <h2 class="text-center mt-5 mb-3" style="font-weight:500;"> <img src="images/awinimg.png" style="width:90px;margin-bottom: 10px;" alt=""> <span style="color:#603500">MAGIC</span> </h2> <hr> <div class="row"> <div class="col-sm-6"> <img src="images/MAGIC.jpg" alt="" width="100%"> </div> <div class="col-sm-6"> <div style="width:100%;text-align: end;"> <p style="color:#603500;font-weight: 500;font-size: 23px;">Before Treatment : </p> <img src="images/beforemagic.jpg" alt="" class="" width="50%"> </div> <div> <p style="color:#603500;font-weight: 500;font-size: 23px;">After Treatment : </p> <img src="images/aftermagic.jpg" alt="" class="" width="50%"> </div> </div> </div> <div class="mt-3"> <ul> <li>MAGIC is a fully water-soluble formulation in powder form useful for all types of nurseries (vegetable, ornamental, sugarcane, plantation, forestry, tissue culture).</li> <li>MAGIC is used as a curative product to treat uneven growth, stunted growth, curled leaves & chlorosis (yellowing of leaves) in pro-tray seedlings / potted plants in nurseries caused by certain unsuitable inputs such as cocopeat, soil, feed water, agro-chemicals etc. MAGIC acts very quickly. </li> </ul> </div> <div class="productdetail"> <h5 class="text-center mb-3" style="font-weight:500;color:#603500"> MAGIC USAGE METHOD : </h5> <ul> <li>For seedlings in pro-trays : Dissolve 1.5 to 2.0 g of MAGIC per litre of water and give deep spray or drench to affected seedlings. Application can be done in a single shot or in 2-3 instalments, keeping the total dosage of MAGIC at 1.5 to 2.0 g per tray. 1.5 kg MAGIC covers about 1,00,000 seedlings per application.</li> <li>For nursery plants in pots : Dissolve 1.5 to 2.0 g of MAGIC per litre of water and give deep spray or drench to affected plants. It can also be given through the drip line. Application can be done in a single shot or in 2-3 instalments, keeping the total dosage of MAGIC at 1.5 to 2.0 g per pot per application.</li> <li>Standard packing : 1 kg packets & 15 kg bags.</li> <li><span>MAGIC treatment cost for pro-tray seedlings :</span> About 2 paise per seedling.</li> <li><span>BEST BEFORE :</span> 24 months from the date of packing when stored unopened in a cool and dry place.</li> </ul> </div> <div> <h5 class="text-center mt-5 mb-3" style="font-weight:500;color:#B80000"> Click below link to download Awin MAGIC brochure </h5> </div> <div class="row row-gap-3 "> <div class="col-sm-3"> <div class="card" style=""> <img src="images/magiceng.jpg" class="card-img-top cardimg" alt="..."> <div class="card-body"> <a href="pdf/MagicEnglish.pdf" style="color: #603500;text-decoration:none ;" target="_blank" class="card-link">Awin Magic English</a> </div> </div> </div> <div class="col-sm-3"> <div class="card" style=""> <img src="images/magichind.jpg" class="card-img-top cardimg" alt="..."> <div class="card-body"> <a href="pdf/MagicHindi.pdf" style="color: #603500;text-decoration:none ;" target="_blank" class="card-link">Awin Magic Hindi</a> </div> </div> </div> <div class="col-sm-3"> <div class="card" style=""> <img src="images/magicmarat.jpg" class="card-img-top cardimg" alt="..."> <div class="card-body"> <a href="pdf/MagicMarathi.pdf" style="color: #603500;text-decoration:none ;" target="_blank" class="card-link">Awin Magic Marati</a> </div> </div> </div> <div class="col-sm-3"> <div class="card" style=""> <img src="images/magicgujar.jpg" class="card-img-top cardimg" alt="..."> <div class="card-body"> <a href="pdf/MagicGujarathi.pdf" style="color: #603500;text-decoration:none ;" target="_blank" class="card-link">Awin Magic Gujarati</a> </div> </div> </div> </div> </div> <!-- footer --> <div id="footer"></div> <script src="./js/footer.js"></script> <!-- footer end --> </body> </html>