diff --git a/content/pages/contact-us.rst b/content/pages/contact-us.rst new file mode 100644 index 0000000..2458b83 --- /dev/null +++ b/content/pages/contact-us.rst @@ -0,0 +1,2 @@ +Contact us +############ diff --git a/content/pages/sarafu-network.rst b/content/pages/sarafu-network.rst index 62ea71f..d68b66b 100644 --- a/content/pages/sarafu-network.rst +++ b/content/pages/sarafu-network.rst @@ -1 +1,2 @@ -:title: Sarafu Network \ No newline at end of file +:title: Sarafu Network +:template: sarafu-net \ No newline at end of file diff --git a/ge-theme/static/css/food-forest.css b/ge-theme/static/css/food-forest.css index e69de29..d5f9036 100644 --- a/ge-theme/static/css/food-forest.css +++ b/ge-theme/static/css/food-forest.css @@ -0,0 +1,62 @@ +.container-rest{ + width: 50%; +} +.img-content{ + text-align: center; + padding-top: 40px; +} +.img-custom{ + width: 100%; +} +.img-custom1{ + border: 1px solid #A1A1A1; + padding: 3px; + border-radius: 20px; +} +.adjust-font{ + font-size: 30px; + padding-top: 50px; +} +.gen-linkstyle{ + text-decoration-line: underline; + text-decoration-style: solid; + text-decoration-color: black; + text-decoration-thickness: 3px; + color: black; +} +.gen-linkstyle:hover{ + color: black; +} +.second-paragraph{ + padding-top: 20px; +} +.img-content1{ + padding-top: 10px; + text-align: center; + padding-bottom: 15px; +} +.last-paragraph{ + padding-bottom: 20px; +} +.line-spann{ + color: #A1A1A1; +} + +@media only screen and (max-width: 480px){ + .container-rest{ + width: 100%; + } + .img-content{ + text-align: center; + padding-top: 20px; + } + .adjust-font{ + font-size: 20px; + padding-top: 50px; + } +} +@media (min-width: 600px) and (max-width: 1024px){ + .container-rest{ + width: 80%; + } +} \ No newline at end of file diff --git a/ge-theme/static/css/index-styles.css b/ge-theme/static/css/index-styles.css index 2bebac2..ae3cb31 100644 --- a/ge-theme/static/css/index-styles.css +++ b/ge-theme/static/css/index-styles.css @@ -15,6 +15,9 @@ .li-style{ margin-bottom: 25px; } +.set-height{ + height: 450px; +} .img-resize{ width: 100%; height: 100%; @@ -71,6 +74,9 @@ .post-wrap{ padding-left: 20px; } + .set-height{ + height: auto + } } @media (min-width: 600px) and (max-width: 1024px){ diff --git a/ge-theme/static/css/sarafu-net.css b/ge-theme/static/css/sarafu-net.css new file mode 100644 index 0000000..8580e6f --- /dev/null +++ b/ge-theme/static/css/sarafu-net.css @@ -0,0 +1,80 @@ +.bck-light-color{ + background-color: #b3ecff; +} +.sarafu-box{ + padding-top: 40px; + max-width: 400px; + margin: auto; + height: auto; +} +.sarafu-title{ + font-weight: bold; + font-size: 40px; + padding-bottom: 20px; +} +.sarafu-p{ + font-size: 18px; +} +.center-content{ + text-align: center; +} +.img-pad-custom{ + padding-top: 60px; +} +.bck-dark-color{ + background-color: #001a4d ; +} +.white-font{ + color: white; + padding-top: 40px; +} +.sarafu-img{ + padding-bottom: 10px; +} +.sarafu-container{ + width: 50%; + padding-top: 40px; +} +.padd-top{ + padding-top: 30px; +} +.saf-link-style{ + text-decoration-line: underline; + text-decoration-style: solid; + text-decoration-color: black; + text-decoration-thickness: 3px; + color: black; +} +.saf-width{ + margin: auto; + max-width: 400px; +} +.last-img{ + padding-top: 40px; + padding-bottom: 40px; +} +.saf-img-style{ + border: 1px solid #A1A1A1; + padding: 3px; + border-radius: 20px; +} +.saf-line-span{ + color: #A1A1A1; +} + +@media only screen and (max-width: 480px){ + .img-pad-custom{ + padding-top: 40px; + } + .white-font{ + padding-top: 20px; + } + .sarafu-container{ + width: 100%; + } +} +@media (min-width: 600px) and (max-width: 1024px){ + .sarafu-container{ + width: 100%; + } +} \ No newline at end of file diff --git a/ge-theme/static/images/aboutus-imgs/green-leaf-temp-removebg-preview.png b/ge-theme/static/images/aboutus-imgs/green-leaf-temp-removebg-preview.png new file mode 100644 index 0000000..e36e9de Binary files /dev/null and b/ge-theme/static/images/aboutus-imgs/green-leaf-temp-removebg-preview.png differ diff --git a/ge-theme/static/images/aboutus-imgs/green-leaf-temp.png b/ge-theme/static/images/aboutus-imgs/green-leaf-temp.png deleted file mode 100644 index ce461d8..0000000 Binary files a/ge-theme/static/images/aboutus-imgs/green-leaf-temp.png and /dev/null differ diff --git a/ge-theme/static/images/foodforest-imgs/foodfore-img1.webp b/ge-theme/static/images/foodforest-imgs/foodfore-img1.webp new file mode 100644 index 0000000..40cdb3d Binary files /dev/null and b/ge-theme/static/images/foodforest-imgs/foodfore-img1.webp differ diff --git a/ge-theme/static/images/foodforest-imgs/foodfore-img2.webp b/ge-theme/static/images/foodforest-imgs/foodfore-img2.webp new file mode 100644 index 0000000..604343a Binary files /dev/null and b/ge-theme/static/images/foodforest-imgs/foodfore-img2.webp differ diff --git a/ge-theme/static/images/foodforest-imgs/foodfore-img3.webp b/ge-theme/static/images/foodforest-imgs/foodfore-img3.webp new file mode 100644 index 0000000..070aa43 Binary files /dev/null and b/ge-theme/static/images/foodforest-imgs/foodfore-img3.webp differ diff --git a/ge-theme/static/images/sarafu-imgs/sarafu-img1.webp b/ge-theme/static/images/sarafu-imgs/sarafu-img1.webp new file mode 100644 index 0000000..3de9126 Binary files /dev/null and b/ge-theme/static/images/sarafu-imgs/sarafu-img1.webp differ diff --git a/ge-theme/static/images/sarafu-imgs/sarafu-img2.webp b/ge-theme/static/images/sarafu-imgs/sarafu-img2.webp new file mode 100644 index 0000000..9daed14 Binary files /dev/null and b/ge-theme/static/images/sarafu-imgs/sarafu-img2.webp differ diff --git a/ge-theme/static/images/sarafu-imgs/sarafu-img3.webp b/ge-theme/static/images/sarafu-imgs/sarafu-img3.webp new file mode 100644 index 0000000..ddf8c6e Binary files /dev/null and b/ge-theme/static/images/sarafu-imgs/sarafu-img3.webp differ diff --git a/ge-theme/static/images/sarafu-imgs/sarafu-img4.webp b/ge-theme/static/images/sarafu-imgs/sarafu-img4.webp new file mode 100644 index 0000000..81df5b9 Binary files /dev/null and b/ge-theme/static/images/sarafu-imgs/sarafu-img4.webp differ diff --git a/ge-theme/static/images/sarafu-imgs/sarafu-img5.webp b/ge-theme/static/images/sarafu-imgs/sarafu-img5.webp new file mode 100644 index 0000000..32aa73e Binary files /dev/null and b/ge-theme/static/images/sarafu-imgs/sarafu-img5.webp differ diff --git a/ge-theme/static/images/sarafu-imgs/sarafu-img6.webp b/ge-theme/static/images/sarafu-imgs/sarafu-img6.webp new file mode 100644 index 0000000..fdd825e Binary files /dev/null and b/ge-theme/static/images/sarafu-imgs/sarafu-img6.webp differ diff --git a/ge-theme/static/images/sarafu-imgs/sarafu-img7.webp b/ge-theme/static/images/sarafu-imgs/sarafu-img7.webp new file mode 100644 index 0000000..5e6ac2a Binary files /dev/null and b/ge-theme/static/images/sarafu-imgs/sarafu-img7.webp differ diff --git a/ge-theme/templates/Food forests.html b/ge-theme/templates/Food forests.html index 9821356..25085e4 100644 --- a/ge-theme/templates/Food forests.html +++ b/ge-theme/templates/Food forests.html @@ -7,5 +7,53 @@ {% block content %} +
+
+ +
+
+

