added services
This commit is contained in:
parent
8c23ff3927
commit
3ef444adff
@ -8726,7 +8726,7 @@ h1, h2, h3, h4, h5,
|
|||||||
position: relative;
|
position: relative;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
background: #d9ba2b;
|
background: var(--blue);
|
||||||
-webkit-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
|
-webkit-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
|
||||||
-moz-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
|
-moz-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
|
||||||
box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15); }
|
box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15); }
|
||||||
|
|||||||
@ -8,7 +8,7 @@ include_once $URLcorrection . "includes/nav.php";
|
|||||||
include_once $URLcorrection . "includes/index-hero.php";
|
include_once $URLcorrection . "includes/index-hero.php";
|
||||||
include_once $URLsorrection . "sections/about-us.php";
|
include_once $URLsorrection . "sections/about-us.php";
|
||||||
include_once $URLcorrection . "sections/counter.php";
|
include_once $URLcorrection . "sections/counter.php";
|
||||||
include_once $URLcorrection . "sections/services.php";
|
include_once $URLcorrection . "sections/services-2.php";
|
||||||
include_once $URLcorrection . "sections/projectsphp";
|
include_once $URLcorrection . "sections/projectsphp";
|
||||||
include_once $URLcorrection . "sections/reviews.php";
|
include_once $URLcorrection . "sections/reviews.php";
|
||||||
include_once $URLcorrection . "includes/footer.php";
|
include_once $URLcorrection . "includes/footer.php";
|
||||||
|
|||||||
166
sections/services-2.php
Normal file
166
sections/services-2.php
Normal file
@ -0,0 +1,166 @@
|
|||||||
|
<section class="ftco-section">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row justify-content-center pb-5 mb-3">
|
||||||
|
<div class="col-md-7 heading-section text-center ftco-animate">
|
||||||
|
<span class="subheading">We offer Services</span>
|
||||||
|
<h2>Our Roofing services</h2>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-4 services ftco-animate">
|
||||||
|
<div class="d-block d-flex">
|
||||||
|
<div class="icon d-flex justify-content-center align-items-center">
|
||||||
|
<span class="flaticon-roof"></span>
|
||||||
|
</div>
|
||||||
|
<div class="media-body pl-3">
|
||||||
|
<h3 class="heading">UPVC Roofline</h3>
|
||||||
|
<p>Protect your home and enhance its appearance with durable, low-maintenance UPVC rooflines. We install and replace fascias, soffits, and guttering using high-quality UPVC materials that won't rot, warp, or require constant painting, ensuring long-lasting performance and a clean finish.</p>
|
||||||
|
<p><a href="#" class="btn-custom">Read more</a></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="d-block d-flex">
|
||||||
|
<div class="icon d-flex justify-content-center align-items-center">
|
||||||
|
<span class="flaticon-roof-2"></span>
|
||||||
|
</div>
|
||||||
|
<div class="media-body pl-3">
|
||||||
|
<h3 class="heading">Fascias</h3>
|
||||||
|
<p>Your fascia boards are crucial for protecting the edge of your roof and supporting your guttering. We repair and replace damaged or ageing fascias, often using modern UPVC options, to safeguard your roof space from the elements and maintain your home's kerb appeal.</p>
|
||||||
|
<p><a href="#" class="btn-custom">Read more</a></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="d-block d-flex">
|
||||||
|
<div class="icon d-flex justify-content-center align-items-center">
|
||||||
|
<span class="flaticon-roof-4"></span>
|
||||||
|
</div>
|
||||||
|
<div class="media-body pl-3">
|
||||||
|
<h3 class="heading">Valleys Repointed</h3>
|
||||||
|
<p>Roof valleys channel significant amounts of water and are prone to wear. Our valley repointing service repairs or replaces the mortar in these crucial channels, ensuring a watertight seal and preventing leaks in these vulnerable areas of your roof structure.</p>
|
||||||
|
<p><a href="#" class="btn-custom">Read more</a></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="d-block d-flex">
|
||||||
|
<div class="icon d-flex justify-content-center align-items-center">
|
||||||
|
<span class="flaticon-roof-4"></span>
|
||||||
|
</div>
|
||||||
|
<div class="media-body pl-3">
|
||||||
|
<h3 class="heading">Flat Roof</h3>
|
||||||
|
<p>We specialise in the installation, repair, and replacement of flat roofs for extensions, garages, and commercial properties. Utilising modern, durable materials like EPDM rubber, GRP fibreglass, or traditional felt, we ensure your flat roof is watertight and built to last.</p>
|
||||||
|
<p><a href="#" class="btn-custom">Read more</a></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="d-block d-flex">
|
||||||
|
<div class="icon d-flex justify-content-center align-items-center">
|
||||||
|
<span class="flaticon-roof-4"></span>
|
||||||
|
</div>
|
||||||
|
<div class="media-body pl-3">
|
||||||
|
<h3 class="heading">Roof Cleaning</h3>
|
||||||
|
<p>Improve your home's appearance and potentially extend the life of your roof with our professional cleaning service. We safely remove dirt, algae, lichen, and pollutants that can detract from your home's look and potentially degrade roofing materials over time.</p>
|
||||||
|
<p><a href="#" class="btn-custom">Read more</a></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="col-md-4 services ftco-animate">
|
||||||
|
<div class="d-block d-flex">
|
||||||
|
<div class="icon d-flex justify-content-center align-items-center">
|
||||||
|
<span class="flaticon-roof-1"></span>
|
||||||
|
</div>
|
||||||
|
<div class="media-body pl-3">
|
||||||
|
<h3 class="heading">Soffits</h3>
|
||||||
|
<p>Soffits protect the underside of your roof's eaves, preventing pests and weather from entering your roof space, while often providing essential ventilation. We offer soffit repair and replacement services, ensuring they are functional and complement your property's look, typically installing ventilated UPVC options.</p>
|
||||||
|
<p><a href="#" class="btn-custom">Read more</a></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="d-block d-flex">
|
||||||
|
<div class="icon d-flex justify-content-center align-items-center">
|
||||||
|
<span class="flaticon-roof-3"></span>
|
||||||
|
</div>
|
||||||
|
<div class="media-body pl-3">
|
||||||
|
<h3 class="heading">Guttering</h3>
|
||||||
|
<p>Ensure rainwater is effectively channelled away from your property with our guttering services. We install, repair, and replace gutters and downpipes to prevent water damage, dampness, and foundation issues, using reliable materials including seamless aluminium and UPVC.</p>
|
||||||
|
<p><a href="#" class="btn-custom">Read more</a></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="d-block d-flex">
|
||||||
|
<div class="icon d-flex justify-content-center align-items-center">
|
||||||
|
<span class="flaticon-roof-4"></span>
|
||||||
|
</div>
|
||||||
|
<div class="media-body pl-3">
|
||||||
|
<h3 class="heading">Gutter Cleaning</h3>
|
||||||
|
<p>Prevent blockages and water overflow with our professional gutter cleaning service. We safely remove leaves, moss, and debris from your gutters and downpipes, ensuring rainwater flows freely and protecting your roofline, walls, and foundations from potential water damage.</p>
|
||||||
|
<p><a href="#" class="btn-custom">Read more</a></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="d-block d-flex">
|
||||||
|
<div class="icon d-flex justify-content-center align-items-center">
|
||||||
|
<span class="flaticon-roof-4"></span>
|
||||||
|
</div>
|
||||||
|
<div class="media-body pl-3">
|
||||||
|
<h3 class="heading">New Roof</h3>
|
||||||
|
<p>Building a new property or extension? We provide complete new roof installations, working with you to choose the best materials and design for your needs. Our focus is on quality craftsmanship, ensuring your new roof offers maximum protection and longevity.</p>
|
||||||
|
<p><a href="#" class="btn-custom">Read more</a></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="d-block d-flex">
|
||||||
|
<div class="icon d-flex justify-content-center align-items-center">
|
||||||
|
<span class="flaticon-roof-4"></span>
|
||||||
|
</div>
|
||||||
|
<div class="media-body pl-3">
|
||||||
|
<h3 class="heading">Moss Removal</h3>
|
||||||
|
<p>Heavy moss growth can retain moisture, damage tiles, and block gutters. Our moss removal service carefully eliminates moss from your roof surface, helping to prevent damage, improve drainage, and restore your roof's clean appearance.</p>
|
||||||
|
<p><a href="#" class="btn-custom">Read more</a></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 services ftco-animate">
|
||||||
|
<div class="d-block d-flex">
|
||||||
|
<div class="icon d-flex justify-content-center align-items-center">
|
||||||
|
<span class="flaticon-roof-5"></span>
|
||||||
|
</div>
|
||||||
|
<div class="media-body pl-3">
|
||||||
|
<h3 class="heading">Roof Repairs</h3>
|
||||||
|
<p>From slipped tiles to minor leaks, address roof damage quickly to prevent bigger problems. Our comprehensive roof repair service identifies and fixes issues promptly, restoring the integrity of your roof and protecting your home from water ingress and structural damage.</p>
|
||||||
|
<p><a href="#" class="btn-custom">Read more</a></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="d-block d-flex">
|
||||||
|
<div class="icon d-flex justify-content-center align-items-center">
|
||||||
|
<span class="flaticon-roof-4"></span>
|
||||||
|
</div>
|
||||||
|
<div class="media-body pl-3">
|
||||||
|
<h3 class="heading">Ridges Pointed</h3>
|
||||||
|
<p>Secure the topmost tiles of your roof (ridge tiles) with our repointing service. Over time, mortar can crack and decay; repointing involves replacing the old mortar to secure the ridge tiles firmly, preventing leaks and maintaining the structural stability of your roof peak.</p>
|
||||||
|
<p><a href="#" class="btn-custom">Read more</a></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="d-block d-flex">
|
||||||
|
<div class="icon d-flex justify-content-center align-items-center">
|
||||||
|
<span class="flaticon-roof-4"></span>
|
||||||
|
</div>
|
||||||
|
<div class="media-body pl-3">
|
||||||
|
<h3 class="heading">Leaks Repaired</h3>
|
||||||
|
<p>Don't let a small roof leak turn into major water damage. We quickly locate the source of roof leaks – whether from tiles, flashing, or joins – and provide effective, lasting repairs to keep your property dry and protected.</p>
|
||||||
|
<p><a href="#" class="btn-custom">Read more</a></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="d-block d-flex">
|
||||||
|
<div class="icon d-flex justify-content-center align-items-center">
|
||||||
|
<span class="flaticon-roof-4"></span>
|
||||||
|
</div>
|
||||||
|
<div class="media-body pl-3">
|
||||||
|
<h3 class="heading">Re-Roofs</h3>
|
||||||
|
<p>Restore full protection and enhance the value of your property with a complete re-roof. Ideal for ageing or extensively damaged roofs, our re-roofing service involves removing the old roof covering and installing a brand new one, providing peace of mind for years to come.</p>
|
||||||
|
<p><a href="#" class="btn-custom">Read more</a></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
@ -11,22 +11,46 @@
|
|||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
<ul class="nav nav-pills nav-fill d-md-flex d-block flex-column">
|
<ul class="nav nav-pills nav-fill d-md-flex d-block flex-column">
|
||||||
<li class="nav-item text-left">
|
<li class="nav-item text-left">
|
||||||
<a class="nav-link active py-4" data-toggle="tab" href="#services-1"><span class="flaticon-roof mr-2"></span> Skylights</a>
|
<a class="nav-link active py-4" data-toggle="tab" href="#services-1"><span class="flaticon-roof mr-2"></span> UPVC Rooflines</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item text-left">
|
<li class="nav-item text-left">
|
||||||
<a class="nav-link py-4" data-toggle="tab" href="#services-2"><span class="flaticon-roof-1 mr-2"></span> Waterproofing</a>
|
<a class="nav-link py-4" data-toggle="tab" href="#services-2"><span class="flaticon-roof-1 mr-2"></span> Fascias</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item text-left">
|
<li class="nav-item text-left">
|
||||||
<a class="nav-link py-4" data-toggle="tab" href="#services-3"><span class="flaticon-roof-5 mr-2"></span> Industrial Roofing</a>
|
<a class="nav-link py-4" data-toggle="tab" href="#services-3"><span class="flaticon-roof-5 mr-2"></span> Soffits</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item text-left">
|
<li class="nav-item text-left">
|
||||||
<a class="nav-link py-4" data-toggle="tab" href="#services-4"><span class="flaticon-roof-2 mr-2"></span> Residential Roofing</a>
|
<a class="nav-link py-4" data-toggle="tab" href="#services-4"><span class="flaticon-roof-2 mr-2"></span> Guttering</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item text-left">
|
<li class="nav-item text-left">
|
||||||
<a class="nav-link py-4" data-toggle="tab" href="#services-5"><span class="flaticon-roof-3 mr-2"></span> Gutter Cleaning</a>
|
<a class="nav-link py-4" data-toggle="tab" href="#services-5"><span class="flaticon-roof-3 mr-2"></span> Roof Repairs</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item text-left">
|
<li class="nav-item text-left">
|
||||||
<a class="nav-link border-bottom py-4" data-toggle="tab" href="#services-6"><span class="flaticon-roof-4 mr-2"></span> Commercial Roofing</a>
|
<a class="nav-link border-bottom py-4" data-toggle="tab" href="#services-6"><span class="flaticon-roof-4 mr-2"></span> Ridges Pointed</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item text-left">
|
||||||
|
<a class="nav-link border-bottom py-4" data-toggle="tab" href="#services-7"><span class="flaticon-roof-4 mr-2"></span> Valleys Repointed</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item text-left">
|
||||||
|
<a class="nav-link border-bottom py-4" data-toggle="tab" href="#services-8"><span class="flaticon-roof-4 mr-2"></span> Gutter Cleaning</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item text-left">
|
||||||
|
<a class="nav-link border-bottom py-4" data-toggle="tab" href="#services-9"><span class="flaticon-roof-4 mr-2"></span> Leaks Repaired</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item text-left">
|
||||||
|
<a class="nav-link border-bottom py-4" data-toggle="tab" href="#services-10"><span class="flaticon-roof-4 mr-2"></span> Flat Roof</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item text-left">
|
||||||
|
<a class="nav-link border-bottom py-4" data-toggle="tab" href="#services-11"><span class="flaticon-roof-4 mr-2"></span> New Roof</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item text-left">
|
||||||
|
<a class="nav-link border-bottom py-4" data-toggle="tab" href="#services-12"><span class="flaticon-roof-4 mr-2"></span> Re-Roofs</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item text-left">
|
||||||
|
<a class="nav-link border-bottom py-4" data-toggle="tab" href="#services-13"><span class="flaticon-roof-4 mr-2"></span> Roof Cleaning</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item text-left">
|
||||||
|
<a class="nav-link border-bottom py-4" data-toggle="tab" href="#services-14"><span class="flaticon-roof-4 mr-2"></span> Moss Removal</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -9,7 +9,7 @@ include_once $URlsorrection . "includes/banner.php";
|
|||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<section class="ftco-section">
|
<!--<section class="ftco-section">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row justify-content-center pb-5 mb-3">
|
<div class="row justify-content-center pb-5 mb-3">
|
||||||
<div class="col-md-7 heading-section text-center ftco-animate">
|
<div class="col-md-7 heading-section text-center ftco-animate">
|
||||||
@ -88,10 +88,11 @@ include_once $URlsorrection . "includes/banner.php";
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>-->
|
||||||
|
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
include_once $URlsorrection . "sections/services-2.php";
|
||||||
include_once $URlsorrection . "sections/reviews.php";
|
include_once $URlsorrection . "sections/reviews.php";
|
||||||
include_once $URlsorrection . "includes/footer.php";
|
include_once $URlsorrection . "includes/footer.php";
|
||||||
?>
|
?>
|
||||||
Loading…
Reference in New Issue
Block a user