/home3/vehiclea/public_html/sreemahadevgroup9/services.php
<?php
$_SESSION['active'] = 'Service';
include('header.php');
?>
<!-- END nav -->
<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">
<h6 class="breadcrumbs"><span class="mr-2"><a href="index.php">Home</a></span> <span>Services</span></h6>
<h1 class="mb-3 bread">Services</h1>
</div>
</div>
</div>
</div>
<section style="text-align:center;" >
<div class="container">
<div class="" data-aos="fade-up">
<div class="col-sm-3 section-t12"></div>
<div class="row">
<?php
$select_services = executework("SELECT * FROM services");
while($row = mysqli_fetch_array($select_services)){
if($row['status']==1)
{
?>
<div class="col-md-4 " data-aos="fade-right">
<img src="Dashboard/<?= $row['image']?>" alt="" width="300px" height="250px" >
</div>
<div class="col-md-8 pt-4 pt-lg-0 content" data-aos="fade-left">
<h5 class="service-box-title" style="color:#0E91C9;"><?= $row['name']?></h5>
<p style="text-align:justify;"><?= $row['content']?></p>
</div>
<?php
}
else{
?>
<div class="col-md-8 pt-4 pt-lg-0 content" data-aos="fade-left">
<h3 class="service-box-title" style="color:#0E91C9;"><?= $row['name']?></h3>
<p style="text-align:justify;"><?= $row['content']?></p>
</div>
<div class="col-md-4 " data-aos="fade-right">
<img src="Dashboard/<?= $row['image']?>" alt="" width="300px" height="250px" >
</div>
<?php
}
}
?>
</div>
<div class="col-sm-3 section-t12"></div>
</div>
</div>
</section>
<!-- -->
<?php include('footer.php');?>
@LwBee Strong Bypass
Upload File
Create New File