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 @@
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.
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.
This program was launched as a backed currency model with 75 Businesses taking part in three informal settlements near Kongowea, Mombasa. The currency was backed by donor funds and accomplished some amazing community service and environmental goals in partnership with Green World Campaign while increasing local trade for a year period.
-On average profits increased in 20%
-This program was launched as a backed currency model with 75 Businesses taking part in + three informal settlements near Kongowea, Mombasa. The currency was backed by donor + funds and accomplished some amazing community service and environmental goals in + partnership with Green World Campaign while increasing local trade for a year + period.
+On average profits increased in 20%
+20 tonnes of trash collected 1000's of trees were planted
+ + + +20 tonnes of trash collected 1000's of trees were planted
- - -Bangladesh is an informal settlement of approximatly 20 000 inhabitants located outside Mombasa Kenya. This was the first place where a program that was not fully dependent on donor funds was launched. After having had a dramatic start, with people being arrested under charges of forgery, this project currently holds 87,200 (ksh equivalent) vouchers in circulation and a network of 218 businesses.
-Bangladesh is an informal settlement of approximatly 20 000 inhabitants located outside + Mombasa Kenya. This was the first place where a program that was not fully dependent on + donor funds was launched. After having had a dramatic start, with people being arrested + under charges of forgery, this project currently holds 87,200 (ksh equivalent) vouchers + in circulation and a network of 218 businesses.
+Gatina-Pesa in Kawangware Nairobi, was the first to launch and first to replicate the + Bangla-Pesa model
+With an amazing march through the slum, starting from Congo and ending at Gatina Primary + School,the entire community mobilized around their own voucher. Hon. Simba Arati, the + area Minister of Parliament, officially cut the ribbon and launched the program. + Currently the network is made up of 258 businesses and a strong wholesale shop that + backs the system.
+Kangemi-Pesa
+Lindi-Pesa
+Ng'ombeni-Pesa
+All of the 5 networks joined under a common umbrella called Sarafu-Credit. This allows + members to exchange excess vouchers for Kenyan Shillings.
+Some other exciting things happened this year:
+90% of users are very satisfied with Sarafu Credit and want to keep + using it
+ +This year we setup our first rural program in Miyani in partnership with Green World + Campaign and we have also pulled all our best practices together into a Certificate + Course to be able to help the movement spread faster!
+Grassroots Economics Foundation helps communities and design, deploy, utilize and + maintain Community Inclusion Currencies (CICs), which are customizable tokenized claims + against redemption. We also support communities to connect CICs into decentralized + economies and share certified data for markets and impacts. Read More
+Gatina-Pesa in Kawangware Nairobi, was the first to launch and first to replicate the Bangla-Pesa model
-With an amazing march through the slum, starting from Congo and ending at Gatina Primary School,the entire community mobilized around their own voucher. Hon. Simba Arati, the area Minister of Parliament, officially cut the ribbon and launched the program. Currently the network is made up of 258 businesses and a strong wholesale shop that backs the system.
-Kangemi-Pesa
-Lindi-Pesa
-Ng'ombeni-Pesa
-Shaila
+Director
All of the 5 networks joined under a common umbrella called Sarafu-Credit. This allows members to exchange excess vouchers for Kenyan Shillings.
-Some other exciting things happened this year:
-Will Ruddick
+Founder
90% of users are very satisfied with Sarafu Credit and want to keep using it
-Caroline Dama
+Advisor
This year we setup our first rural program in Miyani in partnership with Green World Campaign and we have also pulled all our best practices together into a Certificate Course to be able to help the movement spread faster!
-Sylvia Karanja
+Data Quality Engineer
Damaris Njoroge
+Program Coordinator
+Amina Godana
+Support Engineer
Big plans to go digital!
-Louis Holbrook
+Senior Software Developer
Spencer Ofwiti
+Software Engineer
+Philip Wafula
+Software Developer
+Joyce Kamauk
+Support Engineer
+Isavary Khabuqwi
+Communications Engineer
+Emmanuel Mbui
+Support Engineer
+Fransisca (Mami) Achieng
+Field Support Engineer
+Fennie Wang
+Legal Counsel
+Janet Treezer
+Support Engineer
+Grace Rachmany
+Advisor
+Gustav Stromfelt
+Advisor
Our sponsors and partners include
Shaila
-Director
-Will Ruddick
-Founder
-Caroline Dama
-Advisor
-Sylvia Karanja
-Data Quality Engineer
-Damaris Njoroge
-Program Coordinator
-Amina Godana
-Support Engineer
-Louis Holbrook
-Senior Software Developer
-Spencer Ofwiti
-Software Engineer
-Philip Wafula
-Software Developer
-Joyce Kamauk
-Support Engineer
-Isavary Khabuqwi
-Communications Engineer
-Emmanuel Mbui
-Support Engineer
-Fransisca (Mami) Achieng
-Field Support Engineer
-Fennie Wang
-Legal Counsel
-Janet Treezer
-Support Engineer
-Grace Rachmany
-Advisor
-Gustav Stromfelt
-Advisor
+ +Holger Hoffmann-Riem
+Jeff Emmet
+Griff Green
+Fennie Wang
+Reba Chabeda
+Counsel Reza Zain Jaufeerally
+Carmen Mauk
+Professor Jem Bendell
+Robert Mutsaers
+Ahmed Maawy
+ +Thibaud Dezyn, Jimmy Heyns, Henk Van Arkel, Elvis Ogweno, Annette Loudon, Chris Lindstrom, Christina Bordes, Elizabeth Weiland, Gilfrid Powys, Loucéro Mariani, Jim and Ellen Wagner, The Ruddick Family, The Kowa Family, Dawn Richards, Edmond Oklahoma United Methodist Women, Prof. Dr. Margrit Kennedy, Prof. Declan Kennedy, Dr. Jeremy Bendell, Xenia Heinze, Association TAOA, Jamie Brown, Kevin Cox, Sergio Lub, Hayem Etienne, Edgar Kampers, DELAMARE, David Hall, MULLER, Marie-Hélène, Barbara Schiess, Eva Vander Giessen, Joseph Leonardi, Susan Steed, Guido Hosman, Gabriel Grimsditch, Tobias Fields, Nemo Curiel, Hugo Godschalk, Guido Hosman, Lorne Covington, Bob and Margaret Macemon, Sergio Lub, Mark and Julie Richards, Carla Lundberg, PINTO Romain, Scott Williams, Barbara Schiess, Aaron Vaillancourt, Leander Bindewald, Brent Ranalli, Eric Harris-Braun, Martin Kreidenweis, Georg Pluta, Arthur Brock, Daniel Quay, Guy Staniforth
+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.
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.
This program was launched as a backed currency model with 75 Businesses taking part in three informal settlements near Kongowea, Mombasa. The currency was backed by donor funds and accomplished some amazing community service and environmental goals in partnership with Green World Campaign while increasing local trade for a year period.
-On average profits increased in 20%
-This program was launched as a backed currency model with 75 Businesses taking part in + three informal settlements near Kongowea, Mombasa. The currency was backed by donor + funds and accomplished some amazing community service and environmental goals in + partnership with Green World Campaign while increasing local trade for a year + period.
+On average profits increased in 20%
+20 tonnes of trash collected 1000's of trees were planted
+ + + +20 tonnes of trash collected 1000's of trees were planted
- - -Bangladesh is an informal settlement of approximatly 20 000 inhabitants located outside Mombasa Kenya. This was the first place where a program that was not fully dependent on donor funds was launched. After having had a dramatic start, with people being arrested under charges of forgery, this project currently holds 87,200 (ksh equivalent) vouchers in circulation and a network of 218 businesses.
-Bangladesh is an informal settlement of approximatly 20 000 inhabitants located outside + Mombasa Kenya. This was the first place where a program that was not fully dependent on + donor funds was launched. After having had a dramatic start, with people being arrested + under charges of forgery, this project currently holds 87,200 (ksh equivalent) vouchers + in circulation and a network of 218 businesses.
+Gatina-Pesa in Kawangware Nairobi, was the first to launch and first to replicate the + Bangla-Pesa model
+With an amazing march through the slum, starting from Congo and ending at Gatina Primary + School,the entire community mobilized around their own voucher. Hon. Simba Arati, the + area Minister of Parliament, officially cut the ribbon and launched the program. + Currently the network is made up of 258 businesses and a strong wholesale shop that + backs the system.
+Kangemi-Pesa
+Lindi-Pesa
+Ng'ombeni-Pesa
+All of the 5 networks joined under a common umbrella called Sarafu-Credit. This allows + members to exchange excess vouchers for Kenyan Shillings.
+Some other exciting things happened this year:
+90% of users are very satisfied with Sarafu Credit and want to keep + using it
+ +This year we setup our first rural program in Miyani in partnership with Green World + Campaign and we have also pulled all our best practices together into a Certificate + Course to be able to help the movement spread faster!
+Grassroots Economics Foundation helps communities and design, deploy, utilize and + maintain Community Inclusion Currencies (CICs), which are customizable tokenized claims + against redemption. We also support communities to connect CICs into decentralized + economies and share certified data for markets and impacts. Read More
+Gatina-Pesa in Kawangware Nairobi, was the first to launch and first to replicate the Bangla-Pesa model
-With an amazing march through the slum, starting from Congo and ending at Gatina Primary School,the entire community mobilized around their own voucher. Hon. Simba Arati, the area Minister of Parliament, officially cut the ribbon and launched the program. Currently the network is made up of 258 businesses and a strong wholesale shop that backs the system.
-Kangemi-Pesa
-Lindi-Pesa
-Ng'ombeni-Pesa
-Shaila
+Director
All of the 5 networks joined under a common umbrella called Sarafu-Credit. This allows members to exchange excess vouchers for Kenyan Shillings.
-Some other exciting things happened this year:
-Will Ruddick
+Founder
90% of users are very satisfied with Sarafu Credit and want to keep using it
-Caroline Dama
+Advisor
This year we setup our first rural program in Miyani in partnership with Green World Campaign and we have also pulled all our best practices together into a Certificate Course to be able to help the movement spread faster!
-Sylvia Karanja
+Data Quality Engineer
Damaris Njoroge
+Program Coordinator
+Amina Godana
+Support Engineer
Big plans to go digital!
-Louis Holbrook
+Senior Software Developer
Spencer Ofwiti
+Software Engineer
+Philip Wafula
+Software Developer
+Joyce Kamauk
+Support Engineer
+Isavary Khabuqwi
+Communications Engineer
+Emmanuel Mbui
+Support Engineer
+Fransisca (Mami) Achieng
+Field Support Engineer
+Fennie Wang
+Legal Counsel
+Janet Treezer
+Support Engineer
+Grace Rachmany
+Advisor
+Gustav Stromfelt
+Advisor
Shaila
-Director
-Will Ruddick
-Founder
-Caroline Dama
-Advisor
-Sylvia Karanja
-Data Quality Engineer
-Damaris Njoroge
-Program Coordinator
-Amina Godana
-Support Engineer
-Louis Holbrook
-Senior Software Developer
-Spencer Ofwiti
-Software Engineer
-Philip Wafula
-Software Developer
-Joyce Kamauk
-Support Engineer
-Isavary Khabuqwi
-Communications Engineer
-Emmanuel Mbui
-Support Engineer
-Fransisca (Mami) Achieng
-Field Support Engineer
-Fennie Wang
-Legal Counsel
-Janet Treezer
-Support Engineer
-Grace Rachmany
-Advisor
-Gustav Stromfelt
-Advisor
-Our sponsors and partners include
+Holger Hoffmann-Riem
+Jeff Emmet
+Griff Green
+Fennie Wang
+Reba Chabeda
+Counsel Reza Zain Jaufeerally
+Carmen Mauk
+Professor Jem Bendell
+Robert Mutsaers
+Ahmed Maawy
+ +Thibaud Dezyn, Jimmy Heyns, Henk Van Arkel, Elvis Ogweno, Annette Loudon, Chris Lindstrom, Christina Bordes, Elizabeth Weiland, Gilfrid Powys, Loucéro Mariani, Jim and Ellen Wagner, The Ruddick Family, The Kowa Family, Dawn Richards, Edmond Oklahoma United Methodist Women, Prof. Dr. Margrit Kennedy, Prof. Declan Kennedy, Dr. Jeremy Bendell, Xenia Heinze, Association TAOA, Jamie Brown, Kevin Cox, Sergio Lub, Hayem Etienne, Edgar Kampers, DELAMARE, David Hall, MULLER, Marie-Hélène, Barbara Schiess, Eva Vander Giessen, Joseph Leonardi, Susan Steed, Guido Hosman, Gabriel Grimsditch, Tobias Fields, Nemo Curiel, Hugo Godschalk, Guido Hosman, Lorne Covington, Bob and Margaret Macemon, Sergio Lub, Mark and Julie Richards, Carla Lundberg, PINTO Romain, Scott Williams, Barbara Schiess, Aaron Vaillancourt, Leander Bindewald, Brent Ranalli, Eric Harris-Braun, Martin Kreidenweis, Georg Pluta, Arthur Brock, Daniel Quay, Guy Staniforth
+