Server IP : 103.53.40.154 / Your IP : 18.220.112.210 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/kanoonisamadhan.in/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include_once ('admin/config.php'); $sql04 = "SELECT * FROM `tbl_about`"; $run04 = mysqli_query($db,$sql04) or die("Query Not run"); $data04 = mysqli_fetch_assoc($run04); ?> <!DOCTYPE html> <html lang="zxx"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="description" content="<?php echo $data04['meta_desc']?>"> <!-- Title --> <title><?php echo $data04['meta_title']?></title> <?php include 'top-link.php';?> </head> <body> <?php include 'header.php';?> <!-- Banner Area --> <section id="common_banner_area"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="commn_banner_page"> <h2><span class="color_big_heading">About</span> us</h2> <ul class="breadcrumb_wrapper"> <li class="breadcrumb_item"><a href="index.php">Home</a></li> <li class="breadcrumb_item"><img src="assets/img/icon/arrow.png" alt="img"></li> <li class="breadcrumb_item active">About us</li> </ul> </div> </div> </div> </div> </section> <!-- About Area --> <section id="about_area" class="section_padding_bottom"> <div class="container"> <div class="row"> <div class="col-lg-6 col-md-12 col-sm-12 col-12" style="padding-top: 115px;"> <div class="about_area_img"> <img src="admin/images/<?php echo $data04['about_img']?>" alt="img"> </div> </div> <div class="col-lg-6 col-md-12 col-sm-12 col-12"> <div class="about_area_main_text"> <div class="about_area_heading"> <!--<img src="assets/img/icon/about.png" alt="img">--> <!-- <h3>Welcome to <br> Bhartiya Kanooni Samadhan Kendra</h3>--> </div> <div class="about_area_heading_two"> <h2>Unlocking <span class="color_big_heading">justice</span> <br /> where you need it most</h2> <h3>Your trusted partner in legal solutions</h3> </div> <div class="about_area_para"> <p><?php echo $data04['about_desc']?></p> </div> <div class="about_vedio_area"> <a href="<?php echo $wspath?>contact.html" class="btn btn_theme btn_md">Contact Us</a> </div> </div> </div> </div> </div> </section> <!-- volunteer Area --> <?php // include 'volunteer.php'; ?> <!-- partner Area --> <?php // include 'partner.php'; ?> <?php include 'footer.php';?>