ok
Direktori : /home/gainstransformin/public_html/ |
Current File : /home/gainstransformin/public_html/newsol.php |
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>GAINS- Transforming Lives</title> <meta content="width=device-width, initial-scale=1.0" name="viewport" /> <meta content="" name="keywords" /> <meta content="" name="description" /> <!-- Favicon --> <link href="img/favicon.ico" rel="icon" /> <!-- Google Web 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=Open+Sans:wght@400;500;600;700&display=swap" rel="stylesheet" /> <!-- Icon Font Stylesheet --> <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet" /> <link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css" rel="stylesheet" /> <!-- Libraries Stylesheet --> <link href="lib/animate/animate.min.css" rel="stylesheet" /> <link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet" /> <link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet" /> <!-- Customized Bootstrap Stylesheet --> <link href="css/bootstrap.min.css" rel="stylesheet" /> <!-- Template Stylesheet --> <link href="css/style.css" rel="stylesheet" /> <style> .slider-container { position: relative; } .slider { width: 100%; } #customButton { position: absolute; top: 80%; left: 10%; transform: translate(-50%, -50%); padding: 10px 20px; background-color: #529d10; border-radius:5px; color: #fff; border: none; cursor: pointer; outline: none; } </style> </head> <body> <!-- Spinner Start --> <div id="spinner" class="show bg-white position-fixed translate-middle w-100 vh-100 top-50 start-50 d-flex align-items-center justify-content-center"> <div class="spinner-border position-relative text-primary" style="width: 6rem; height: 6rem" role="status"></div> <i class="fa fa-laptop-code fa-2x text-primary position-absolute top-50 start-50 translate-middle"></i> </div> <!-- Spinner End --> <!-- Brand & Contact Start --> <?php include "include/newsol_header.php" ?> <!-- Navbar End --> <!-- Carousel Start --> <div class="container-fluid p-0 mb-3 wow Transition" data-wow-delay="0.1s"> <div id="header-carousel" class="carousel slide" data-bs-ride="carousel"> <div class="carousel-inner"> <div class="carousel-item active"> <img class="w-100 " src="imgs/newsol _bg_3.jpg" alt="Image" /> <a href="index.php"> <button id="customButton">Home</button></a> </div> </div> </div> </div> <!-- Carousel End --> <!-- Feature Start --> <div class="container-xxl py-5"> <div class="container"> <div class="row g-5"> <div class="col-lg-6 wow fadeInUp" data-wow-delay="0.1s"> <img class="img-fluid" src="imgs/newsol_product/newsol_about_us.png " /> </div> <div class="col-lg-6 wow fadeInUp" data-wow-delay="0.5s"> <div class="h-100 "> <h5 class="section-title bg-white text-primary px-3 text-center mt-5" style="margin-left:35%;">About Newsol </h5> <h1 class="mb-4 "> Newsol <span class="text-primary">Agritechnologies (OPC) </span>Pvt. Ltd. </h1> <p style="text-align : justify" >Newsol Agritechnologies (OPC) Pvt. Ltd., established in the year 2009, is a leading Agri biotech company active in the Manufacturing and Marketing of unique Bio Nutrition and plant Protection Products, Organic Fertilizers, and Micronutrients for Hi-tech agriculture use. The company is ISO, TUV India Certified, and has obtained the other important License from the Government of Maharashtra (India). We are working in BULK as well as RETAIL business. Also, we are into Import and Export of Agro Inputs. NEWSOL AGRITECHNOLOGIES (OPC) PVT. LTD. is with well-qualified, technical, skilled, and result-oriented responsible professionals for each department for providing their best technical as well as personal support regarding the brand & business development. </p> </div> </div> </div> </div> </div> <!-- Feature End --> <!-- Service Start --> <div class="container-xxl py-5"> <div class="container"> <div class="row g-5"> <div class="col-lg-4 wow fadeInDown" data-wow-delay="0.1s"> <div class="testimonial-item"> <div class="d-flex align-items-center"> <img src="imgs/newsol_product/NO_RESIDUE.png" style=" width: 50%; height: 50%; padding:10px;"/> <h5 class="text-center">NO RESIDUE</h5> </div> </div> </div> <div class="col-lg-4 wow fadeInDown" data-wow-delay="0.1s"> <div class="testimonial-item"> <div class="d-flex align-items-center"> <img src="imgs/newsol_product/QUICK_ACTION.png" style=" width: 50%; height: 50%;"/> <h5 class="text-center">QUICK ACTION</h5> </div> </div> </div> <div class="col-lg-4 wow fadeInDown" data-wow-delay="0.1s"> <div class="testimonial-item"> <div class="d-flex align-items-center"> <img src="imgs/newsol_product/ECO_FRIENDLY.png" style=" width: 50%; height: 50%;"/> <h5 class="text-center">ECO FRIENDLY</h5> </div> </div> </div> </div> </div> </div> <!-- service end --> <!-- Service Start --> <div class="container-xxl py-5 bg-imge"> <div class="container"> <div class="text-center mx-auto mb-5 wow fadeInUp" data-wow-delay="0.1s" style="max-width: 600px"> <a class="btn text-center rounded-pill py-2 px-5" style="background-color:white; color:black;" >Product Category</a > </div> <div class="row g-5"> <?php include("include/config.php"); $editId = isset($_REQUEST['produId']) ? $_REQUEST['produId'] : ""; $query = "SELECT * FROM `tbl_category` WHERE comp_name = 'Newsol Agritechnologies (Opc) Pvt Ltd' "; $result = mysqli_query($con, $query) or die(mysqli_error($con)); while ($accountUserData = mysqli_fetch_array($result)) { $cate_id= $accountUserData['cate_id'] ; ?> <div class="col-lg-3 wow fadeInDown" data-wow-delay="0.1s"> <div class="project-item border rounded h-100 p-4 bg-white" > <div class="position-relative mb-4"> <img class="img-fluid rounded" src="https://gainstransforminglives.com/Gains_admin/uploads/<?php echo $accountUserData['category_img'] ;?>"/> <a href="all_product.php?cate_id=<?php echo $cate_id ?>" >Read More</i></a> </div> <h5 class="text-center"><?php echo $accountUserData['category_name'] ; ?></h5> </div> </div> <?php } ?> </div> </div> </div> <!-- service end --> <style> .crop-container { text-align: center; /* Aligns both image and name in the center */ } .crop-name { margin-top: 10px; /* Adjust as needed to add space between image and name */ } </style> <div class="container-xxl py-5 mb-5 "> <div class="container"> <div class="text-center mx-auto mb-5 wow fadeInUp" data-wow-delay="0.1s" style="max-width: 600px"> <h5 class="section-title bg-white text-center text-primary px-3"> Crop Schedule </h5> </div> <?php $project_multiple_image = "SELECT `crop_sch_id`, `crop_name`, `fk_comp_id`, `crop_image`, `crop_schedule_image`, `crop_is_delete` FROM `tbl_crop_schedule` WHERE crop_is_delete=0 AND fk_comp_id='Newsol Agritechnologies (Opc) Pvt Ltd'"; $result = mysqli_query($con, $project_multiple_image) or die(mysqli_error($con)); ?> <div class="owl-carousel project-carousel wow fadeInUp" data-wow-delay="0.1s"> <?php while ($data = mysqli_fetch_assoc($result)) { ?> <div class="project-item h-100 p-4" data-dot="01"> <div class="position-relative mb-4"> <div class="crop-container"> <img class="img-fluid rounded" src="https://gainstransforminglives.com/Gains_admin/uploads/<?php echo $data['crop_image']; ?>" alt="<?php echo $data['crop_name']; ?>" style="width: 100%; height: 100%; object-fit: cover;"> <p class="crop-name" style="position: absolute; left: 50%; transform: translateX(-50%); font-weight: bold;"><?php echo $data['crop_name']; ?></p> </div> <a href="https://gainstransforminglives.com/Gains_admin/uploads/<?php echo $data['crop_schedule_image']; ?>" target="_blank">Read More</a> </div> </div> <?php } ?> </div> </div> </div> <!-- Testimonial Start --> <!-- Service Start --> <div class="container-xxl py-5"> <div class="container"> <div class="text-center mx-auto mb-5 wow fadeInUp" data-wow-delay="0.1s" style="max-width: 600px"> <h5 class="section-title bg-white text-center text-primary px-3"> Certification </h5> </div> <div class="row g-5"> <div class="col-lg-4 wow fadeInDown" data-wow-delay="0.1s"> <div class="project-item rounded h-100 p-4" > <div class="position-relative mb-4"> <img class="img-fluid rounded" src="imgs/certificates/gains_certificate/CERTIFICATE-OF-INCORPORATION.png" alt=""> <a href="imgs/certificates/gains_certificate/CERTIFICATE OF INCORPORATION.PDF" ></i></a> </div> </div> </div> <div class="col-lg-4 wow fadeInDown" data-wow-delay="0.3s"> <div class="project-item rounded h-100 p-4" > <div class="position-relative mb-4"> <img class="img-fluid rounded" src="imgs/certificates/gains_certificate/Newsol_Latest-with-Akola-Branch-1.png" alt=""> <a href="imgs/certificates/gains_certificate/Newsol_Latest-with-Akola-Branch-1.pdf" ></i></a> </div> </div> </div> <div class="col-lg-4 wow fadeInDown" data-wow-delay="0.5s"> <div class="project-item rounded h-100 p-4" > <div class="position-relative mb-4"> <img class="img-fluid rounded" src="imgs/certificates/gains_certificate/Udyam-Registration-Certificate_Newsol_Latest.png" alt=""> <a href="imgs/certificates/gains_certificate/Udyam Registration Certificate_Newsol_Latest.pdf" ></i></a> </div> </div> </div> </div> </div> </div> <!-- service end --> <!-- Testimonial Start --> <div class="container-xxl py-5"> <div class="container"> <div class="text-center mx-auto mb-5 wow fadeInUp" data-wow-delay="0.1s" style="max-width: 600px"> <h5 class="section-title bg-white text-center text-primary px-3"> Testimonial </h5> <h1 class="display-6 mb-4">What Our Clients Say!</h1> </div> <div class="owl-carousel testimonial-carousel wow fadeInUp" data-wow-delay="0.1s"> <div class="testimonial-item bg-light rounded p-4"> <div class="d-flex align-items-center mb-4"> <img class="flex-shrink-0 rounded-circle border p-1" src="imgs/d1.png" alt="" /> <div class="ms-4"> <h5 class="mb-1">Rajendra Palkhede <br> Ambevani <br>9011270292</h5> </div> </div> <p class="mb-0"> Newsol products are giving very good results, Humigain works well for White root development, and Nanocell gives more flowers & fruiting with fewer flower drops. Fruitgain is best for the fruiting stage. I am very much satisfied with the products and also suggesting to other farmer. </p> </div> <div class="testimonial-item bg-light rounded p-4"> <div class="d-flex align-items-center mb-4"> <img class="flex-shrink-0 rounded-circle border p-1" src="imgs/newsol_product/newsol_laxman_sonawane.png" alt="" /> <div class="ms-4"> <h5 class="mb-1">Laxman sonavane <br> Varkheda <br>9881856370</h5> </div> </div> <p class="mb-0">I mainly cultivate Tomato, and I was struggling for a better yield of tomatoes, I heard about Newsol Products from Mr.Jaysing Salunkhe, He gave me a Demo for the Flowering & Growth Stage of Bio Organic Slurry and Nanocell received good results, and then I used all Newsol Products like Bactosol, Virocell, Parasol, Newon Xl, Amigain, Eco Fungi regularly in my Crops</p> </div> <div class="testimonial-item bg-light rounded p-4"> <div class="d-flex align-items-center mb-4"> <img class="flex-shrink-0 rounded-circle border p-1" src="imgs/d3.png" alt="" /> <div class="ms-4"> <h5 class="mb-1">Dnyaneshwar Dhikale <br>Primpri <br>7875560251</h5> </div> </div> <p class="mb-0">I Used Newsol Products for Soil Application And also for spraying. The result is very good, It controls fungus diseases and is excellent for root growth. I am very much satisfied with the products and also suggesting to other farmer.</p> </div> <div class="testimonial-item bg-light rounded p-4"> <div class="d-flex align-items-center mb-4"> <img class="flex-shrink-0 rounded-circle border p-1" src="imgs/newsol_product/newsol_mahesh_upade.png" alt="" /> <div class="ms-4"> <h5 class="mb-1">Mahesh Uphade <br> Varkheda <br>9307853202</h5> </div> </div> <p class="mb-0"> Newsol Products are performing well as compared to other products. Crops look healthy with more no of tillers, growth, and yield. </p> </div> </div> </div> </div> <!-- Testimonial End --> <img class="w-100 " style="margin-top:-300px;" src="imgs/newsol_product/footer_img.png" alt="Image" /> <!-- Footer Start --> <?php include "include/newsol_footer.php" ?> <!-- Footer End --> <!-- Back to Top --> <a href="#" class="btn btn-lg btn-primary btn-lg-square rounded-circle back-to-top" ><i class="bi bi-arrow-up"></i ></a> <!-- JavaScript Libraries --> <script src="https://code.jquery.com/jquery-3.4.1.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script> <script src="lib/wow/wow.min.js"></script> <script src="lib/easing/easing.min.js"></script> <script src="lib/waypoints/waypoints.min.js"></script> <script src="lib/counterup/counterup.min.js"></script> <script src="lib/owlcarousel/owl.carousel.min.js"></script> <script src="lib/lightbox/js/lightbox.min.js"></script> <script> $(document).ready(function(){ $('.slider').slick(); // Add your button click functionality here $('#customButton').click(function(){ alert('Button Clicked!'); }); });</script> <!-- Template Javascript --> <script src="js/main.js"></script> </body> </html>