Finish about page, almost done!

pull/1/head
dugo3number2 2023-02-08 15:33:44 -06:00
parent a2d8d6199f
commit 3c71efa2bb
4 changed files with 24 additions and 4 deletions

View File

@ -29,10 +29,18 @@
<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>
<h2 class="center">Board of Directors</h2>
<div class="center">
<section class="center">
<h3>Philip Chereb - Lead Director</h3>
<img src="../assets/img/philip.png" class="round smallimg" />
</div>
</section>
<section class="center">
<h3>Brandon Carter - Head of Financial</h3>
<img src="../assets/img/brandon.png" class="round smallimg" />
</section>
<section class="center">
<h3>Frank Simons - Head of Technology</h3>
<img src="../assets/img/frank.png" class="round smallimg" />
</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, and products is intended or should be inferred.</h2>
</article>
</main>

View File

@ -80,6 +80,10 @@ main {
display: none;
}
.smallimg {
width: 25%;
}
@media screen and (max-width: 1000px) {
#menu {
display: inline-block;
@ -108,6 +112,10 @@ main {
padding: 12px;
font-size: 15px;
}
.smallimg {
width: 50%;
}
}
@media screen and (max-width: 370px) {
@ -137,8 +145,12 @@ img {
border-radius: 50px;
}
.smallimg {
width: 50%;
section {
background-color: #444444;
color: #ffffff;
padding: 10px;
border-radius: 50px;
margin: 10px;
}
footer {

BIN
docs/assets/img/brandon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 MiB

BIN
docs/assets/img/frank.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB