Server : LiteSpeed System : Linux in-mum-web1112.main-hosting.eu 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64 User : u451330669 ( 451330669) PHP Version : 8.2.27 Disable Function : NONE Directory : /home/u451330669/domains/thedeepenterprise.com/public_html/ |
<?php require('top.php')
?>
<!-- start page-title -->
<section class="page-title" style="background-image: url('https://www.accurate.in/img/college/1658318395-Mechanical-Engineering.jpg');">
<div class="container">
<div class="row">
<div class="col col-xs-12">
<h2>Projects</h2>
<ol class="breadcrumb">
<li><a href="index-2.html">Home</a></li>
<li>Projects</li>
</ol>
</div>
</div> <!-- end row -->
</div> <!-- end container -->
</section>
<!-- end page-title -->
<!-- start of services -->
<section class="section-padding services-grid-section">
<div class="container">
<div class="row">
<div class="col col-xs-12">
<div class="services-grids services-grid-view">
<?php
$get_gallary=get_gallary($con);
foreach($get_gallary as $list){
?>
<div class="grid">
<div class="inner mk-bg-img">
<div class="details ">
<div class="info">
<img src="<?php echo PRODUCT_IMAGE_SITE_PATH.$list['image']?>" alt class="bg-image">
<a href="">
<h3><?php echo $list['gallary']?></h3>
</a>
</div>
</div>
</div>
</div>
<?php } ?>
</div> <!-- end services-grids -->
</div> <!-- end col -->
</div> <!-- end row -->
</div> <!-- end container -->
</section>
<!-- end of services -->
<?php require('footer.php')
?>