websitedesign2023/docs/about/index.html

70 lines
4.3 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>About - The Cherub Foundation</title>
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" href="../assets/css/main.css">
<link rel="stylesheet" href="../assets/css/pages.css">
<link rel="stylesheet" href="../assets/css/movement.css">
</head>
<body>
<header data-m="reveal-right" data-m-duration="0.5">
<img class="logo" width="25" height="25" src="../assets/img/logo.png">
<h1>The Cherub Foundation</h1>
<a href="javascript:void(0)" id="menu"><img src="../assets/img/hamburger.svg" width="25"></a>
<nav>
<ul>
<li><a href="..">Home</a></li>
<li><a href="#" id="current">About</a></li>
<li><a href="../projects">Projects</a></li>
<li><a href="../calendar">Calendar</a></li>
<li><a href="../contact">Contact Us</a></li>
<li><a href="../shop">Shop</a></li>
</ul>
</nav>
</header>
<main data-m="drop" data-m-duration="0.5">
<h1>About Us</h1>
<article>
<p>The Cherub Foundation began in 2012 when Philip and Edith Cherub met a man who had been homeless for almost all his life. As they let him into their home, they realized it was God's calling for them to help others. They let many others into their home before purchasing land to build a new building to use as headquarters and a homeless shelter, and realized how much poverty affects people. As they let many more in, they hired more employees to handle cooking and more, and started an orphanage in a new building. They have also built up a large amount of money set aside to help people in debt, and also have developed a network of therapists across the country. If you need help, you can call The Cherub Foundation for help at any time at (800) 555-2368 and we can either help you directly or get you to someone else who can.</p>
<p>We currently have two buildings in the United States, one serving as a homeless shelter and the other as an orphanage and food bank. There are currently plans to expand to other countries, however, we currently do not have the funds to do so. We would encourage donations or even just prayer. Donation instructions are on the home page if you are interested.</p>
<h2 class="center">Board of Directors</h2>
<section class="center flex col">
<div class="half">
<h3>Philip Cherub - Lead Director</h3>
<img src="../assets/img/philip.png" class="round smallimg half" />
</div>
<p class="half">Philip Cherub is the founder and lead director of The Cherub Foundation. He mainly operates the homeless shelter, however, he also oversees the non-profit as a whole, helping in making decisions that will help, not hurt, others.</p>
</section>
<section class="center flex col">
<div class="half">
<h3>Brandon Carter - Head of Financial</h3>
<img src="../assets/img/brandon.png" class="round smallimg half" />
</div>
<p class="half">Brandon Carter is the nephew of Philip Cherub and the head of the financial team at The Cherub Foundation. His team manages how much is going into savings for the financial help fund, and also manages how the rest of the money is used.</p>
</section>
<section class="center flex col">
<div class="half">
<h3>Frank Simons - Head of Technology</h3>
<img src="../assets/img/frank.png" class="round smallimg" />
</div>
<p class="half">As The Cherub Foundation aims to expand its reach to other countries, Frank Simons aids in providing ways to communicate back to the United States, as well as publish what has happened.</p>
</section>
<h2>The Cherub Foundation is not a legal entity, and is only a fabrication for this Website Design. All names, phone numbers, physical addresses, and buildings in this production are fictitious. No identification with actual persons (living or deceased), places, buildings, products, or corporations is intended or should be inferred.</h2>
</article>
</main>
<footer data-m="bounce-up" data-m-duration="0.5">
<ul>
<li><a href="..">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="../projects">Projects</a></li>
<li><a href="../calendar">Calendar</a></li>
<li><a href="../contact">Contact Us</a></li>
</ul>
<span class="center">Stock photos via Canva</span>
</footer>
<script src="../assets/js/scroll.js"></script>
<script src="../assets/js/menu.js"></script>
</body>