refactor hero section layout for improved structure and readability
This commit is contained in:
parent
4071078242
commit
7a45b54928
@ -3,36 +3,35 @@
|
||||
<div class="slider-item js-fullheight" style="background-image:url(images/hero-1.jpg);">
|
||||
<div class="overlay"></div>
|
||||
<div class="container">
|
||||
<div class="row no-gutters slider-text js-fullheight align-items-center justify-content-center">
|
||||
<div class="row no-gutters slider-text align-items-center justify-content-center">
|
||||
<div class="col text-center ftco-animate banner-logo">
|
||||
<a href="<?= $URLcorection ?>index">
|
||||
<img src="<?= $URLcorection ?>images/Warmseal-White-Transparent.svg" class="" alt="Warmseal Logo">
|
||||
</a>
|
||||
</div>
|
||||
<div class="row no-gutters slider-text align-items-center justify-content-center">
|
||||
<div class="col-md-10 text-center ftco-animate">
|
||||
<div class="text w-100">
|
||||
<h1 class="mb-4">Dedicated to providing the highest quality roofing services</h1>
|
||||
<p><a href="<?= $URLcorection ?>contact" class="btn btn-primary">Book a Free Quote</a></p>
|
||||
</div>
|
||||
<div class="col-md-10 text-center ftco-animate">
|
||||
<div class="text w-100">
|
||||
<h1 class="mb-4">Dedicated to providing the highest quality roofing services</h1>
|
||||
<p><a href="<?= $URLcorection ?>contact" class="btn btn-primary">Book a Free Quote</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="slider-item js-fullheight" style="background-image:url(images/hero-2.jpg);">
|
||||
<div class="overlay"></div>
|
||||
<div class="container">
|
||||
<div class="row no-gutters slider-text js-fullheight align-items-center justify-content-center">
|
||||
<div class="col-md-8 text-center ftco-animate">
|
||||
<div class="text w-100">
|
||||
<h1 class="mb-4">Quality roofing at a affordable price</h1>
|
||||
<p><a href="<?= $URLcorection ?>contact" class="btn btn-primary">Book a Free Quote</a></p>
|
||||
</div>
|
||||
<div class="slider-item js-fullheight" style="background-image:url(images/hero-2.jpg);">
|
||||
<div class="overlay"></div>
|
||||
<div class="container">
|
||||
<div class="row no-gutters slider-text js-fullheight align-items-center justify-content-center">
|
||||
<div class="col-md-8 text-center ftco-animate">
|
||||
<div class="text w-100">
|
||||
<h1 class="mb-4">Quality roofing at a affordable price</h1>
|
||||
<p><a href="<?= $URLcorection ?>contact" class="btn btn-primary">Book a Free Quote</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</section>
|
||||
Loading…
Reference in New Issue
Block a user