ok
| Direktori : /home/gainstransformin/www/ |
| Current File : /home/gainstransformin/www/asean.php |
<!DOCTYPE html>
<html lang="en">
<?php
include("include/config.php");
?>
<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/asean_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/ASEAN 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">
<div class="container">
<div class="row g-5">
<div class="col-lg-6 wow fadeInUp" data-wow-delay="0.1s" >
<div >
<img class="img-fluid" src="imgs/asean_about_us.png " alt="" style=" display: inline-block; "/>
</div>
</div>
<div class="col-lg-6 wow fadeInDown" 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 Us </h5>
<p style="text-align: justify" >ISO certified DSIR Recognized Organization (Department of Scientific and Industrial
Research New Delhi & Department of Biotechnologies) ICAER – NRCG Pune and MPKV Rahuri Approved and organic certified
products. Complete Range of Products used for all crops from sowing/plantation to harvesting of crop/produce. Strong
Research and Development of Innovative and Quality Agri Inputs (Organic and In Organic). With Research and analytical
laboratory. Eco-Friendly product range used fully for organic farming and chemical residue-free produce (Safe To the
Environment / Eco System and Human beings).Technical Advisory to customers and end-users with integrated pest and
disease management solutions for healthy crops and integrated nutrient management for healthy soil and water. Well-
experienced and well-educated, technical and skilled team for customers need analysis and end-to-end solutions and
services for customers growth and satisfaction Training Center for knowledge, awareness, and skill development of
customers/channel partners, consumers, and employees overall 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
$editId = isset($_REQUEST['produId']) ? $_REQUEST['produId'] : "";
$query = "SELECT * FROM `tbl_category` WHERE comp_name = 'Asean Agritechnologies (I) 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 -->
<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='Asean Agritechnologies (I) 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
$srno = 0; // Initialize the variable outside the loop
while ($data = mysqli_fetch_assoc($result)) {
// Inside the loop, assign $srno to each row of data
$data['srno'] = $srno; // Assuming 'srno' is a column in your database
// Your other code for processing the fetched data goes here
// Increment the counter for the next iteration
$srno++;
?>
<div class="project-item h-100 p-4" data-dot="<?php echo $srno; ?>">
<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 text-center" 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>
<!-- 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/Cerifiacte-of-Incorporation-1.png" alt="">
<a href="imgs/certificates/gains_certificate/Cerifiacte 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/MH-AAIPL-NEW_02-1.png" alt="">
<a href="imgs/certificates/gains_certificate/MH AAIPL NEW_02.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-Asean-with-Annexure-1.png" alt="">
<a href="imgs/certificates/gains_certificate/Udyam Registration Certificate Asean with Annexure.pdf" ></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- service end -->
<!-- Testimonial Start -->
<div class="container-xxl">
<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" style="height:490px;">
<div class="d-flex align-items-center mb-4">
<img
class="flex-shrink-0 rounded-circle border p-1"
src="imgs/jadhav_sir.png"
alt="" />
<div class="ms-4">
<h5 class="mb-1">Mr. Lalit Jadhav <br> 9823516717</h5>
</div>
</div>
<p class="mb-0"> Asean has always had quality products backed by quality people,” says ag retailer Lalit Jadhav.
“Our long-term relationship with and the great service provided by Mr. Gorakshnath Dhikale & Ganesh Bhagat ,
agronomy service representative, make it easy for us to offer Asean products to our customers.
<br> Address : Ag Retailer , Nashik Tuljai Agro Service</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/dhikle_sir.png"
alt="" />
<div class="ms-4">
<h5 class="mb-1">Mr. Rahul Dhikale. <br> 9552369303 </h5>
</div>
</div>
<p class="mb-0"> I am Rahul Dhikale at Sayyad Pimpri Nashik, I have 10 acre farm. It consists of grape and other vegetable crops.
I have been using Asean product from last 5 to 6 years for all crops. Like Bonemeal Super and 51 kg microfert kit for basal dose,
Asean organic slurry from drip and water, Microdrip (Chelated micronutrient) are all products that I have used in my farm for all
crops. I have got very good results from this product on crops. Everyone should use. It will definitely beneficial.
<br> Address : Farmer , Sayyad Pimpri Nashik, Maharashtra</p>
</div>
<div class="testimonial-item bg-light rounded p-4" style="height:490px;">
<div class="d-flex align-items-center mb-4">
<img
class="flex-shrink-0 rounded-circle border p-1"
src="imgs/jadhav_sir.png"
alt="" />
<div class="ms-4">
<h5 class="mb-1">Mr. Lalit Jadhav <br> 9823516717</h5>
</div>
</div>
<p class="mb-0"> Asean has always had quality products backed by quality people,” says ag retailer Lalit Jadhav.
“Our long-term relationship with and the great service provided by Mr. Gorakshnath Dhikale & Ganesh Bhagat ,
agronomy service representative, make it easy for us to offer Asean products to our customers.
<br> Address : Ag Retailer , Nashik Tuljai Agro Service</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/dhikle_sir.png"
alt="" />
<div class="ms-4">
<h5 class="mb-1">Mr. Rahul Dhikale. <br> 9552369303 </h5>
</div>
</div>
<p class="mb-0"> I am Rahul Dhikale at Sayyad Pimpri Nashik, I have 10 acre farm. It consists of grape and other vegetable crops.
I have been using Asean product from last 5 to 6 years for all crops. Like Bonemeal Super and 51 kg microfert kit for basal dose,
Asean organic slurry from drip and water, Microdrip (Chelated micronutrient) are all products that I have used in my farm for all
crops. I have got very good results from this product on crops. Everyone should use. It will definitely beneficial.
<br> Address : Farmer , Sayyad Pimpri Nashik, Maharashtra
</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/asean_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>