meet the team section added
This commit is contained in:
parent
c4df009d22
commit
f5cdf62017
46
about.php
46
about.php
@ -87,6 +87,52 @@ include_once $URLcorrection . 'includes/header.php';
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<section class=" company-background padding-top-100 padding-bottom-100">
|
||||||
|
<div class="container text-center">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-lg-12">
|
||||||
|
<h2>Our Qualified Loft Experts</h2>
|
||||||
|
<p class="stand-out-text">Introducing the dedicated team at North East Loft Boarding. We're here to offer premium loft boarding solutions designed to maximise your loft space's potential. Our skilled surveyors and installers specialise in creating functional and efficient storage areas in your loft.</p>
|
||||||
|
<p class="stand-out-text"> At North East Loft Boarding., our primary focus is on providing top-quality loft boarding services. We understand the importance of creating additional storage space in your home, and our team is committed to delivering exceptional results.</p>
|
||||||
|
<p class="stand-out-text">Whether you're looking to de-clutter your living space or simply need more room to store your belongings, we have the expertise to help. Contact us today to schedule a survey and let us assist you in transforming your loft into a practical and organised storage area.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row justify-content-center margin-top-60">
|
||||||
|
<div class="col-lg-3 col-md-6 margin-bottom-30">
|
||||||
|
<div class="team-member-card">
|
||||||
|
<img src="<?= $URLcorrection ?>images/team/Martin.png" alt="Team Member 1" class="img-fluid">
|
||||||
|
<h4>Martin</h4>
|
||||||
|
<p class="stand-out-text">Installations Director / Surveyor</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="col-lg-3 col-md-6 margin-bottom-30">
|
||||||
|
<div class="team-member-card">
|
||||||
|
<img src="<?= $URLcorrection ?>images/team/Ash.png" alt="Team Member 2" class="img-fluid">
|
||||||
|
<h4>Ashley</h4>
|
||||||
|
<p class="stand-out-text">Surveyor / Lead Installations Technician</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="col-lg-3 col-md-6 margin-bottom-30">
|
||||||
|
<div class="team-member-card">
|
||||||
|
<img src="<?= $URLcorrection ?>images/team/Sam.png" alt="Team Member 3" class="img-fluid">
|
||||||
|
<h4>Sam</h4>
|
||||||
|
<p class="stand-out-text">Lead Installations Technician</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="col-lg-3 col-md-6 margin-bottom-30">
|
||||||
|
<div class="team-member-card">
|
||||||
|
<img src="<?= $URLcorrection ?>images/team/JamieNE.png" alt="Team Member 4" class="img-fluid">
|
||||||
|
<h4>Jamie</h4>
|
||||||
|
<p class="stand-out-text">Lead Installations Technician</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
include_once $URLcorrection . 'includes/footer.php';
|
include_once $URLcorrection . 'includes/footer.php';
|
||||||
|
|||||||
BIN
images/team/Ash.png
Normal file
BIN
images/team/Ash.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 93 KiB |
BIN
images/team/JamieNE.png
Normal file
BIN
images/team/JamieNE.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 95 KiB |
BIN
images/team/Martin.png
Normal file
BIN
images/team/Martin.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 128 KiB |
BIN
images/team/Sam.png
Normal file
BIN
images/team/Sam.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 81 KiB |
Loading…
Reference in New Issue
Block a user