Rohini_New/gallery.php
2024-10-17 15:38:33 +05:45

165 lines
8.7 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">
<div class="thm-breadcrumb__box">
<ul class="thm-breadcrumb list-unstyled">
<li><a href="index.php">Home</a></li>
<li><span>-</span></li>
<li>Gallery</li>
</ul>
</div>
<h2>Gallery</h2>
</div>
</div>
</section>
<!--Page Header End-->
<!--Gallery Page Start-->
<section class="gallery-page">
<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">
<div class="gallery-page__img-box">
<img src="assets/images/gallery/gallery-page-1-1.jpg" alt="">
</div>
<div class="gallery-page__icon">
<a class="img-popup" href="assets/images/gallery/gallery-page-1-1.jpg"><span
class="fas fa-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">
<div class="gallery-page__img-box">
<img src="assets/images/gallery/gallery-page-1-2.jpg" alt="">
</div>
<div class="gallery-page__icon">
<a class="img-popup" href="assets/images/gallery/gallery-page-1-2.jpg"><span
class="fas fa-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">
<div class="gallery-page__img-box">
<img src="assets/images/gallery/gallery-page-1-3.jpg" alt="">
</div>
<div class="gallery-page__icon">
<a class="img-popup" href="assets/images/gallery/gallery-page-1-3.jpg"><span
class="fas fa-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">
<div class="gallery-page__img-box">
<img src="assets/images/gallery/gallery-page-1-4.jpg" alt="">
</div>
<div class="gallery-page__icon">
<a class="img-popup" href="assets/images/gallery/gallery-page-1-4.jpg"><span
class="fas fa-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">
<div class="gallery-page__img-box">
<img src="assets/images/gallery/gallery-page-1-5.jpg" alt="">
</div>
<div class="gallery-page__icon">
<a class="img-popup" href="assets/images/gallery/gallery-page-1-5.jpg"><span
class="fas fa-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">
<div class="gallery-page__img-box">
<img src="assets/images/gallery/gallery-page-1-6.jpg" alt="">
</div>
<div class="gallery-page__icon">
<a class="img-popup" href="assets/images/gallery/gallery-page-1-6.jpg"><span
class="fas fa-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">
<div class="gallery-page__img-box">
<img src="assets/images/gallery/gallery-page-1-7.jpg" alt="">
</div>
<div class="gallery-page__icon">
<a class="img-popup" href="assets/images/gallery/gallery-page-1-7.jpg"><span
class="fas fa-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">
<div class="gallery-page__img-box">
<img src="assets/images/gallery/gallery-page-1-8.jpg" alt="">
</div>
<div class="gallery-page__icon">
<a class="img-popup" href="assets/images/gallery/gallery-page-1-8.jpg"><span
class="fas fa-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">
<div class="gallery-page__img-box">
<img src="assets/images/gallery/gallery-page-1-9.jpg" alt="">
</div>
<div class="gallery-page__icon">
<a class="img-popup" href="assets/images/gallery/gallery-page-1-9.jpg"><span
class="fas fa-plus"></span></a>
</div>
</div>
</div>
</div>
<!--Gallery Page Single End-->
</div>
</div>
</section>
<!--Gallery Page End-->
<?php include('footer.php')?>