diff --git a/ge-theme/static/css/about-us.css b/ge-theme/static/css/about-us.css index 4a64ab5..5836ae2 100644 --- a/ge-theme/static/css/about-us.css +++ b/ge-theme/static/css/about-us.css @@ -164,12 +164,53 @@ .name{ font-size: 20px; } - +.read-more{ + color: black; + text-decoration-line: underline; + text-decoration-style: solid; + text-decoration-color: black; + text-decoration-thickness: 3px; +} +.read-more:hover{ + color: black; +} +.sponsors-wrapper{ + margin-right: 500px; + margin-left: 500px; + padding-top: 40px; +} +.sponsor-imgs{ + gap: 50px; +} +.sponsor-text{ + font-size: 40px; +} +.special-title{ + font-weight: bold; + padding-top: 40px; +} +.small-text{ + font-size: 15px; +} +.last-line{ + color: #A1A1A1; +} @media only screen and (max-width: 480px){ .grid-wrapper{ margin-left: 10px; margin-right: 10px; } + .sponsors-wrapper{ + margin-right: 10px; + margin-left: 10px; + } + .box-title1{ + padding-top: 20px; + } + .pesa-items{ + padding-top: 20px; + } + } @media (min-width: 600px) and (max-width: 1024px){ @@ -177,4 +218,15 @@ margin-left: 10px; margin-right: 10px; } + .sponsors-wrapper{ + margin-right: 10px; + margin-left: 10px; + } + .box-title1{ + padding-top: 20px; + } + .pesa-items{ + padding-top: 20px; + } + } \ No newline at end of file diff --git a/ge-theme/static/images/aboutus-imgs/spons-blockscience.webp b/ge-theme/static/images/aboutus-imgs/spons-blockscience.webp new file mode 100644 index 0000000..3820abe Binary files /dev/null and b/ge-theme/static/images/aboutus-imgs/spons-blockscience.webp differ diff --git a/ge-theme/static/images/aboutus-imgs/spons-c.webp b/ge-theme/static/images/aboutus-imgs/spons-c.webp new file mode 100644 index 0000000..68ecf20 Binary files /dev/null and b/ge-theme/static/images/aboutus-imgs/spons-c.webp differ diff --git a/ge-theme/static/images/aboutus-imgs/spons-commons.webp b/ge-theme/static/images/aboutus-imgs/spons-commons.webp new file mode 100644 index 0000000..b5d202a Binary files /dev/null and b/ge-theme/static/images/aboutus-imgs/spons-commons.webp differ diff --git a/ge-theme/static/images/aboutus-imgs/spons-courtofarms.webp b/ge-theme/static/images/aboutus-imgs/spons-courtofarms.webp new file mode 100644 index 0000000..7f660c6 Binary files /dev/null and b/ge-theme/static/images/aboutus-imgs/spons-courtofarms.webp differ diff --git a/ge-theme/static/images/aboutus-imgs/spons-da-redcross.webp b/ge-theme/static/images/aboutus-imgs/spons-da-redcross.webp new file mode 100644 index 0000000..0b7db99 Binary files /dev/null and b/ge-theme/static/images/aboutus-imgs/spons-da-redcross.webp differ diff --git a/ge-theme/static/images/aboutus-imgs/spons-forge.webp b/ge-theme/static/images/aboutus-imgs/spons-forge.webp new file mode 100644 index 0000000..b7ecc8a Binary files /dev/null and b/ge-theme/static/images/aboutus-imgs/spons-forge.webp differ diff --git a/ge-theme/static/images/aboutus-imgs/spons-green-world.webp b/ge-theme/static/images/aboutus-imgs/spons-green-world.webp new file mode 100644 index 0000000..7aa7d68 Binary files /dev/null and b/ge-theme/static/images/aboutus-imgs/spons-green-world.webp differ diff --git a/ge-theme/static/images/aboutus-imgs/spons-iflas.webp b/ge-theme/static/images/aboutus-imgs/spons-iflas.webp new file mode 100644 index 0000000..8ef507c Binary files /dev/null and b/ge-theme/static/images/aboutus-imgs/spons-iflas.webp differ diff --git a/ge-theme/static/images/aboutus-imgs/spons-lush.webp b/ge-theme/static/images/aboutus-imgs/spons-lush.webp new file mode 100644 index 0000000..ad2b3cb Binary files /dev/null and b/ge-theme/static/images/aboutus-imgs/spons-lush.webp differ diff --git a/ge-theme/static/images/aboutus-imgs/spons-redcross.webp b/ge-theme/static/images/aboutus-imgs/spons-redcross.webp new file mode 100644 index 0000000..1b98892 Binary files /dev/null and b/ge-theme/static/images/aboutus-imgs/spons-redcross.webp differ diff --git a/ge-theme/static/images/aboutus-imgs/spons-rotary.webp b/ge-theme/static/images/aboutus-imgs/spons-rotary.webp new file mode 100644 index 0000000..52a8e8e Binary files /dev/null and b/ge-theme/static/images/aboutus-imgs/spons-rotary.webp differ diff --git a/ge-theme/static/images/aboutus-imgs/spons-schumacher.webp b/ge-theme/static/images/aboutus-imgs/spons-schumacher.webp new file mode 100644 index 0000000..e9a9531 Binary files /dev/null and b/ge-theme/static/images/aboutus-imgs/spons-schumacher.webp differ diff --git a/ge-theme/static/images/aboutus-imgs/spons-segal.webp b/ge-theme/static/images/aboutus-imgs/spons-segal.webp new file mode 100644 index 0000000..eb6dda1 Binary files /dev/null and b/ge-theme/static/images/aboutus-imgs/spons-segal.webp differ diff --git a/ge-theme/static/images/aboutus-imgs/spons-stichting.webp b/ge-theme/static/images/aboutus-imgs/spons-stichting.webp new file mode 100644 index 0000000..99f11c7 Binary files /dev/null and b/ge-theme/static/images/aboutus-imgs/spons-stichting.webp differ diff --git a/ge-theme/static/images/aboutus-imgs/spons-tridos.webp b/ge-theme/static/images/aboutus-imgs/spons-tridos.webp new file mode 100644 index 0000000..42a3e5d Binary files /dev/null and b/ge-theme/static/images/aboutus-imgs/spons-tridos.webp differ diff --git a/ge-theme/templates/about-us.html b/ge-theme/templates/about-us.html index 5d95007..fa78e6c 100644 --- a/ge-theme/templates/about-us.html +++ b/ge-theme/templates/about-us.html @@ -12,7 +12,11 @@

About Us

-

Grassroots Economics is a non-profit foundation that seeks to empower marginalized communities to take charge of their own livelihoods and economic future. We focus on community development through economic empowerment, basic income and community currency programs. Beneficiaries of our programs include small businesses and people living in informal settlements as well as rural areas.

+

Grassroots Economics is a non-profit foundation that seeks to empower marginalized + communities to take charge of their own livelihoods and economic future. We focus on community + development through economic empowerment, basic income and community currency programs. + Beneficiaries of our programs include small businesses and people living in informal settlements as + well as rural areas.

Our goal is to improve the lives of those who are most vulnerable.

Sarafu network @@ -27,7 +31,11 @@
-

Our work builds on a rich history of community programs in Africa. We have implemented community currency programs in 45 locations across Kenya and assisted with 2 in South Africa and helped more than 40,000 small businesses, churches and schools take an active role in their own economy and development. We are currently developing programs all over Kenya and providing technical support for those outside Kenya.

+

Our work builds on a rich history of community programs in Africa. We have + implemented community currency programs in 45 locations across Kenya and assisted with 2 in South + Africa and helped more than 40,000 small businesses, churches and schools take an active role in + their own economy and development. We are currently developing programs all over Kenya and providing + technical support for those outside Kenya.

@@ -49,319 +57,408 @@
-
-