Add some padding to text and fix about page

main
dugo3number2 2023-03-31 10:40:56 -05:00
parent 7b45f885e2
commit 6aa5a6cddc
2 changed files with 7 additions and 3 deletions

View File

@ -29,21 +29,21 @@
<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> <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>
<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> <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> <h2 class="center">Board of Directors</h2>
<section class="center"> <section class="center flex col">
<div class="half"> <div class="half">
<h3>Philip Chereb - Lead Director</h3> <h3>Philip Chereb - Lead Director</h3>
<img src="../assets/img/philip.png" class="round smallimg half" /> <img src="../assets/img/philip.png" class="round smallimg half" />
</div> </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> <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>
</section> </section>
<section class="center"> <section class="center flex col">
<div class="half"> <div class="half">
<h3>Brandon Carter - Head of Financial</h3> <h3>Brandon Carter - Head of Financial</h3>
<img src="../assets/img/brandon.png" class="round smallimg half" /> <img src="../assets/img/brandon.png" class="round smallimg half" />
</div> </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> <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>
</section> </section>
<section class="center"> <section class="center flex col">
<div class="half"> <div class="half">
<h3>Frank Simons - Head of Technology</h3> <h3>Frank Simons - Head of Technology</h3>
<img src="../assets/img/frank.png" class="round smallimg" /> <img src="../assets/img/frank.png" class="round smallimg" />

View File

@ -155,6 +155,10 @@ section a:hover, section a:focus {
.half { .half {
width: 50% width: 50%
} }
section p {
margin: 10px;
}
} }
@media screen and (max-width: 1000px) { @media screen and (max-width: 1000px) {