fix: correct indentation and improve structure of hero section carousel
This commit is contained in:
parent
c6eb621ef6
commit
a06a708366
@ -1,5 +1,5 @@
|
|||||||
<section>
|
<section>
|
||||||
<div id="carouselExampleIndicators" class="carousel slide js-fullheight" data-ride="carousel">
|
<div id="carouselExampleIndicators" class="carousel slide js-fullheight" data-ride="carousel">
|
||||||
<ol class="carousel-indicators">
|
<ol class="carousel-indicators">
|
||||||
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
|
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
|
||||||
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
|
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
|
||||||
@ -10,11 +10,9 @@
|
|||||||
<div class="container">
|
<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 js-fullheight align-items-center justify-content-center">
|
||||||
<div class="col-md-10 text-center ftco-animate">
|
<div class="col-md-10 text-center ftco-animate">
|
||||||
<div class="col text-center ftco-animate banner-logo">
|
|
||||||
<a href="<?= $URLcorection ?>index" class="text-center">
|
<a href="<?= $URLcorection ?>index" class="text-center">
|
||||||
<img src="<?= $URLcorrection ?>images/Warmseal-White-Transparent.svg" class="" alt="Warmseal Logo">
|
<img src="<?= $URLcorrection ?>images/Warmseal-White-Transparent.svg" class="" alt="Warmseal Logo">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
|
||||||
<div class="text w-100">
|
<div class="text w-100">
|
||||||
<h1 class="mb-4 hero-text">Dedicated to providing the highest quality roofing services</h1>
|
<h1 class="mb-4 hero-text">Dedicated to providing the highest quality roofing services</h1>
|
||||||
<p><a href="<?= $URLcorrection ?>contact" class="btn btn-primary">Book a Free Quote</a></p>
|
<p><a href="<?= $URLcorrection ?>contact" class="btn btn-primary">Book a Free Quote</a></p>
|
||||||
@ -28,11 +26,9 @@
|
|||||||
<div class="container">
|
<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 js-fullheight align-items-center justify-content-center">
|
||||||
<div class="col-md-8 text-center ftco-animate">
|
<div class="col-md-8 text-center ftco-animate">
|
||||||
<div class="col text-center ftco-animate banner-logo">
|
|
||||||
<a href="<?= $URLcorection ?>index" class="text-center">
|
<a href="<?= $URLcorection ?>index" class="text-center">
|
||||||
<img src="<?= $URLcorection ?>images/Warmseal-White-Transparent.svg" class="" alt="Warmseal Logo">
|
<img src="<?= $URLcorection ?>images/Warmseal-White-Transparent.svg" class="" alt="Warmseal Logo">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
|
||||||
<div class="text w-100">
|
<div class="text w-100">
|
||||||
<h1 class="mb-4 hero-text">Quality roofing at a affordable price</h1>
|
<h1 class="mb-4 hero-text">Quality roofing at a affordable price</h1>
|
||||||
<p><a href="<?= $URLcorection ?>contact" class="btn btn-primary">Book a Free Quote</a></p>
|
<p><a href="<?= $URLcorection ?>contact" class="btn btn-primary">Book a Free Quote</a></p>
|
||||||
@ -50,5 +46,5 @@
|
|||||||
<span class="carousel-control-next-icon" aria-hidden="true"></span>
|
<span class="carousel-control-next-icon" aria-hidden="true"></span>
|
||||||
<span class="sr-only">Next</span>
|
<span class="sr-only">Next</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
Loading…
Reference in New Issue
Block a user