BLACKSITE
:
216.73.216.60
:
93.127.172.42 / iavenuelabs.org
:
Linux onepixelsoft.com 6.8.0-106-generic #106-Ubuntu SMP PREEMPT_DYNAMIC Fri Mar 6 07:58:08 UTC 2026 x86_64
:
/
www
/
wwwroot
/
iavenuelabs.org
/
Upload File:
files >> /www/wwwroot/iavenuelabs.org/solution.php
<?php include'common/header.php'; include'common/db.php'; ?> <div id="banner"> <div class="container"> <div class="row padding-80"> <div class="col-md-6 col-sm-6"> <h2 class="page-title">Solutions</h2> </div> <div class="col-md-6 col-sm-6"> <ul class="page-location"> <li><a href="index.php">Home</a></li> <li><a href="#"> >> </a></li> <li><a class="active" href="#">Solutions</a></li> </ul> </div> </div> </div> </div> <section class="full-row"> <div class="container"> <div class="row"> <div class="col-md-6"> <div class="how-work"> <img src="images/banner/how-we-work.jpg" alt=""> <a class="video-popup" href="https://vimeo.com/173404890" title="video popup"> <span class="play"><i class="flaticon-play-button"></i></span> </a> </div> </div> <div class="col-md-6"> <h2 class="title"><span>How</span> will Data Analytics empower farmers?</h2> <div class="text-area"> <p class="text-justify">The growing need for agribusiness to effectively analyse critical farm related data for better decision making is contributing to the growth of the agricultural analytics solution segment. Crop yield depends on multiple factors such as weather parameters, soil condition, fertilizer application, and seed variety.</p> <p class="text-justify">It becomes very challenging for farmers to identify the critical factors from large data sets that can impact their farm productivity. Agriculture analytics solution allows to corealte wide variety of data to get valuable insight for increasing productivity.</p> </div> </div> </div> <div id="1" > </div> </div> </section> <section class="full-row bg-gray"> <div class="container"> <div class="row"> <div class="col-md-12"> <h2 class="title text-center">All Services</h2> </div> </div> <div class="row margin-top-15"> <?php $filter = "select * from services"; if (($result = $conn->query($filter))) { while ($row = $result->fetch_assoc()) { ?> <div class="row flex-box services_box_outer padding-row"> <div class="col-md-6 col-sm-12 no-padding-mobile padding-80 text_box_design"> <a href="service_details.php?service_list_id=<?php echo $row['id']; ?>"> <h2 class="inner-title"><?php echo $row['name']; ?></h2> </a> <ul class="listing-article"> <li class="responsive-para"> <p class="text-justify"> <?php $text = $row['detail']; if(strlen($text)>150){ $text=substr($text,0,180).' ..'; echo $text; } else{ echo $row['detail']; } ?></p> </li> </ul> <button type="button" class="btn btn-info request_button req-b"><a href="service_details.php?service_list_id=<?php echo $row['id']; ?>" style="color:white;">Read More</a></button> </div> <div class="col-md-6 col-sm-6 padding-0 img_box_design"> <div class=" "> <img src="images/our_service/<?php echo $row['banner_name']; ?>" alt=""> </div> </div> </div> <?php } }?> </div> <div id="2" > </div> </div> </section> <section class="full-row bg-white"> <div class="container"> <div class="row"> <div class="col-md-12"> <h2 class="title text-center">What We Do For You</h2> <span class="sub-title text-center">iAvenue Labs LLP is a team of enthusiastic data scientists and domain experts aiming at leveraging data analytics and artificial intelligence to bring agricultural analytics closer to agritech startups and agribusinesses. We understand the emerging needs of FPOs across the country and thus we are offering the following services.</span> </div> </div> <div class="row margin-top-15"> <?php $filter = "select * from what_we_do"; if (($result = $conn->query($filter))) { while ($row = $result->fetch_assoc()) { ?> <div class="col-md-4 col-sm-4"> <div class="srvc-item"> <div class="srvc-icon"> <a href="service_details.php?service_list_id=<?php echo $row['id']; ?>"> <img src="images/our_service/<?php echo $row['banner_name']; ?>"></a> </div> <a href="what-we-do-details.php?service_list_id=<?php echo $row['id']; ?>"> <h4 class="inner-title"><?php echo $row['name']; ?></h4> </a> <p><?php $text = $row['detail']; if(strlen($text)>150){ $text=substr($text,0,180).' ..'; echo $text; } else{ echo $row['detail']; } ?> </p> <br> </div> </div> <?php } }?> </div> </div> </section> <?php include'common/footer.php'; ?>