diff --git a/content/pages/AboutUs.rst b/content/pages/AboutUs.rst index d723f27..d83c637 100644 --- a/content/pages/AboutUs.rst +++ b/content/pages/AboutUs.rst @@ -3,4 +3,5 @@ About us :title: about-us :status: Published -:template: about-us \ No newline at end of file +:template: about-us +:page-order: 2 \ No newline at end of file diff --git a/content/pages/contact-us.rst b/content/pages/contact-us.rst index 3630edb..2885eee 100644 --- a/content/pages/contact-us.rst +++ b/content/pages/contact-us.rst @@ -1,2 +1,3 @@ :title: Contact us -:template: contactpage \ No newline at end of file +:template: contactpage +:page-order: 11 \ No newline at end of file diff --git a/content/pages/dashboard.rst b/content/pages/dashboard.rst index 4500ea1..789fb4d 100644 --- a/content/pages/dashboard.rst +++ b/content/pages/dashboard.rst @@ -1,2 +1,3 @@ :title: Dashboard -:template: dash-page \ No newline at end of file +:template: dash-page +:page-order: 9 \ No newline at end of file diff --git a/content/pages/food-forests.rst b/content/pages/food-forests.rst index c2a4709..1f821eb 100644 --- a/content/pages/food-forests.rst +++ b/content/pages/food-forests.rst @@ -1,3 +1,4 @@ :title: Food Forests -:template: Food forests \ No newline at end of file +:template: Food forests +:page-order: 4 \ No newline at end of file diff --git a/content/pages/get-involved.rst b/content/pages/get-involved.rst index 2987d47..6dc9cca 100644 --- a/content/pages/get-involved.rst +++ b/content/pages/get-involved.rst @@ -1,2 +1,3 @@ :title: Get Involved -:template: getInvolved \ No newline at end of file +:template: getInvolved +:page-order: 7 \ No newline at end of file diff --git a/content/pages/home.rst b/content/pages/home.rst index 6b3c140..ea5c42d 100644 --- a/content/pages/home.rst +++ b/content/pages/home.rst @@ -1,2 +1,5 @@ :title: Home :template: home-template +:url: +:save_as: index.html +:page-order: 1 \ No newline at end of file diff --git a/content/pages/how-it-works.rst b/content/pages/how-it-works.rst index 6d0e2cd..c8f18d7 100644 --- a/content/pages/how-it-works.rst +++ b/content/pages/how-it-works.rst @@ -1,3 +1,4 @@ :title: How It Works -:template: howit-works \ No newline at end of file +:template: howit-works +:page-order: 3 \ No newline at end of file diff --git a/content/pages/media.rst b/content/pages/media.rst index fbd828c..847e9da 100644 --- a/content/pages/media.rst +++ b/content/pages/media.rst @@ -1,2 +1,3 @@ :title: Media -:template: media \ No newline at end of file +:template: media +:page-order: 8 \ No newline at end of file diff --git a/content/pages/mooc.rst b/content/pages/mooc.rst index 25fda30..89f3147 100644 --- a/content/pages/mooc.rst +++ b/content/pages/mooc.rst @@ -1,2 +1,3 @@ :title: MOOC :template: moocpage +:page-order: 10 diff --git a/content/pages/research.rst b/content/pages/research.rst index ed57c4b..4faa43d 100644 --- a/content/pages/research.rst +++ b/content/pages/research.rst @@ -1,2 +1,3 @@ :title: Research -:template: research-page \ No newline at end of file +:template: research-page +:page-order: 6 \ No newline at end of file diff --git a/content/pages/sarafu-network.rst b/content/pages/sarafu-network.rst index d68b66b..fa2deb9 100644 --- a/content/pages/sarafu-network.rst +++ b/content/pages/sarafu-network.rst @@ -1,2 +1,3 @@ :title: Sarafu Network -:template: sarafu-net \ No newline at end of file +:template: sarafu-net +:page-order: 5 \ No newline at end of file diff --git a/ge-theme/static/css/howitworks.css b/ge-theme/static/css/howitworks.css index 9998e64..fcfbeed 100644 --- a/ge-theme/static/css/howitworks.css +++ b/ge-theme/static/css/howitworks.css @@ -149,6 +149,9 @@ .cute-imgs{ gap: 5px; } +.img-full { + width: 100%; +} .long-drawings-wrap{ margin-left: 200px; margin-right: 200px; diff --git a/ge-theme/static/images/howitworks-imgs/bangla-pesa-launch1.webp b/ge-theme/static/images/howitworks-imgs/bangla-pesa-launch1.webp new file mode 100644 index 0000000..1cc6b48 Binary files /dev/null and b/ge-theme/static/images/howitworks-imgs/bangla-pesa-launch1.webp differ diff --git a/ge-theme/static/images/howitworks-imgs/bangla-pesa-relaunch1.webp b/ge-theme/static/images/howitworks-imgs/bangla-pesa-relaunch1.webp new file mode 100644 index 0000000..960dd9e Binary files /dev/null and b/ge-theme/static/images/howitworks-imgs/bangla-pesa-relaunch1.webp differ diff --git a/ge-theme/static/images/howitworks-imgs/gatina-business1.webp b/ge-theme/static/images/howitworks-imgs/gatina-business1.webp new file mode 100644 index 0000000..a334bf7 Binary files /dev/null and b/ge-theme/static/images/howitworks-imgs/gatina-business1.webp differ diff --git a/ge-theme/static/images/howitworks-imgs/lindi-business1.webp b/ge-theme/static/images/howitworks-imgs/lindi-business1.webp new file mode 100644 index 0000000..3743272 Binary files /dev/null and b/ge-theme/static/images/howitworks-imgs/lindi-business1.webp differ diff --git a/ge-theme/templates/about-us.html b/ge-theme/templates/about-us.html index 38cf190..4b4a687 100644 --- a/ge-theme/templates/about-us.html +++ b/ge-theme/templates/about-us.html @@ -43,19 +43,7 @@
-

Photo grid missing!!

-
-
-
- -
-
- -
-
- -
diff --git a/ge-theme/templates/howit-works.html b/ge-theme/templates/howit-works.html index 447770b..9a70f37 100644 --- a/ge-theme/templates/howit-works.html +++ b/ge-theme/templates/howit-works.html @@ -114,7 +114,7 @@
- +
diff --git a/output/100-new.html b/output/100-new.html index ed46ad6..e7c9a71 100644 --- a/output/100-new.html +++ b/output/100-new.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@
diff --git a/output/1st-community.html b/output/1st-community.html index abb7dc8..729e196 100644 --- a/output/1st-community.html +++ b/output/1st-community.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@
diff --git a/output/2019-data.html b/output/2019-data.html index af41e78..36532a6 100644 --- a/output/2019-data.html +++ b/output/2019-data.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/2020-kenyan.html b/output/2020-kenyan.html index a861953..0e63e94 100644 --- a/output/2020-kenyan.html +++ b/output/2020-kenyan.html @@ -14,11 +14,6 @@ - - - - - @@ -43,34 +38,35 @@ diff --git a/output/2021-mid.html b/output/2021-mid.html index 0c5b166..0225dfc 100644 --- a/output/2021-mid.html +++ b/output/2021-mid.html @@ -14,11 +14,6 @@ - - - - - @@ -42,34 +37,35 @@ diff --git a/output/2614-blockchain.html b/output/2614-blockchain.html index 3821838..7a4492c 100644 --- a/output/2614-blockchain.html +++ b/output/2614-blockchain.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/300-bob.html b/output/300-bob.html index 78a7996..c5ea074 100644 --- a/output/300-bob.html +++ b/output/300-bob.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/5-kenyan.html b/output/5-kenyan.html index 59fe5b3..1b5ba4f 100644 --- a/output/5-kenyan.html +++ b/output/5-kenyan.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/715-members.html b/output/715-members.html index ab71134..ddaa0a8 100644 --- a/output/715-members.html +++ b/output/715-members.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/a-new.html b/output/a-new.html index 88b03c2..84ad18f 100644 --- a/output/a-new.html +++ b/output/a-new.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/a-wonderful.html b/output/a-wonderful.html index 355c48d..e43004a 100644 --- a/output/a-wonderful.html +++ b/output/a-wonderful.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/accolades-for.html b/output/accolades-for.html index f4f9d77..7676ca5 100644 --- a/output/accolades-for.html +++ b/output/accolades-for.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/african-community.html b/output/african-community.html index 87849ef..6a82d4c 100644 --- a/output/african-community.html +++ b/output/african-community.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/archives.html b/output/archives.html index af7c6f0..f2fe945 100644 --- a/output/archives.html +++ b/output/archives.html @@ -14,11 +14,6 @@ - - - - - @@ -35,34 +30,35 @@ diff --git a/output/author/amina-godana-and-janet-akinyi-otieno.html b/output/author/amina-godana-and-janet-akinyi-otieno.html index 6cd5789..73e627b 100644 --- a/output/author/amina-godana-and-janet-akinyi-otieno.html +++ b/output/author/amina-godana-and-janet-akinyi-otieno.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/author/antony-ngoka.html b/output/author/antony-ngoka.html index 45c2127..f92c4b3 100644 --- a/output/author/antony-ngoka.html +++ b/output/author/antony-ngoka.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/author/caroline-dama.html b/output/author/caroline-dama.html index a666bb3..7f38a4c 100644 --- a/output/author/caroline-dama.html +++ b/output/author/caroline-dama.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/author/crystal-kigoni.html b/output/author/crystal-kigoni.html index bf937ad..fafd2af 100644 --- a/output/author/crystal-kigoni.html +++ b/output/author/crystal-kigoni.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/author/daniel-mukosia.html b/output/author/daniel-mukosia.html index 36683eb..f3396e2 100644 --- a/output/author/daniel-mukosia.html +++ b/output/author/daniel-mukosia.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/author/esther-achola.html b/output/author/esther-achola.html index 5580ac3..06a7156 100644 --- a/output/author/esther-achola.html +++ b/output/author/esther-achola.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/author/francis-wanjala.html b/output/author/francis-wanjala.html index 542643e..96372c9 100644 --- a/output/author/francis-wanjala.html +++ b/output/author/francis-wanjala.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/author/grace-rachmany.html b/output/author/grace-rachmany.html index 43cfb25..d31646a 100644 --- a/output/author/grace-rachmany.html +++ b/output/author/grace-rachmany.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/author/isavary-khabuqwi.html b/output/author/isavary-khabuqwi.html index bd534a3..f64cca5 100644 --- a/output/author/isavary-khabuqwi.html +++ b/output/author/isavary-khabuqwi.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/author/jacky-kowa.html b/output/author/jacky-kowa.html index c9f2584..8d0b8c3 100644 --- a/output/author/jacky-kowa.html +++ b/output/author/jacky-kowa.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/author/james-thiongo.html b/output/author/james-thiongo.html index 404d2a5..6ff4134 100644 --- a/output/author/james-thiongo.html +++ b/output/author/james-thiongo.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/author/janet-akinyi.html b/output/author/janet-akinyi.html index c6f5407..db561a2 100644 --- a/output/author/janet-akinyi.html +++ b/output/author/janet-akinyi.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/author/lydia-anyango.html b/output/author/lydia-anyango.html index c29526c..197a857 100644 --- a/output/author/lydia-anyango.html +++ b/output/author/lydia-anyango.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/author/lynda-chalker.html b/output/author/lynda-chalker.html index 2ce5bcb..9943776 100644 --- a/output/author/lynda-chalker.html +++ b/output/author/lynda-chalker.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/author/marcelin-munga-petro.html b/output/author/marcelin-munga-petro.html index b33e84c..00a8335 100644 --- a/output/author/marcelin-munga-petro.html +++ b/output/author/marcelin-munga-petro.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/author/marion-cauvet.html b/output/author/marion-cauvet.html index 722cbd7..dba48e6 100644 --- a/output/author/marion-cauvet.html +++ b/output/author/marion-cauvet.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/author/morgan-richards.html b/output/author/morgan-richards.html index 6d78c44..f94c95d 100644 --- a/output/author/morgan-richards.html +++ b/output/author/morgan-richards.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/author/muthoni-kiguru.html b/output/author/muthoni-kiguru.html index fd8d895..35ec216 100644 --- a/output/author/muthoni-kiguru.html +++ b/output/author/muthoni-kiguru.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/author/paulina-june.html b/output/author/paulina-june.html index 4e5cf0f..1da3303 100644 --- a/output/author/paulina-june.html +++ b/output/author/paulina-june.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/author/rebeccamqamelo.html b/output/author/rebeccamqamelo.html index d2a4f2f..50da109 100644 --- a/output/author/rebeccamqamelo.html +++ b/output/author/rebeccamqamelo.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/author/robin-gerbaux.html b/output/author/robin-gerbaux.html index 48c5f55..ae8bab8 100644 --- a/output/author/robin-gerbaux.html +++ b/output/author/robin-gerbaux.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/author/ruth-mwangi.html b/output/author/ruth-mwangi.html index e32266a..4aa6c5b 100644 --- a/output/author/ruth-mwangi.html +++ b/output/author/ruth-mwangi.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/author/ruth-njau-antony-ngoka-will-ruddick.html b/output/author/ruth-njau-antony-ngoka-will-ruddick.html index c48e05f..2c87c91 100644 --- a/output/author/ruth-njau-antony-ngoka-will-ruddick.html +++ b/output/author/ruth-njau-antony-ngoka-will-ruddick.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/author/ruth-njau-antony-ngoka.html b/output/author/ruth-njau-antony-ngoka.html index 65500b6..94aec55 100644 --- a/output/author/ruth-njau-antony-ngoka.html +++ b/output/author/ruth-njau-antony-ngoka.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/author/ruth-njau.html b/output/author/ruth-njau.html index feb149b..e764fd7 100644 --- a/output/author/ruth-njau.html +++ b/output/author/ruth-njau.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/author/shaila-agha.html b/output/author/shaila-agha.html index 110bd40..6394dc2 100644 --- a/output/author/shaila-agha.html +++ b/output/author/shaila-agha.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/author/sowelu-avanzo.html b/output/author/sowelu-avanzo.html index 90fd364..f179609 100644 --- a/output/author/sowelu-avanzo.html +++ b/output/author/sowelu-avanzo.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/author/steve-okuku.html b/output/author/steve-okuku.html index 88084d5..7237214 100644 --- a/output/author/steve-okuku.html +++ b/output/author/steve-okuku.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/author/tatianarubianogoubert.html b/output/author/tatianarubianogoubert.html index 1f24365..77dee31 100644 --- a/output/author/tatianarubianogoubert.html +++ b/output/author/tatianarubianogoubert.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/author/thibaud-dezyn.html b/output/author/thibaud-dezyn.html index a678867..009c4c2 100644 --- a/output/author/thibaud-dezyn.html +++ b/output/author/thibaud-dezyn.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/author/wilfred-chibwara.html b/output/author/wilfred-chibwara.html index 6561268..037126f 100644 --- a/output/author/wilfred-chibwara.html +++ b/output/author/wilfred-chibwara.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/author/will-ruddick.html b/output/author/will-ruddick.html index f924cb0..24ec7d5 100644 --- a/output/author/will-ruddick.html +++ b/output/author/will-ruddick.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/author/will-ruddick10.html b/output/author/will-ruddick10.html index af3a2df..80614af 100644 --- a/output/author/will-ruddick10.html +++ b/output/author/will-ruddick10.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/author/will-ruddick11.html b/output/author/will-ruddick11.html index 45669d3..67d1cc7 100644 --- a/output/author/will-ruddick11.html +++ b/output/author/will-ruddick11.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/author/will-ruddick2.html b/output/author/will-ruddick2.html index 502d5b7..0db33ea 100644 --- a/output/author/will-ruddick2.html +++ b/output/author/will-ruddick2.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/author/will-ruddick3.html b/output/author/will-ruddick3.html index 9be518f..4073e28 100644 --- a/output/author/will-ruddick3.html +++ b/output/author/will-ruddick3.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/author/will-ruddick4.html b/output/author/will-ruddick4.html index ec799e9..5b2231b 100644 --- a/output/author/will-ruddick4.html +++ b/output/author/will-ruddick4.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/author/will-ruddick5.html b/output/author/will-ruddick5.html index c7760ec..8b415b6 100644 --- a/output/author/will-ruddick5.html +++ b/output/author/will-ruddick5.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/author/will-ruddick6.html b/output/author/will-ruddick6.html index 1e43e94..5ebd39c 100644 --- a/output/author/will-ruddick6.html +++ b/output/author/will-ruddick6.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/author/will-ruddick7.html b/output/author/will-ruddick7.html index 012a562..91607e2 100644 --- a/output/author/will-ruddick7.html +++ b/output/author/will-ruddick7.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/author/will-ruddick8.html b/output/author/will-ruddick8.html index 649d2c3..2191cdc 100644 --- a/output/author/will-ruddick8.html +++ b/output/author/will-ruddick8.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/author/will-ruddick9.html b/output/author/will-ruddick9.html index 05f807d..97b5c61 100644 --- a/output/author/will-ruddick9.html +++ b/output/author/will-ruddick9.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/authors.html b/output/authors.html index 8100184..9922531 100644 --- a/output/authors.html +++ b/output/authors.html @@ -14,11 +14,6 @@ - - - - - @@ -35,34 +30,35 @@ diff --git a/output/bangla-committee.html b/output/bangla-committee.html index 5097ada..4f9dd7c 100644 --- a/output/bangla-committee.html +++ b/output/bangla-committee.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/bangla-pesa-anticipating.html b/output/bangla-pesa-anticipating.html index fc43085..6839cea 100644 --- a/output/bangla-pesa-anticipating.html +++ b/output/bangla-pesa-anticipating.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/bangla-pesa-charges.html b/output/bangla-pesa-charges.html index 707e214..5280d22 100644 --- a/output/bangla-pesa-charges.html +++ b/output/bangla-pesa-charges.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/bangla-pesa-launch.html b/output/bangla-pesa-launch.html index 60e8c52..af225c4 100644 --- a/output/bangla-pesa-launch.html +++ b/output/bangla-pesa-launch.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/bangla-pesa-market.html b/output/bangla-pesa-market.html index 17fa2fa..d9368f8 100644 --- a/output/bangla-pesa-market.html +++ b/output/bangla-pesa-market.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/bangla-pesa-relaunch.html b/output/bangla-pesa-relaunch.html index 4a0cb91..0e2baed 100644 --- a/output/bangla-pesa-relaunch.html +++ b/output/bangla-pesa-relaunch.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/bangla-pesa-reloaded.html b/output/bangla-pesa-reloaded.html index 12a1a0e..574c447 100644 --- a/output/bangla-pesa-reloaded.html +++ b/output/bangla-pesa-reloaded.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/bangla-pesa-survey.html b/output/bangla-pesa-survey.html index 77294c3..fdeefb5 100644 --- a/output/bangla-pesa-survey.html +++ b/output/bangla-pesa-survey.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/bangla-pesa-turmoil.html b/output/bangla-pesa-turmoil.html index c5dc410..8e95096 100644 --- a/output/bangla-pesa-turmoil.html +++ b/output/bangla-pesa-turmoil.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/bangla-pesa-waste.html b/output/bangla-pesa-waste.html index 560968c..be6d1b3 100644 --- a/output/bangla-pesa-waste.html +++ b/output/bangla-pesa-waste.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/bangla-pesa.html b/output/bangla-pesa.html index 6a9dc93..94c1cf6 100644 --- a/output/bangla-pesa.html +++ b/output/bangla-pesa.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/bangla-pesas-fate.html b/output/bangla-pesas-fate.html index 63f4127..cea43f5 100644 --- a/output/bangla-pesas-fate.html +++ b/output/bangla-pesas-fate.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/banking-on.html b/output/banking-on.html index 4e4b427..057aab3 100644 --- a/output/banking-on.html +++ b/output/banking-on.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/bbn-meeting.html b/output/bbn-meeting.html index 780ed5d..d3bf5f9 100644 --- a/output/bbn-meeting.html +++ b/output/bbn-meeting.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/berg-rand.html b/output/berg-rand.html index a2b0d52..a3e2e3e 100644 --- a/output/berg-rand.html +++ b/output/berg-rand.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/berkshares-and.html b/output/berkshares-and.html index be24174..bf81091 100644 --- a/output/berkshares-and.html +++ b/output/berkshares-and.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/biz-dev.html b/output/biz-dev.html index 535d40e..ef062cf 100644 --- a/output/biz-dev.html +++ b/output/biz-dev.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/blockchain-currencies.html b/output/blockchain-currencies.html index c16c133..5e1390a 100644 --- a/output/blockchain-currencies.html +++ b/output/blockchain-currencies.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/blockchain-in.html b/output/blockchain-in.html index 6548064..a806bb6 100644 --- a/output/blockchain-in.html +++ b/output/blockchain-in.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/blockchain-powered.html b/output/blockchain-powered.html index b48618e..553a4f3 100644 --- a/output/blockchain-powered.html +++ b/output/blockchain-powered.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/blockchain-without.html b/output/blockchain-without.html index b956b37..3be2213 100644 --- a/output/blockchain-without.html +++ b/output/blockchain-without.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/borstal-boys.html b/output/borstal-boys.html index 0bc7b58..d505fd3 100644 --- a/output/borstal-boys.html +++ b/output/borstal-boys.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/building-a.html b/output/building-a.html index 299caae..a96d00b 100644 --- a/output/building-a.html +++ b/output/building-a.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/categories.html b/output/categories.html index c3b77e2..5f9a270 100644 --- a/output/categories.html +++ b/output/categories.html @@ -14,11 +14,6 @@ - - - - - @@ -35,34 +30,35 @@ diff --git a/output/category/blog.html b/output/category/blog.html index 2b8fe61..0f09dfb 100644 --- a/output/category/blog.html +++ b/output/category/blog.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/category/blog10.html b/output/category/blog10.html index 1bb856b..1a671bf 100644 --- a/output/category/blog10.html +++ b/output/category/blog10.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/category/blog11.html b/output/category/blog11.html index 84eb24c..bab9ffc 100644 --- a/output/category/blog11.html +++ b/output/category/blog11.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/category/blog12.html b/output/category/blog12.html index e14593d..142716e 100644 --- a/output/category/blog12.html +++ b/output/category/blog12.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/category/blog13.html b/output/category/blog13.html index 8191388..39515c5 100644 --- a/output/category/blog13.html +++ b/output/category/blog13.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/category/blog14.html b/output/category/blog14.html index 6883031..699d92c 100644 --- a/output/category/blog14.html +++ b/output/category/blog14.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/category/blog15.html b/output/category/blog15.html index bcbb35e..e06eea6 100644 --- a/output/category/blog15.html +++ b/output/category/blog15.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/category/blog16.html b/output/category/blog16.html index 8a6de14..e86b1ad 100644 --- a/output/category/blog16.html +++ b/output/category/blog16.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/category/blog17.html b/output/category/blog17.html index 1195c2e..4327a12 100644 --- a/output/category/blog17.html +++ b/output/category/blog17.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/category/blog18.html b/output/category/blog18.html index 8394757..00b9a9c 100644 --- a/output/category/blog18.html +++ b/output/category/blog18.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/category/blog2.html b/output/category/blog2.html index 5bd638d..1d13f1f 100644 --- a/output/category/blog2.html +++ b/output/category/blog2.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/category/blog3.html b/output/category/blog3.html index b9be8ea..9c8ea22 100644 --- a/output/category/blog3.html +++ b/output/category/blog3.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/category/blog4.html b/output/category/blog4.html index b6ba3b9..2d482d0 100644 --- a/output/category/blog4.html +++ b/output/category/blog4.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/category/blog5.html b/output/category/blog5.html index 059378e..6943fd8 100644 --- a/output/category/blog5.html +++ b/output/category/blog5.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/category/blog6.html b/output/category/blog6.html index 91e126b..2c109c6 100644 --- a/output/category/blog6.html +++ b/output/category/blog6.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/category/blog7.html b/output/category/blog7.html index 52b3449..7de1b35 100644 --- a/output/category/blog7.html +++ b/output/category/blog7.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/category/blog8.html b/output/category/blog8.html index b41cf63..5a8649a 100644 --- a/output/category/blog8.html +++ b/output/category/blog8.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/category/blog9.html b/output/category/blog9.html index 0b6cced..22d3a90 100644 --- a/output/category/blog9.html +++ b/output/category/blog9.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/celebrating-bernards.html b/output/celebrating-bernards.html index 97c66aa..41a8f17 100644 --- a/output/celebrating-bernards.html +++ b/output/celebrating-bernards.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/church-offerings.html b/output/church-offerings.html index d22d514..fbbc2b2 100644 --- a/output/church-offerings.html +++ b/output/church-offerings.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/cic-covid-19.html b/output/cic-covid-19.html index 716f771..f18551c 100644 --- a/output/cic-covid-19.html +++ b/output/cic-covid-19.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/cic-indices.html b/output/cic-indices.html index 3cd0636..ae0dd7d 100644 --- a/output/cic-indices.html +++ b/output/cic-indices.html @@ -14,11 +14,6 @@ - - - - - @@ -46,34 +41,35 @@ diff --git a/output/cic-pilot.html b/output/cic-pilot.html index eb65477..583830c 100644 --- a/output/cic-pilot.html +++ b/output/cic-pilot.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/cic-training.html b/output/cic-training.html index 094c490..a2c846e 100644 --- a/output/cic-training.html +++ b/output/cic-training.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/claims-currencies.html b/output/claims-currencies.html index c270649..493e605 100644 --- a/output/claims-currencies.html +++ b/output/claims-currencies.html @@ -14,11 +14,6 @@ - - - - - @@ -45,34 +40,35 @@ diff --git a/output/collateral-bonded.html b/output/collateral-bonded.html index 6df6694..4638637 100644 --- a/output/collateral-bonded.html +++ b/output/collateral-bonded.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/community-currencies-cash.html b/output/community-currencies-cash.html index 304bee0..ea6cd68 100644 --- a/output/community-currencies-cash.html +++ b/output/community-currencies-cash.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/community-currencies.html b/output/community-currencies.html index 84ea798..44548c6 100644 --- a/output/community-currencies.html +++ b/output/community-currencies.html @@ -14,11 +14,6 @@ - - - - - @@ -45,34 +40,35 @@ diff --git a/output/community-currency.html b/output/community-currency.html index 1c2db16..d8e563e 100644 --- a/output/community-currency.html +++ b/output/community-currency.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/community-inclusion.html b/output/community-inclusion.html index afac51e..e7e5a45 100644 --- a/output/community-inclusion.html +++ b/output/community-inclusion.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/comparative-analysis.html b/output/comparative-analysis.html index 632180f..556e0fa 100644 --- a/output/comparative-analysis.html +++ b/output/comparative-analysis.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/complementary-currency.html b/output/complementary-currency.html index fec2855..1d8e6e6 100644 --- a/output/complementary-currency.html +++ b/output/complementary-currency.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/covid-19-blockchain.html b/output/covid-19-blockchain.html index 7042315..24fa4ca 100644 --- a/output/covid-19-blockchain.html +++ b/output/covid-19-blockchain.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/currency-123.html b/output/currency-123.html index 7ca4250..d8397f6 100644 --- a/output/currency-123.html +++ b/output/currency-123.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/currency-supply.html b/output/currency-supply.html index 6b71e99..147de20 100644 --- a/output/currency-supply.html +++ b/output/currency-supply.html @@ -14,11 +14,6 @@ - - - - - @@ -46,34 +41,35 @@ diff --git a/output/demystifying-currency.html b/output/demystifying-currency.html index 23fb9da..2820fc7 100644 --- a/output/demystifying-currency.html +++ b/output/demystifying-currency.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/detergent-accelerator.html b/output/detergent-accelerator.html index 2de6915..ece9429 100644 --- a/output/detergent-accelerator.html +++ b/output/detergent-accelerator.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/disrupting-currencies.html b/output/disrupting-currencies.html index 3ae4695..c23f05a 100644 --- a/output/disrupting-currencies.html +++ b/output/disrupting-currencies.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/economies-into.html b/output/economies-into.html index d5f4f57..ba3cb02 100644 --- a/output/economies-into.html +++ b/output/economies-into.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/education-and.html b/output/education-and.html index 1ba8f21..a4d8738 100644 --- a/output/education-and.html +++ b/output/education-and.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/elections-service.html b/output/elections-service.html index e215d38..882ac9b 100644 --- a/output/elections-service.html +++ b/output/elections-service.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/emmas-duka.html b/output/emmas-duka.html index 71c5ee8..c53c965 100644 --- a/output/emmas-duka.html +++ b/output/emmas-duka.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/empowering-mothers.html b/output/empowering-mothers.html index fc70b67..1392970 100644 --- a/output/empowering-mothers.html +++ b/output/empowering-mothers.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/enabling-leverage.html b/output/enabling-leverage.html index 085ce24..d57b86d 100644 --- a/output/enabling-leverage.html +++ b/output/enabling-leverage.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/ending-our.html b/output/ending-our.html index 1c7baf2..e966f94 100644 --- a/output/ending-our.html +++ b/output/ending-our.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/faith-based.html b/output/faith-based.html index b29cfa1..8008d7c 100644 --- a/output/faith-based.html +++ b/output/faith-based.html @@ -14,11 +14,6 @@ - - - - - @@ -43,34 +38,35 @@ diff --git a/output/food-forests.html b/output/food-forests.html index cc07858..39f55b1 100644 --- a/output/food-forests.html +++ b/output/food-forests.html @@ -14,11 +14,6 @@ - - - - - @@ -45,34 +40,35 @@ diff --git a/output/foundational-member.html b/output/foundational-member.html index 37a0eee..d9b39e1 100644 --- a/output/foundational-member.html +++ b/output/foundational-member.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/francis-the.html b/output/francis-the.html index 880b870..fc421fe 100644 --- a/output/francis-the.html +++ b/output/francis-the.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/from-mustard.html b/output/from-mustard.html index 1b86e78..43c80e0 100644 --- a/output/from-mustard.html +++ b/output/from-mustard.html @@ -14,11 +14,6 @@ - - - - - @@ -44,34 +39,35 @@ diff --git a/output/gatina-bangla.html b/output/gatina-bangla.html index f661058..020f95a 100644 --- a/output/gatina-bangla.html +++ b/output/gatina-bangla.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/gatina-business.html b/output/gatina-business.html index d45f26f..fce922d 100644 --- a/output/gatina-business.html +++ b/output/gatina-business.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/gatina-pesa-and.html b/output/gatina-pesa-and.html index 4157f19..8daaa50 100644 --- a/output/gatina-pesa-and.html +++ b/output/gatina-pesa-and.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/gatina-pesa-launch.html b/output/gatina-pesa-launch.html index d2142e4..c8eec10 100644 --- a/output/gatina-pesa-launch.html +++ b/output/gatina-pesa-launch.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/gatina-pesa-launched.html b/output/gatina-pesa-launched.html index d49d021..1a0d151 100644 --- a/output/gatina-pesa-launched.html +++ b/output/gatina-pesa-launched.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/gatina-pesa-starting.html b/output/gatina-pesa-starting.html index 48eeee0..7a7846e 100644 --- a/output/gatina-pesa-starting.html +++ b/output/gatina-pesa-starting.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/grassroots-economics.html b/output/grassroots-economics.html index d733ab8..fd21fdf 100644 --- a/output/grassroots-economics.html +++ b/output/grassroots-economics.html @@ -14,11 +14,6 @@ - - - - - @@ -45,34 +40,35 @@ diff --git a/output/gre-for.html b/output/gre-for.html index e9e444b..953fe63 100644 --- a/output/gre-for.html +++ b/output/gre-for.html @@ -14,11 +14,6 @@ - - - - - @@ -42,34 +37,35 @@ diff --git a/output/growing-up.html b/output/growing-up.html index 5fe4e57..1eacfff 100644 --- a/output/growing-up.html +++ b/output/growing-up.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/happy-mothers.html b/output/happy-mothers.html index 472429b..5b7f456 100644 --- a/output/happy-mothers.html +++ b/output/happy-mothers.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/help-support.html b/output/help-support.html index e04322d..50a11d0 100644 --- a/output/help-support.html +++ b/output/help-support.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/here-we.html b/output/here-we.html index 29d56e4..5be4cd4 100644 --- a/output/here-we.html +++ b/output/here-we.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/hon-paul.html b/output/hon-paul.html index f659348..66eca98 100644 --- a/output/hon-paul.html +++ b/output/hon-paul.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/how-to-host.html b/output/how-to-host.html index 1607d9b..0e79197 100644 --- a/output/how-to-host.html +++ b/output/how-to-host.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/how-to.html b/output/how-to.html index 4eff98f..7293571 100644 --- a/output/how-to.html +++ b/output/how-to.html @@ -14,11 +14,6 @@ - - - - - @@ -45,34 +40,35 @@ diff --git a/output/index.html b/output/index.html index 545bff4..4dd28fa 100644 --- a/output/index.html +++ b/output/index.html @@ -14,15 +14,10 @@ - - - - - - + @@ -38,301 +33,123 @@ -
-
- - -
+
+
+
+

Ending poverty lies in building communities

+

Through Community Inclusion Currencies people have a way to exchange goods and services and incubate projects and businesses, without relying on scarce national currency and volatile markets.

+ How it works
- -
  • -
    -
    -
    - -
    -
    - -
    -
    - -

    Claims, Currencies and Cryptography

    -

    We need frameworks and protocols for various types of endorsed claims that can be held self-sovereignty by individuals and groups.

    -
    -
    -
    -
    -
    +
    +
    + +
    +
  • +
    + +
    + +
    +
    +
    +

    We envision prospering economies built by thriving communities

    +

    Grassroots Economics is a non-profit foundation that has been seeking to empower marginalized communities to take charge of their own livelihoods and economic future since 2010.

    + About us
    - -
  • +
    +
    +
    +

    Get involved

    +

    Communities should be afforded the same privileges as nations and be empowered to develop their own prospering economies with the stability of their own currencies.

    + Support us
    - -
  • -
  • -
    -
    -
    - -
    -
    - -
    -
    - -

    2021 Mid Year CIC Update

    -

    We grew from a few thousands users to over 50,000 and have seen roughly 3 Million USD worth of trade between users for basic needs.

    -
    -
    -
    -
    -
    -
    -
  • -
  • -
  • -
  • -
  • - -

    - Page 1 / 18 - » - -

    - +
    +
    + +
    +
    +
    diff --git a/output/index11.html b/output/index11.html index 6e26661..eb6707d 100644 --- a/output/index11.html +++ b/output/index11.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@
    diff --git a/output/index12.html b/output/index12.html index 551cdf6..3b8d68a 100644 --- a/output/index12.html +++ b/output/index12.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@
    diff --git a/output/index13.html b/output/index13.html index c81235e..6f0a088 100644 --- a/output/index13.html +++ b/output/index13.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/index14.html b/output/index14.html index 412ba95..1169f56 100644 --- a/output/index14.html +++ b/output/index14.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/index15.html b/output/index15.html index 9a52e79..4fd1a34 100644 --- a/output/index15.html +++ b/output/index15.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/index16.html b/output/index16.html index b4adde1..ccd9398 100644 --- a/output/index16.html +++ b/output/index16.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/index17.html b/output/index17.html index 0d4a3ec..f11caef 100644 --- a/output/index17.html +++ b/output/index17.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/index18.html b/output/index18.html index 2f3c9bb..9343481 100644 --- a/output/index18.html +++ b/output/index18.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/index2.html b/output/index2.html index 4b76409..a702c34 100644 --- a/output/index2.html +++ b/output/index2.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/index3.html b/output/index3.html index d5d840b..d99a226 100644 --- a/output/index3.html +++ b/output/index3.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/index4.html b/output/index4.html index 105f6c6..ac64e02 100644 --- a/output/index4.html +++ b/output/index4.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/index5.html b/output/index5.html index 6d75ea0..c39ada4 100644 --- a/output/index5.html +++ b/output/index5.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/index6.html b/output/index6.html index f6dd504..5bd59e2 100644 --- a/output/index6.html +++ b/output/index6.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/index7.html b/output/index7.html index 4f47e9b..23f8cf5 100644 --- a/output/index7.html +++ b/output/index7.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/index8.html b/output/index8.html index 38725b5..d276a47 100644 --- a/output/index8.html +++ b/output/index8.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/index9.html b/output/index9.html index a3ed5d9..d81fb53 100644 --- a/output/index9.html +++ b/output/index9.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/interactive-village.html b/output/interactive-village.html index 7821252..d8b500e 100644 --- a/output/interactive-village.html +++ b/output/interactive-village.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/investment-modelling.html b/output/investment-modelling.html index 3c1f09e..82e4137 100644 --- a/output/investment-modelling.html +++ b/output/investment-modelling.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/kakuma-refugee.html b/output/kakuma-refugee.html index faf4166..2557e7f 100644 --- a/output/kakuma-refugee.html +++ b/output/kakuma-refugee.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/kangemi-pesa-launch.html b/output/kangemi-pesa-launch.html index 89c8e86..a7be78c 100644 --- a/output/kangemi-pesa-launch.html +++ b/output/kangemi-pesa-launch.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/kangemi-pesa-launched.html b/output/kangemi-pesa-launched.html index 23b3a29..15f82ba 100644 --- a/output/kangemi-pesa-launched.html +++ b/output/kangemi-pesa-launched.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/kenyan-women.html b/output/kenyan-women.html index 566c406..f0a3c78 100644 --- a/output/kenyan-women.html +++ b/output/kenyan-women.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/kenyas-food.html b/output/kenyas-food.html index 169f4e5..c084fc2 100644 --- a/output/kenyas-food.html +++ b/output/kenyas-food.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/kiberas-lindi-pesa.html b/output/kiberas-lindi-pesa.html index 561e38c..94491c5 100644 --- a/output/kiberas-lindi-pesa.html +++ b/output/kiberas-lindi-pesa.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/kilifi-kenya.html b/output/kilifi-kenya.html index 222cb0e..4696f51 100644 --- a/output/kilifi-kenya.html +++ b/output/kilifi-kenya.html @@ -14,11 +14,6 @@ - - - - - @@ -46,34 +41,35 @@ diff --git a/output/kwaheri-2015.html b/output/kwaheri-2015.html index 1eb366f..11ab435 100644 --- a/output/kwaheri-2015.html +++ b/output/kwaheri-2015.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/lindi-and.html b/output/lindi-and.html index 17a4ca7..cb51dab 100644 --- a/output/lindi-and.html +++ b/output/lindi-and.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/lindi-business.html b/output/lindi-business.html index f2e5353..f780443 100644 --- a/output/lindi-business.html +++ b/output/lindi-business.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/liquidity-risk.html b/output/liquidity-risk.html index 5d5a241..136f941 100644 --- a/output/liquidity-risk.html +++ b/output/liquidity-risk.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/living-half-way.html b/output/living-half-way.html index b9d005b..a9a2e51 100644 --- a/output/living-half-way.html +++ b/output/living-half-way.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/looking-back.html b/output/looking-back.html index 64c3acf..8fa6294 100644 --- a/output/looking-back.html +++ b/output/looking-back.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/looking-towards.html b/output/looking-towards.html index dbec099..457232e 100644 --- a/output/looking-towards.html +++ b/output/looking-towards.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/managing-their.html b/output/managing-their.html index 510a5d6..fa9dbb3 100644 --- a/output/managing-their.html +++ b/output/managing-their.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/mangroves-and.html b/output/mangroves-and.html index 2457a63..404a693 100644 --- a/output/mangroves-and.html +++ b/output/mangroves-and.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/marcianas-struggle.html b/output/marcianas-struggle.html index c8e6120..12e3afb 100644 --- a/output/marcianas-struggle.html +++ b/output/marcianas-struggle.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/margrit-kennedy.html b/output/margrit-kennedy.html index a125aed..3615d3c 100644 --- a/output/margrit-kennedy.html +++ b/output/margrit-kennedy.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/menstrual-cycles.html b/output/menstrual-cycles.html index a64493a..875b56d 100644 --- a/output/menstrual-cycles.html +++ b/output/menstrual-cycles.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/mikindani-community.html b/output/mikindani-community.html index 2e091b6..6d9bed1 100644 --- a/output/mikindani-community.html +++ b/output/mikindani-community.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/motomoto-and.html b/output/motomoto-and.html index 8fc113e..7c18e15 100644 --- a/output/motomoto-and.html +++ b/output/motomoto-and.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/motomoto-performing-2012.html b/output/motomoto-performing-2012.html index c62b73c..b825ee7 100644 --- a/output/motomoto-performing-2012.html +++ b/output/motomoto-performing-2012.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/motomoto-performing.html b/output/motomoto-performing.html index 8a329e1..c377516 100644 --- a/output/motomoto-performing.html +++ b/output/motomoto-performing.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/municipal-basic.html b/output/municipal-basic.html index 84e9f57..6934dd1 100644 --- a/output/municipal-basic.html +++ b/output/municipal-basic.html @@ -14,11 +14,6 @@ - - - - - @@ -45,34 +40,35 @@ diff --git a/output/municipal-bonds.html b/output/municipal-bonds.html index 37469f8..489a92b 100644 --- a/output/municipal-bonds.html +++ b/output/municipal-bonds.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/nairobi-bangla-pesa.html b/output/nairobi-bangla-pesa.html index df39278..04ac4cd 100644 --- a/output/nairobi-bangla-pesa.html +++ b/output/nairobi-bangla-pesa.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/nairobi-coordinator.html b/output/nairobi-coordinator.html index 1d5246e..37d3c4f 100644 --- a/output/nairobi-coordinator.html +++ b/output/nairobi-coordinator.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/nairobis-1st.html b/output/nairobis-1st.html index cbad5fc..5639cae 100644 --- a/output/nairobis-1st.html +++ b/output/nairobis-1st.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/network-integrity.html b/output/network-integrity.html index 78d6377..cbb046d 100644 --- a/output/network-integrity.html +++ b/output/network-integrity.html @@ -14,11 +14,6 @@ - - - - - @@ -48,34 +43,35 @@ diff --git a/output/new-bills.html b/output/new-bills.html index 9c10253..82473b2 100644 --- a/output/new-bills.html +++ b/output/new-bills.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/new-business.html b/output/new-business.html index 0af6414..ba61b1c 100644 --- a/output/new-business.html +++ b/output/new-business.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/news-from.html b/output/news-from.html index 3198dbe..23e9f6f 100644 --- a/output/news-from.html +++ b/output/news-from.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/ngombeni-pesa-artwork.html b/output/ngombeni-pesa-artwork.html index b85d2b8..bbd95f2 100644 --- a/output/ngombeni-pesa-artwork.html +++ b/output/ngombeni-pesa-artwork.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/no-nonsense.html b/output/no-nonsense.html index 9a397b5..6ac02c4 100644 --- a/output/no-nonsense.html +++ b/output/no-nonsense.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/not-your.html b/output/not-your.html index f487c14..c59f72a 100644 --- a/output/not-your.html +++ b/output/not-your.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/one-church.html b/output/one-church.html index 47b67e8..cb15903 100644 --- a/output/one-church.html +++ b/output/one-church.html @@ -14,11 +14,6 @@ - - - - - @@ -41,34 +36,35 @@ diff --git a/output/pages/about-us.html b/output/pages/about-us.html index 549d7eb..3ce9e3c 100644 --- a/output/pages/about-us.html +++ b/output/pages/about-us.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ @@ -107,19 +103,7 @@
    -

    Photo grid missing!!

    -
    -
    -
    - -
    -
    - -
    -
    - -
    diff --git a/output/pages/dashboard.html b/output/pages/dashboard.html index e18cf3f..02295a4 100644 --- a/output/pages/dashboard.html +++ b/output/pages/dashboard.html @@ -14,11 +14,6 @@ - - - - - @@ -37,34 +32,35 @@ diff --git a/output/pages/food-forests.html b/output/pages/food-forests.html index 3f9913b..80e5def 100644 --- a/output/pages/food-forests.html +++ b/output/pages/food-forests.html @@ -14,11 +14,6 @@ - - - - - @@ -37,34 +32,35 @@ diff --git a/output/pages/get-involved.html b/output/pages/get-involved.html index fc229ce..a66a89d 100644 --- a/output/pages/get-involved.html +++ b/output/pages/get-involved.html @@ -14,11 +14,6 @@ - - - - - @@ -38,34 +33,35 @@ diff --git a/output/pages/home.html b/output/pages/home.html index 5a9a959..6595aaa 100644 --- a/output/pages/home.html +++ b/output/pages/home.html @@ -14,11 +14,6 @@ - - - - - @@ -52,6 +47,7 @@ +