From cdfbcf1a480bb2d23842114e3e4bc31c20c72602 Mon Sep 17 00:00:00 2001 From: dugo3number2 Date: Wed, 8 Feb 2023 15:45:45 -0600 Subject: [PATCH] Make some styling and content changes --- docs/about/index.html | 2 +- docs/assets/css/main.css | 4 ++-- docs/assets/css/projects.css | 7 +++++++ docs/projects/index.html | 1 + 4 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 docs/assets/css/projects.css diff --git a/docs/about/index.html b/docs/about/index.html index 87117cb..a215dc6 100644 --- a/docs/about/index.html +++ b/docs/about/index.html @@ -24,7 +24,7 @@
-

About

+

About Us

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.

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.

diff --git a/docs/assets/css/main.css b/docs/assets/css/main.css index c808b0d..8c90b11 100644 --- a/docs/assets/css/main.css +++ b/docs/assets/css/main.css @@ -7,8 +7,8 @@ body { } header { - color: #000000; - background-color: #ffaa77; + color: #ffffff; + background-color: #00008b; margin: 20px; padding: 10px; border-radius: 50px; diff --git a/docs/assets/css/projects.css b/docs/assets/css/projects.css new file mode 100644 index 0000000..3b58b4d --- /dev/null +++ b/docs/assets/css/projects.css @@ -0,0 +1,7 @@ +main { + font-size: 20px; +} + +article { + text-align: center; +} \ No newline at end of file diff --git a/docs/projects/index.html b/docs/projects/index.html index 9cd6e1d..244759c 100644 --- a/docs/projects/index.html +++ b/docs/projects/index.html @@ -7,6 +7,7 @@ +