Food Forests + Community Currencies / Basic Income = Community Farms

+
+
+

Having worked on a myriad farming techniques, we’ve never been more inspired by the practicality and theory behind Syntropic Agroforestry. Regenerating soil while practically providing crops and long term food forests is actually possible! Syntropic Agroforestry is amazing. It captures all the good of permaculture and organic farming and is easy for people to copy and put to use!

+

We’ve had the pleasure of hosting Roland van Reenen from Curacao, sent to us by Curadao , as well as James Thiong'o from Central Kenya. We are convinced that food forestry via Syntropic Agroforestry and regenerative organic agriculture programs will solve problems of food insecurity. The following schedule was developed and has already been duplicated over and over.

+
+
+ +
+
+

Some core syntropic principals:

+
    +
  1. Ensure Soil is covered: so that water and nutrients don’t evaporate and that roots and mycorrhizal fungi can absorb and move around those nutrients. (Don’t even step on bare soil).
  2. +
  3. Maximize Photosynthesis: plants requiring different amounts of sunlight can be planted above, below and around each other to ensure that sunlight isn’t wasted on the soil and at least twice the amount of energy can be consumed by plants.
  4. +
  5. Succession: Ensure that there is a clear succession of plants. E.g. As a cassava grows it can give shelter to a fruit tree.
  6. +
  7. Stratification – Fill each layer of vegetation and maintain diversity for system health. Space (stratification) has to be harmonized over time (life cycle), respecting the successional steps within each of the systems
  8. +
  9. Management – Keeping balance, reducing excess growth.
  10. +
