warmseal-roofing/sections/blog.php
2025-04-10 12:13:53 +01:00

60 lines
2.6 KiB
PHP

<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">News &amp; Blog</span>
<h2>Latest news from our blog</h2>
</div>
</div>
<div class="row d-flex">
<div class="col-md-4 d-flex ftco-animate">
<div class="blog-entry align-self-stretch">
<a href="blog-single.html" class="block-20" style="background-image: url('images/image_1.jpg');">
</a>
<div class="text p-3">
<div class="posted mb-3 d-flex">
<div class="img author" style="background-image: url(images/person_2.jpg);"></div>
<div class="desc pl-3">
<span>Posted by John doe</span>
<span>24 February 2020</span>
</div>
</div>
<h3 class="heading"><a href="#">How Roofing Charge for Their Services</a></h3>
</div>
</div>
</div>
<div class="col-md-4 d-flex ftco-animate">
<div class="blog-entry align-self-stretch">
<a href="blog-single.html" class="block-20" style="background-image: url('images/image_2.jpg');">
</a>
<div class="text p-3">
<div class="posted mb-3 d-flex">
<div class="img author" style="background-image: url(images/person_3.jpg);"></div>
<div class="desc pl-3">
<span>Posted by John doe</span>
<span>24 February 2020</span>
</div>
</div>
<h3 class="heading"><a href="#">How Roofing Charge for Their Services</a></h3>
</div>
</div>
</div>
<div class="col-md-4 d-flex ftco-animate">
<div class="blog-entry align-self-stretch">
<a href="blog-single.html" class="block-20" style="background-image: url('images/image_3.jpg');">
</a>
<div class="text p-3">
<div class="posted mb-3 d-flex">
<div class="img author" style="background-image: url(images/person_1.jpg);"></div>
<div class="desc pl-3">
<span>Posted by John doe</span>
<span>24 February 2020</span>
</div>
</div>
<h3 class="heading"><a href="#">How Roofing Charge for Their Services</a></h3>
</div>
</div>
</div>
</div>
</div>
</section>