Make some styling and content changes

pull/1/head
dugo3number2 2023-02-08 15:45:45 -06:00
parent 3c71efa2bb
commit cdfbcf1a48
4 changed files with 11 additions and 3 deletions

View File

@ -24,7 +24,7 @@
</nav> </nav>
</header> </header>
<main data-m="drop" data-m-duration="0.5"> <main data-m="drop" data-m-duration="0.5">
<h1>About</h1> <h1>About Us</h1>
<article> <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> <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>

View File

@ -7,8 +7,8 @@ body {
} }
header { header {
color: #000000; color: #ffffff;
background-color: #ffaa77; background-color: #00008b;
margin: 20px; margin: 20px;
padding: 10px; padding: 10px;
border-radius: 50px; border-radius: 50px;

View File

@ -0,0 +1,7 @@
main {
font-size: 20px;
}
article {
text-align: center;
}

View File

@ -7,6 +7,7 @@
<link rel="stylesheet" href="../assets/css/main.css"> <link rel="stylesheet" href="../assets/css/main.css">
<link rel="stylesheet" href="../assets/css/pages.css"> <link rel="stylesheet" href="../assets/css/pages.css">
<link rel="stylesheet" href="../assets/css/movement.css"> <link rel="stylesheet" href="../assets/css/movement.css">
<link rel="stylesheet" href="../assets/css/projects.css">
</head> </head>
<body> <body>