0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 18.222.118.236


Current Path : /var/www/website/bkmh/
Upload File :
Current File : /var/www/website/bkmh/gallery.php

<!DOCTYPE html>
<html lang="zxx">
<head>
	<title>BKMH</title>
	<meta charset="UTF-8">
	<meta name="description" content="Boto Photo Studio HTML Template">
	<meta name="keywords" content="photo, html">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<!-- Stylesheets -->
	<link rel="stylesheet" href="css/bootstrap.min.css"/>
	<link rel="stylesheet" href="css/font-awesome.min.css"/>
	<link rel="stylesheet" href="css/slicknav.min.css"/>
	<link rel="stylesheet" href="css/fresco.css"/>

	<link href="cuk/bootstrap.min.css" type="text/css" rel="stylesheet">
	<link href="cuk/common-styles.css" type="text/css" rel="stylesheet">
	<link href="cuk/center-styles.css" rel="stylesheet">
	<link href="cuk/center-responsive.css" type="text/css" rel="stylesheet">
	<link href="cuk/common-responsive.css" type="text/css" rel="stylesheet">
	<link href="cuk/line-awesome.min.css" type="text/css" rel="stylesheet">
	<link href="cuk/font-awesome.min.css" type="text/css" rel="stylesheet">
	<link href="cuk/nav-bars_1.css" type="text/css" rel="stylesheet">
	<link href="cuk/nav-bars_2.css" type="text/css" rel="stylesheet">

	<!-- Main Stylesheets -->
	<link rel="stylesheet" href="css/style.css"/>

</head>
    <body data-new-gr-c-s-check-loaded="14.1075.0" data-gr-ext-installed="" style="cursor: auto;">
        <div class="headerr sticky" id="myHeader">  
			<div class="headerr sticky" id="myHeader">  
				<div class="to-p-hde-r">
					<section id="header-logo"> 
						<div class="container-fluid max-w">
							<div class="col-lg-7 col-sm-7">  <img src="img/logo.png" style="width: 500px; height:100px;"></div>
									<div class="col-lg-9 col-sm-9">  
								<div class="first-menu">
									<div id="cssmenu"><div id="menu-button"></div>
									<ul style="display: none;">
											<li><a target="_blank"> <i class="fa fa-graduation-cap"></i> <span class="txt-top-mnu"> Home </span> </a></li>
									</ul>
									</div>
								</div>
							</div>
						</div>
					</section> 
					<section id="updates">  </section> 
				</div>
			</div>
        </div>

        <div class="site-all-content" id="brd-crmp-depp_new" style="scroll-margin-top: 65px !important;">

	<!-- Header Section end -->

	<!-- About Page -->
	<div class="gallery__page">
		<div class="gallery__warp">
			<div class="row">

					<?php
					foreach (glob("../images1/*.*") as $filename) {
					?>

					<div class="col-lg-3 col-md-4 col-sm-6">
						<a class="gallery__item fresco" href="<?php echo $filename; ?>" data-fresco-group="gallery">
						<img src="<?php echo $filename;?>" alt="">
						</a>
					</div>

					<?php } ?>

			</div>
		</div>
	</div>

	<div class="search-model">
		<div class="h-100 d-flex align-items-center justify-content-center">
			<div class="search-close-switch">+</div>
			<form class="search-model-form">
				<input type="text" id="search-input" placeholder="Search here.....">
			</form>
		</div>
	</div>

	<!--====== Javascripts & Jquery ======-->
	<script src="js/vendor/jquery-3.2.1.min.js"></script>
	<script src="js/jquery.slicknav.min.js"></script>
	<script src="js/slick.min.js"></script>
	<script src="js/fresco.min.js"></script>
	<script src="js/main.js"></script>

	</body>
</html>