websitedesign2023/docs/about/index.html

69 lines
4.1 KiB
HTML
Raw Normal View History

2023-01-18 15:44:59 -06:00
<!DOCTYPE html>
<html>
<head>
2023-02-07 15:19:08 -06:00
<title>About - The Chereb Foundation</title>
2023-01-18 15:44:59 -06:00
<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>
2023-01-19 12:42:43 -06:00
<header data-m="reveal-right" data-m-duration="0.5">
2023-02-07 15:19:08 -06:00
<h1>The Chereb Foundation</h1>
<a href="javascript:void(0)" id="menu"><img src="../assets/img/hamburger.svg" width="25"></a>
2023-01-18 15:44:59 -06:00
<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>
2023-01-18 15:44:59 -06:00
</ul>
</nav>
</header>
<main data-m="drop" data-m-duration="0.5">
2023-02-08 15:45:45 -06:00
<h1>About Us</h1>
2023-01-18 15:44:59 -06:00
<article>
<p>The Chereb Foundation began in 2012 when Philip and Edith Chereb 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 Chereb 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>
2023-02-08 11:05:37 -06:00
<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 Chereb - Lead Director</h3>
<img src="../assets/img/philip.png" class="round smallimg half" />
</div>
<p class="half">Philip Chereb is the founder and lead director of The Chereb 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>
2023-02-08 15:33:44 -06:00
</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 Chereb and the head of the financial team at The Chereb 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>
2023-02-08 15:33:44 -06:00
</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 Chereb 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>
2023-02-08 15:33:44 -06:00
</section>
<h2>The Chereb 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>
2023-01-18 15:44:59 -06:00
</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>
2023-01-18 15:44:59 -06:00
</ul>
</footer>
<script src="../assets/js/scroll.js"></script>
<script src="../assets/js/menu.js"></script>
2023-01-18 15:44:59 -06:00
</body>
</html>