66 lines
3.2 KiB
PHP
66 lines
3.2 KiB
PHP
<?php include ('header.php'); ?>
|
|
|
|
|
|
<div class="container-fluid bg-breadcrumb">
|
|
<div class="container text-center py-5" style="max-width: 900px;">
|
|
<h3 class="text-white display-3 mb-4 wow fadeInDown" data-wow-delay="0.1s">Gallery</h1>
|
|
<ol class="breadcrumb justify-content-center text-white mb-0 wow fadeInDown" data-wow-delay="0.3s">
|
|
<li class="breadcrumb-item"><a href="index.php" class="text-white">Home</a></li>
|
|
<li class="breadcrumb-item"><a href="#" class="text-white">Gallery</a></li>
|
|
</ol>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Gallery -->
|
|
<div class="container">
|
|
|
|
<div class="row m-5">
|
|
<div class="col-sm-6 col-md-4 mb-3">
|
|
<img
|
|
src="https://images.unsplash.com/photo-1423589989400-cc0270157ed0?ixlib=rb-0.3.5&q=85&fm=jpg&crop=entropy&cs=srgb&ixid=eyJhcHBfaWQiOjE0NTg5fQ&s=a95937ce1dc3243f52c30f86d948b771"
|
|
alt="" class="fluid img-thumbnail">
|
|
</div>
|
|
<div class="col-sm-6 col-md-4 mb-3">
|
|
<img
|
|
src="https://images.unsplash.com/photo-1423589989400-cc0270157ed0?ixlib=rb-0.3.5&q=85&fm=jpg&crop=entropy&cs=srgb&ixid=eyJhcHBfaWQiOjE0NTg5fQ&s=a95937ce1dc3243f52c30f86d948b771"
|
|
alt="" class="fluid img-thumbnail">
|
|
</div>
|
|
<div class="col-sm-6 col-md-4 mb-3">
|
|
<img
|
|
src="https://images.unsplash.com/photo-1423589989400-cc0270157ed0?ixlib=rb-0.3.5&q=85&fm=jpg&crop=entropy&cs=srgb&ixid=eyJhcHBfaWQiOjE0NTg5fQ&s=a95937ce1dc3243f52c30f86d948b771"
|
|
alt="" class="fluid img-thumbnail">
|
|
</div>
|
|
<div class="col-sm-6 col-md-4 mb-3">
|
|
<img
|
|
src="https://images.unsplash.com/photo-1423589989400-cc0270157ed0?ixlib=rb-0.3.5&q=85&fm=jpg&crop=entropy&cs=srgb&ixid=eyJhcHBfaWQiOjE0NTg5fQ&s=a95937ce1dc3243f52c30f86d948b771"
|
|
alt="" class="fluid img-thumbnail">
|
|
</div>
|
|
<div class="col-sm-6 col-md-4 mb-3">
|
|
<img
|
|
src="https://images.unsplash.com/photo-1423589989400-cc0270157ed0?ixlib=rb-0.3.5&q=85&fm=jpg&crop=entropy&cs=srgb&ixid=eyJhcHBfaWQiOjE0NTg5fQ&s=a95937ce1dc3243f52c30f86d948b771"
|
|
alt="" class="fluid img-thumbnail">
|
|
</div>
|
|
<div class="col-sm-6 col-md-4 mb-3">
|
|
<img
|
|
src="https://images.unsplash.com/photo-1423589989400-cc0270157ed0?ixlib=rb-0.3.5&q=85&fm=jpg&crop=entropy&cs=srgb&ixid=eyJhcHBfaWQiOjE0NTg5fQ&s=a95937ce1dc3243f52c30f86d948b771"
|
|
alt="" class="fluid img-thumbnail">
|
|
</div>
|
|
<div class="col-sm-6 col-md-4 mb-3">
|
|
<img
|
|
src="https://images.unsplash.com/photo-1423589989400-cc0270157ed0?ixlib=rb-0.3.5&q=85&fm=jpg&crop=entropy&cs=srgb&ixid=eyJhcHBfaWQiOjE0NTg5fQ&s=a95937ce1dc3243f52c30f86d948b771"
|
|
alt="" class="fluid img-thumbnail">
|
|
</div>
|
|
<div class="col-sm-6 col-md-4 mb-3">
|
|
<img
|
|
src="https://images.unsplash.com/photo-1423589989400-cc0270157ed0?ixlib=rb-0.3.5&q=85&fm=jpg&crop=entropy&cs=srgb&ixid=eyJhcHBfaWQiOjE0NTg5fQ&s=a95937ce1dc3243f52c30f86d948b771"
|
|
alt="" class="fluid img-thumbnail">
|
|
</div>
|
|
<div class="col-sm-6 col-md-4 mb-3">
|
|
<img
|
|
src="https://images.unsplash.com/photo-1423589989400-cc0270157ed0?ixlib=rb-0.3.5&q=85&fm=jpg&crop=entropy&cs=srgb&ixid=eyJhcHBfaWQiOjE0NTg5fQ&s=a95937ce1dc3243f52c30f86d948b771"
|
|
alt="" class="fluid img-thumbnail">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<?php include ('footer.php'); ?>
|