Server IP : 103.53.40.154 / Your IP : 18.217.208.220 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home2/ppcad7no/chandeshwarcontractors.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include_once('admin/config.php'); $sqlab = "SELECT * FROM `tbl_about` WHERE a_id=1"; $runab = mysqli_query($db,$sqlab) or die("Query Not run"); $datab = mysqli_fetch_assoc($runab); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <?php include "top-links.php" ?> <title><?php echo $datab["meta_title"];?></title> <meta name="description" content="<?php echo $datab["meta_desc"];?>"> <style> .single-features-style-two, .about-img-box img{ border-radius:5px; box-shadow:1px 1px 3px 3px #808080; } </style> </head> <body> <!--<div class="preloader"><div class="spinner"></div></div>--> <div class="page-wrapper"> <?php include "top-header.php" ?> <?php include "header.php" ?> <div class="inner-banner"> <div class="container"> <h3>About Us</h3> <ul class="breadcumb"> <li><a href="<?php echo $wspath?>">Home</a></li> <li><span class="sep"><i class="fa fa-angle-right"></i></span></li> <li><span>About Us</span></li> </ul> </div> </div> <section class="about-style-three"> <div class="container" style="padding-top: 100px;"> <div class="row"> <div class="col-xl-6 col-md-6 col-sm-12 col-xs-12" style="padding-bottom:20px;"> <div class="about-img-box" style="padding-top:30px;"> <img src="<?php echo $wspath?>admin/images/<?php echo $datab['about_img'];?>" alt="<?php echo $datal['site_name'];?>"/> </div> </div> <div class="col-xl-6 col-md-6 col-sm-12 col-xs-12"> <div class="about-content"> <h3>About <?php echo $datal['site_name'];?></h3> <p><?php echo $datab['about_desc'];?></p> <!--<a href="#" class="about-btn hvr-sweep-to-right">Read More</a>--> </div> </div> </div> </div> </section> <section class="features-style-two"> <div class="container"> <div class="row"> <div class="col-md-4 col-sm-6 col-xs-12"> <div class="single-features-style-two hvr-bounce-to-bottom"> <div class="inner"> <i class="industrio-icon-innovation"></i> <h3>Who We Are</h3> <p>Chandeshwar Contractors is a leading provider of specialized piling and drilling services. Established with a commitment to excellence.</p> </div><!-- /.inner --> </div><!-- /.single-features-style-two --> </div><!-- /.col-md-4 col-sm-6 col-xs-12 --> <div class="col-md-4 col-sm-6 col-xs-12"> <div class="single-features-style-two hvr-bounce-to-bottom"> <div class="inner"> <i class="industrio-icon-secure-shield"></i> <h3>Our Vision</h3> <p>our vision is to be the premier choice for piling and drilling services globally.while continuously pushing the boundaries of innovation.</p> </div><!-- /.inner --> </div><!-- /.single-features-style-two --> </div><!-- /.col-md-4 col-sm-6 col-xs-12 --> <div class="col-md-4 col-sm-6 col-xs-12"> <div class="single-features-style-two hvr-bounce-to-bottom"> <div class="inner"> <i class="industrio-icon-support"></i> <h3>Our Mission</h3> <p>We strive to achieve this by leveraging cutting-edge technology, adhering to the highest standards of safety and maintaining a steadfast commitment to integrity and professionalism. </p> </div> </div> </div> </div> </div> </section> <?php include "contact-footer-banner.php" ?> </div> <?php include "footer.php" ?> </body> </html>