File: /var/www/html/video-rental/wp-content/themes/video-rental/page-about-us.php
<?php /* Template Name: About Us Page */
get_header();
?>
<section class="innerpage-banner about-banner"
style="background-image: url(<?php echo get_template_directory_uri(); ?>/img/about-banner.jpeg);">
<div class="container">
<h1 class="title">
About
</h1>
</div>
</section>
<div class="home-content-wrap about-content-wrap">
<div class="container custom-container">
<div class="row">
<div class="col-12">
<div class="head-wrap">
<h2 class="title-wrap">About Chesed Of <span>Flatbush</span></h2>
</div>
</div>
</div>
<div class="video-wrap">
<div class="row row-align">
<div class="col-lg-6">
<div class="image-inner-wrap">
<img src="<?php echo get_template_directory_uri(); ?>/img/about-img.jpeg" alt="" class="img">
</div>
</div>
<div class="col-lg-6">
<div class="content-wrap">
<p class="para-wrap"><span class="color-white">Chesed of Flatbush was born in 2020 during the heat of
the COVID pandemic at the behest of local medical professionals and community leaders who saw a
need for a community organization. They dreamed of an organization that would be there for the
entire community – at any time, for any difficulty, large or small – for non-emergency medical
situations.</span></p>
<p class="para-wrap"><span class="color-white">Chesed of Flatbush is a unique organization, whose
leadership combines the strengths of all existing communal resources along with its own
formidable capabilities. Our board consists of Coordinators of Flatbush Hatzolah, Flatbush
Shomrim and major local community activists, who have been at the forefront of every major event
in the past three decades.</span></p>
<p class="para-wrap"><span class="color-white">They have taken their vast knowledge of the needs of
the community and banded together to create Chesed of Flatbush.</span></p>
</div>
</div>
</div>
</div>
</div>
</div>
<?php get_footer(); ?>