rohini/gallery.php
2024-09-29 15:56:27 +05:45

157 lines
8.4 KiB
PHP

<?php include('header.php')?>
<!--Page Header Start-->
<section class="page-header">
<div class="page-header-bg" style="background-image: url('assets/images/backgrounds/page-header-bg.jpg')">
</div>
<div class="container">
<div class="page-header__inner">
<h2>Gallery</h2>
<ul class="thm-breadcrumb list-unstyled">
<li><a href="index.html">Home</a></li>
<li><span>-</span></li>
<li class="active">Gallery</li>
</ul>
</div>
</div>
</section>
<!--Page Header End-->
<!--Gallery Page Start-->
<section class="gallery-page blog-bg">
<div class="container">
<div class="row masonary-layout">
<!--Gallery Page Single Start-->
<div class="col-xl-3 col-lg-6 col-md-6">
<div class="gallery-page__single">
<div class="gallery-page__img">
<img src="assets/images/gallery/gallery-page-1-1.jpg" alt="">
<div class="gallery-page__icon">
<a class="img-popup" href="assets/images/gallery/gallery-page-1-1.jpg"><span
class="icon-plus"></span></a>
</div>
</div>
</div>
</div>
<!--Gallery Page Single End-->
<!--Gallery Page Single Start-->
<div class="col-xl-3 col-lg-6 col-md-6">
<div class="gallery-page__single">
<div class="gallery-page__img">
<img src="assets/images/gallery/gallery-page-1-2.jpg" alt="">
<div class="gallery-page__icon">
<a class="img-popup" href="assets/images/gallery/gallery-page-1-2.jpg"><span
class="icon-plus"></span></a>
</div>
</div>
</div>
</div>
<!--Gallery Page Single End-->
<!--Gallery Page Single Start-->
<div class="col-xl-3 col-lg-6 col-md-6">
<div class="gallery-page__single">
<div class="gallery-page__img">
<img src="assets/images/gallery/gallery-page-1-3.jpg" alt="">
<div class="gallery-page__icon">
<a class="img-popup" href="assets/images/gallery/gallery-page-1-3.jpg"><span
class="icon-plus"></span></a>
</div>
</div>
</div>
</div>
<!--Gallery Page Single End-->
<!--Gallery Page Single Start-->
<div class="col-xl-3 col-lg-6 col-md-6">
<div class="gallery-page__single">
<div class="gallery-page__img">
<img src="assets/images/gallery/gallery-page-1-4.jpg" alt="">
<div class="gallery-page__icon">
<a class="img-popup" href="assets/images/gallery/gallery-page-1-4.jpg"><span
class="icon-plus"></span></a>
</div>
</div>
</div>
</div>
<!--Gallery Page Single End-->
<!--Gallery Page Single Start-->
<div class="col-xl-3 col-lg-6 col-md-6">
<div class="gallery-page__single">
<div class="gallery-page__img">
<img src="assets/images/gallery/gallery-page-1-5.jpg" alt="">
<div class="gallery-page__icon">
<a class="img-popup" href="assets/images/gallery/gallery-page-1-5.jpg"><span
class="icon-plus"></span></a>
</div>
</div>
</div>
</div>
<!--Gallery Page Single End-->
<!--Gallery Page Single Start-->
<div class="col-xl-3 col-lg-6 col-md-6">
<div class="gallery-page__single">
<div class="gallery-page__img">
<img src="assets/images/gallery/gallery-page-1-6.jpg" alt="">
<div class="gallery-page__icon">
<a class="img-popup" href="assets/images/gallery/gallery-page-1-6.jpg"><span
class="icon-plus"></span></a>
</div>
</div>
</div>
</div>
<!--Gallery Page Single End-->
<!--Gallery Page Single Start-->
<div class="col-xl-3 col-lg-6 col-md-6">
<div class="gallery-page__single">
<div class="gallery-page__img">
<img src="assets/images/gallery/gallery-page-1-7.jpg" alt="">
<div class="gallery-page__icon">
<a class="img-popup" href="assets/images/gallery/gallery-page-1-7.jpg"><span
class="icon-plus"></span></a>
</div>
</div>
</div>
</div>
<!--Gallery Page Single End-->
<!--Gallery Page Single Start-->
<div class="col-xl-6 col-lg-6 col-md-6">
<div class="gallery-page__single">
<div class="gallery-page__img">
<img src="assets/images/gallery/gallery-page-1-9.jpg" alt="">
<div class="gallery-page__icon">
<a class="img-popup" href="assets/images/gallery/gallery-page-1-9.jpg"><span
class="icon-plus"></span></a>
</div>
</div>
</div>
</div>
<!--Gallery Page Single End-->
<!--Gallery Page Single Start-->
<div class="col-xl-3 col-lg-6 col-md-6">
<div class="gallery-page__single">
<div class="gallery-page__img">
<img src="assets/images/gallery/gallery-page-1-8.jpg" alt="">
<div class="gallery-page__icon">
<a class="img-popup" href="assets/images/gallery/gallery-page-1-8.jpg"><span
class="icon-plus"></span></a>
</div>
</div>
</div>
</div>
<!--Gallery Page Single End-->
<!--Gallery Page Single Start-->
<div class="col-xl-3 col-lg-6 col-md-6">
<div class="gallery-page__single">
<div class="gallery-page__img">
<img src="assets/images/gallery/gallery-page-1-10.jpg" alt="">
<div class="gallery-page__icon">
<a class="img-popup" href="assets/images/gallery/gallery-page-1-10.jpg"><span
class="icon-plus"></span></a>
</div>
</div>
</div>
</div>
<!--Gallery Page Single End-->
</div>
</div>
</section>
<!--Gallery Page End-->
<?php include('footer.php')?>