+

Using community currency to budget for the creation and maintenance of food forests seems as natural as the syntropic principals themselves. Indeed the circulation of community currency mirrors the concepts of mycorrhizal association and hyphal networks. “In some more complex relationships, mycorrhizal fungi do not just collect immobilized soil nutrients, but connect individual plants together by mycorrhizal networks that transport water, carbon, and other nutrients directly from plant to plant through underground hyphal networks.”

+

In this sense CICs connected through membranes (bonding curves) enable communities to transport vital resources. Further a CIC is a voucher for a particular group of resources identified by a village. One can hardly think of a better source of primary production than the food from a food forest being the anchor (backing of last resort) for a community currency.

+

Syntropic Agroforestry is the best candidate we have seen for regenerating rich soil, and developing sustainable fertile crops in a way that can be integrated into traditional farming here in Kenya. This could be the carbon sequestration, water harvesting and food system we need to heal our ecosystems. We're excited that community inclusion currencies could be the way to both fund their development, maintenance – but also that these food forests establish a solid basis for the intrinsic value for currencies.

+

We don’t have to stretch far at all to apply syntropic principals to a community currency and networks of community currencies. Syntropic principals loosely applied to community currency:

+
    +
  1. Ensure basic needs are covered: Using anything but community currency for basic needs creates a dependency on foreign currencies or aid.
  2. +
  3. Maximize resources: The benefits of foreign and local resources are best consumed by an entire supply chain in order to produce local productive capacity. Ensure a community currency is being utilized by each level of production, services and value addition.
  4. +
  5. Succession: Ensure that there is a clear succession of community currency utilization. We often call this braiding: as the usage for CC among trade for food, moves into education, and haircuts and so on.
  6. +
  7. Stratification: Ensure a diversity of usages for Community Currency - any gaps in diversity can lead toward extraction of local resources and eventual stagnation..
  8. +
  9. Management: Ensure that the growth of a Community Currency is clearly bounded and its supply and value can’t keep growing forever. When CC accumulates and stops flowing or dissipates into another ecosystems, management is key to regain healthy flow.
  10. +
+
+ +
+

In the above diagram, (1) a community inclusion currency is issued by a local population then (2) collected by a community group and used to pay for farm inputs and labor, then (3) the CIC (Sarafu) can be redeemed for the food produced and reused again for labor and other projects.

+

Here is a simple illustrated handbook for Syntropic Agroforestry

+ Syntropic agroforestry handbook.pdf +
+
+

Let’s Work Together

+

Contact us , so we can start working together. We are seeking communities that are ready to start a Community Farm = CIC + Food Forest and feed their community in a fair and equitable way while regenerating soil for future generations!

+
+ +
+
{% endblock %} \ No newline at end of file diff --git a/ge-theme/templates/about-us.html b/ge-theme/templates/about-us.html index bafa807..4cd8fe5 100644 --- a/ge-theme/templates/about-us.html +++ b/ge-theme/templates/about-us.html @@ -88,12 +88,9 @@

On average profits increased in 20%

+ src="{{SITEURL}}/theme/images/aboutus-imgs/green-leaf-temp-removebg-preview.png">

20 tonnes of trash collected 1000's of trees were planted

- - - diff --git a/ge-theme/templates/base.html b/ge-theme/templates/base.html index 71aeb5d..469c169 100644 --- a/ge-theme/templates/base.html +++ b/ge-theme/templates/base.html @@ -93,7 +93,7 @@