Server IP : 103.53.40.154 / Your IP : 18.220.206.141 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/ltbuildcon.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> <title> <?php echo $datab["meta_title"];?> </title> <meta name="description" content="<?php echo $datab["meta_desc"];?>"> <?php include 'top-link.php';?> </head> <body> <div id="page_wrapper"> <?php include 'header.php';?> <!--============== Page Banner Start ==============--> <div style="background-image: url(https://img.freepik.com/free-photo/modern-architecture-shapes-futuristic-cityscape-reflecting-travel-innovation-generative-ai_188544-15491.jpg?w=1060&t=st=1689238114~exp=1689238714~hmac=c57ef68…);background-size: cover;" class="page-banner-simple bg-secondary py-40"> <div class="container"> <!--<div class="row">--> <!-- <div class="col-lg-6">--> <!-- <h3 class="banner-title text-white">About Us</h3>--> <!--<span class="banner-tagline font-medium text-white">We make strategies, design & development to create valuable products.</span>--> <!-- </div>--> <!--</div>--> </div> </div> <!--============== Page Banner End ==============--> <!--============== Page title Start ==============--> <div class="full-row py-5"> <div class="container"> <div class="row"> <div class="col"> <h1 class="text-secondary">About Us</h1> <nav aria-label="breadcrumb"> <ol class="breadcrumb mb-0 bg-transparent p-0"> <li class="breadcrumb-item"><a href="<?php echo $wspath?>">Home</a> </li> <li class=" active text-primary" aria-current="page"> - About Us</li> </ol> </nav> </div> </div> </div> </div> <!--============== Page title End ==============--> <!--============== Features Start ==============--> <section class="about full-row my-5 bg-light"> <div class="container"> <div class="row"> <div class="col-md-6 p-2"> <img class="img-fluid" src="<?php echo $wspath?>admin/images/<?php echo $datab['about_img'];?>" alt="about-image"> </div> <div class="col-md-6 p-2"> <h1 style="color:white">L T <span style="color:#aa8453;">Buildcon</span></h1> <?php echo $datab['about_desc'];?> </div> </div> </div> </section> <!--bg-secondary--> <!--============== Features End ==============--> <!--============== Banner Start ==============--> <div class="full-row pb-30"> <div class="container"> <div class="row"> <div class="col-lg-4"> <div class="text-secondary mb-5"> <span class="tagline-2 text-primary">Capablities</span> <h2 class="text-secondary mb-4">Awesome Real Estate Company for Housing and Construction.</h2> </div> </div> <div class="col-lg-8"> <div class="row row-cols-md-2 row-cols-1"> <div class="col border-start border-geay mb-5"> <div class="simple-thumb transation px-4"> <span class="h3 down-line text-general mb-4 d-table">01</span> <h5 class="my-3"><a class="text-secondary">Property Booking</a></h5> <p>Creating a higher spacing and how people move through a unique and impactful campaign.</p> </div> </div> <div class="col border-start border-geay mb-5"> <div class="simple-thumb transation px-4"> <span class="h3 down-line text-general mb-4 d-table">02</span> <h5 class="my-3"><a class="text-secondary">Payment Guarantee</a></h5> <p>Creating a higher spacing and how people move through a unique and impactful campaign.</p> </div> </div> <div class="col border-start border-geay mb-5"> <div class="simple-thumb transation px-4"> <span class="h3 down-line text-general mb-4 d-table">03</span> <h5 class="my-3"><a class="text-secondary">House Management</a></h5> <p>Creating a higher spacing and how people move through a unique and impactful campaign.</p> </div> </div> <div class="col border-start border-geay mb-5"> <div class="simple-thumb transation px-4"> <span class="h3 down-line text-general mb-4 d-table">04</span> <h5 class="my-3"><a class="text-secondary">Property Deal</a></h5> <p>Creating a higher spacing and how people move through a unique and impactful campaign.</p> </div> </div> </div> </div> </div> </div> </div> <!--============== Banner End ==============--> <?php include 'footer.php';?> </div> </body> </html>