warmseal-roofing/sections/counter.php
2025-05-13 14:35:39 +01:00

82 lines
3.4 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!--<section class="ftco-counter" id="section-counter">
<div class="container">
<div class="row">
<div class="col-md-6 col-lg-3 d-flex justify-content-center counter-wrap ftco-animate">
<div class="block-18 text-center">
<div class="text">
<div class="icon"><span><i class="fa-solid fa-people-roof"></i></span></div>
<strong class="number" data-number="25">0</strong>
<span>Years of Experienced</span>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex justify-content-center counter-wrap ftco-animate">
<div class="block-18 text-center">
<div class="text">
<div class="icon"><span><i class="fa-solid fa-clipboard-list"></i></span></div>
<strong class="number" data-number="8500">0</strong>
<span>Project completed</span>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex justify-content-center counter-wrap ftco-animate">
<div class="block-18 text-center">
<div class="text">
<div class="icon"><span><i class="fa-solid fa-face-smile"></i></span></div>
<strong class="number" data-number="2892">0</strong>
<span>Happy Clients</span>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex justify-content-center counter-wrap ftco-animate">
<div class="block-18 text-center">
<div class="text">
<div class="icon"><span><i class="fa-solid fa-people-group"></i></span></div>
<strong class="number" data-number="15">0</strong>
<span>Team Members</span>
</div>
</div>
</div>
</div>
</div>
</section>-->
<!--<section class="ftco-counter" id="section-counter">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<h2 class="display-5 fw-bold text-white">2,500+ Roofs Restored Since 2003</h2>
<p class="lead mt-3 text-white">From emergency repairs to full re-roofs, weve helped hundreds of families stay safe and dry.</p>
</div>
</div>
</div>
</section>-->
<section class="ftco-counter" id="section-counter">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="carousel-container">
<div class="image-row continuous-scroll">
<div class="col-lg-3 col-md-3 col-sm-12">
<img src="<?= $URLcorection ?>images/projects/1.webp" alt="Image 1" class="image-item">
</div>
<div class="col-lg-3 col-md-3 col-sm-12">
<img src="<?= $URLcorection ?>images/projects/2.webp" alt="Image 2" class="image-item">
</div>
<div class="col-lg-3 col-md-3 col-sm-12">
<img src="<?= $URLcorection ?>images/projects/3.webp" alt="Image 3" class="image-item">
</div>
<div class="col-lg-3 col-md-3 col-sm-12">
<img src="<?= $URLcorection ?>images/projects/4.webp" alt="Image 4" class="image-item">
</div>
<div class="col-lg-3 col-md-3 col-sm-12">
<img src="<?= $URLcorection ?>images/projects/5.webp" alt="Image 5" class="image-item">
</div>
</div>
</div>
</div>
</div>
</div>
</section>