North-east-loft-boarding/sections/projects.php
2026-03-19 09:14:08 +00:00

85 lines
4.9 KiB
PHP

<section class="ftco-section">
<div class="container">
<div class="row justify-content-center mb-5 pb-3">
<div class="col-md-7 text-center heading-section ftco-animate">
<span class="subheading">Loft Boarding Specialists</span>
<h2 class="mb-4">Latest Projects</h2>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="project">
<a href="<?= $URLcorrection ?>images/gallery/1.jpg" class="img image-popup d-flex align-items-center" style="background-image: url(<?= $URLcorrection ?>images/gallery/1.jpg);">
<div class="icon d-flex align-items-center justify-content-center mb-5"><span class="fa fa-plus"></span></div>
</a>
<!--<div class="text">
<span class="subheading">Building</span>
<h3>Building A Condominium</h3>
<p><span class="fa fa-map-marker mr-1"></span> San Francisco, California, USA</p>
</div>-->
</div>
</div>
<div class="col-md-4">
<div class="project">
<a href="<?= $URLcorrection ?>images/gallery/3.jpg" class="img image-popup d-flex align-items-center" style="background-image: url(<?= $URLcorrection ?>images/gallery/3.jpg);">
<div class="icon d-flex align-items-center justify-content-center mb-5"><span class="fa fa-plus"></span></div>
</a>
<!--<div class="text">
<span class="subheading">Building</span>
<h3>Building A Condominium</h3>
<p><span class="fa fa-map-marker mr-1"></span> San Francisco, California, USA</p>
</div>-->
</div>
</div>
<div class="col-md-4">
<div class="project">
<a href="<?= $URLcorrection ?>images/gallery/15.jpg" class="img image-popup d-flex align-items-center" style="background-image: url(<?= $URLcorrection ?>images/gallery/15.jpg);">
<div class="icon d-flex align-items-center justify-content-center mb-5"><span class="fa fa-plus"></span></div>
</a>
<!--<div class="text">
<span class="subheading">Building</span>
<h3>Building A Condominium</h3>
<p><span class="fa fa-map-marker mr-1"></span> San Francisco, California, USA</p>
</div>-->
</div>
</div>
<div class="col-md-4">
<div class="project">
<a href="<?= $URLcorrection ?>images/gallery/11.jpg" class="img image-popup d-flex align-items-center" style="background-image: url(<?= $URLcorrection ?>images/gallery/11.jpg);">
<div class="icon d-flex align-items-center justify-content-center mb-5"><span class="fa fa-plus"></span></div>
</a>
<!--<div class="text">
<span class="subheading">Building</span>
<h3>Building A Condominium</h3>
<p><span class="fa fa-map-marker mr-1"></span> San Francisco, California, USA</p>
</div>-->
</div>
</div>
<div class="col-md-4">
<div class="project">
<a href="<?= $URLcorrection ?>images/gallery/13.jpg" class="img image-popup d-flex align-items-center" style="background-image: url(<?= $URLcorrection ?>images/gallery/13.jpg);">
<div class="icon d-flex align-items-center justify-content-center mb-5"><span class="fa fa-plus"></span></div>
</a>
<!--<div class="text">
<span class="subheading">Building</span>
<h3>Building A Condominium</h3>
<p><span class="fa fa-map-marker mr-1"></span> San Francisco, California, USA</p>
</div>-->
</div>
</div>
<div class="col-md-4">
<div class="project">
<a href="<?= $URLcorrection ?>images/gallery/18.jpg" class="img image-popup d-flex align-items-center" style="background-image: url(<?= $URLcorrection ?>images/gallery/18.jpg);">
<div class="icon d-flex align-items-center justify-content-center mb-5"><span class="fa fa-plus"></span></div>
</a>
<!--<div class="text">
<span class="subheading">Building</span>
<h3>Building A Condominium</h3>
<p><span class="fa fa-map-marker mr-1"></span> San Francisco, California, USA</p>
</div>-->
</div>
</div>
</div>
</div>
</section>