diff --git a/content/pages/AboutUs.rst b/content/pages/AboutUs.rst
index 7d108fc..d723f27 100644
--- a/content/pages/AboutUs.rst
+++ b/content/pages/AboutUs.rst
@@ -1,5 +1,6 @@
About us
###########
-:title: About us
-:status: Published
\ No newline at end of file
+:title: about-us
+:status: Published
+:template: about-us
\ No newline at end of file
diff --git a/ge-theme/static/css/about-us.css b/ge-theme/static/css/about-us.css
new file mode 100644
index 0000000..8a60b3e
--- /dev/null
+++ b/ge-theme/static/css/about-us.css
@@ -0,0 +1,49 @@
+.box-wrap{
+ box-sizing: border-box;
+ margin: auto;
+ border-style: solid;
+ border-color: #ffffff;
+ max-height: 900px;
+ max-width: 400px;
+}
+.box-title{
+ text-align: center;
+ font-weight: bold;
+ padding-top: 40px;
+ font-size: 40px;
+}
+.box-title1{
+ text-align: center;
+ font-weight: bold;
+ padding-top: 80px;
+ font-size: 40px;
+}
+.box-words{
+ padding-top: 20px;
+ text-align: center;
+}
+.box-words1{
+ padding-top: 40px;
+}
+.inline-buttons{
+ /*display: flex;*/
+ /*justify-content: center;*/
+ /*align-items: center;*/
+ padding-top: 20px;
+ padding-bottom: 20px;
+ /*flex-wrap: wrap;*/
+}
+.a-button{
+ background: #ffffff;
+ border: 1px solid black;
+ color: black;
+ padding: 0.5em;
+ /*padding: 12px 6px;*/
+ text-decoration: none;
+ width: 150px;
+ border-radius: 25px;
+}
+.a-button:hover{
+ background-color: #3E3F45;
+ color: #ffffff;
+}
diff --git a/ge-theme/static/images/aboutus-imgs/aboutus-img1.webp b/ge-theme/static/images/aboutus-imgs/aboutus-img1.webp
new file mode 100644
index 0000000..4d1d507
Binary files /dev/null and b/ge-theme/static/images/aboutus-imgs/aboutus-img1.webp differ
diff --git a/ge-theme/templates/about-us.html b/ge-theme/templates/about-us.html
new file mode 100644
index 0000000..d866933
--- /dev/null
+++ b/ge-theme/templates/about-us.html
@@ -0,0 +1,53 @@
+{% extends "base.html" %}
+
+{% block head %}
+{{ super() }}
+
+
+{% endblock %}
+
+{% block content %}
+
+
+
+
+
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.
+
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.
+
+
+
+
HISTORY
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{% endblock %}
\ No newline at end of file
diff --git a/output/archives.html b/output/archives.html
index 532ae86..3f43c82 100644
--- a/output/archives.html
+++ b/output/archives.html
@@ -31,7 +31,7 @@
- About us
+ about-us
Food Forests
Get Involved
Home
diff --git a/output/author/amina-godana.html b/output/author/amina-godana.html
index 7623013..28580ce 100644
--- a/output/author/amina-godana.html
+++ b/output/author/amina-godana.html
@@ -34,7 +34,7 @@
- About us
+ about-us
Food Forests
Get Involved
Home
diff --git a/output/author/isavary-khabuqwi.html b/output/author/isavary-khabuqwi.html
index 50a5efa..9d154ca 100644
--- a/output/author/isavary-khabuqwi.html
+++ b/output/author/isavary-khabuqwi.html
@@ -34,7 +34,7 @@
- About us
+ about-us
Food Forests
Get Involved
Home
diff --git a/output/author/james-thiongo.html b/output/author/james-thiongo.html
index f9ad7fe..3528f2f 100644
--- a/output/author/james-thiongo.html
+++ b/output/author/james-thiongo.html
@@ -34,7 +34,7 @@
- About us
+ about-us
Food Forests
Get Involved
Home
diff --git a/output/author/janet-akinyi-atieno.html b/output/author/janet-akinyi-atieno.html
index a7ceb0f..de3d698 100644
--- a/output/author/janet-akinyi-atieno.html
+++ b/output/author/janet-akinyi-atieno.html
@@ -34,7 +34,7 @@
- About us
+ about-us
Food Forests
Get Involved
Home
diff --git a/output/author/marcelin-munga-petro.html b/output/author/marcelin-munga-petro.html
index cb1c980..a702c55 100644
--- a/output/author/marcelin-munga-petro.html
+++ b/output/author/marcelin-munga-petro.html
@@ -34,7 +34,7 @@
- About us
+ about-us
Food Forests
Get Involved
Home
diff --git a/output/author/shaila-agha.html b/output/author/shaila-agha.html
index 7a49615..3b9e209 100644
--- a/output/author/shaila-agha.html
+++ b/output/author/shaila-agha.html
@@ -34,7 +34,7 @@
- About us
+ about-us
Food Forests
Get Involved
Home
diff --git a/output/author/will-ruddick.html b/output/author/will-ruddick.html
index a2ead88..5110d1a 100644
--- a/output/author/will-ruddick.html
+++ b/output/author/will-ruddick.html
@@ -34,7 +34,7 @@
- About us
+ about-us
Food Forests
Get Involved
Home
diff --git a/output/authors.html b/output/authors.html
index 936a396..b49de62 100644
--- a/output/authors.html
+++ b/output/authors.html
@@ -31,7 +31,7 @@
- About us
+ about-us
Food Forests
Get Involved
Home
diff --git a/output/categories.html b/output/categories.html
index 1fde3c4..0e982e1 100644
--- a/output/categories.html
+++ b/output/categories.html
@@ -31,7 +31,7 @@
- About us
+ about-us
Food Forests
Get Involved
Home
diff --git a/output/category/blog.html b/output/category/blog.html
index 9e394a2..16c830d 100644
--- a/output/category/blog.html
+++ b/output/category/blog.html
@@ -34,7 +34,7 @@
- About us
+ about-us
Food Forests
Get Involved
Home
diff --git a/output/category/blog2.html b/output/category/blog2.html
index 7639522..9bf0743 100644
--- a/output/category/blog2.html
+++ b/output/category/blog2.html
@@ -34,7 +34,7 @@
- About us
+ about-us
Food Forests
Get Involved
Home
diff --git a/output/cic-will.html b/output/cic-will.html
index 2e6057c..f646d61 100644
--- a/output/cic-will.html
+++ b/output/cic-will.html
@@ -41,7 +41,7 @@
- About us
+ about-us
Food Forests
Get Involved
Home
diff --git a/output/index.html b/output/index.html
index cdf7f31..3973326 100644
--- a/output/index.html
+++ b/output/index.html
@@ -34,7 +34,7 @@
- About us
+ about-us
Food Forests
Get Involved
Home
diff --git a/output/index2.html b/output/index2.html
index 5fba3b6..958ed59 100644
--- a/output/index2.html
+++ b/output/index2.html
@@ -34,7 +34,7 @@
- About us
+ about-us
Food Forests
Get Involved
Home
diff --git a/output/kakuma-amina.html b/output/kakuma-amina.html
index f843812..d27436f 100644
--- a/output/kakuma-amina.html
+++ b/output/kakuma-amina.html
@@ -37,7 +37,7 @@
- About us
+ about-us
Food Forests
Get Involved
Home
diff --git a/output/kenyancic-will.html b/output/kenyancic-will.html
index 6047367..51e3c39 100644
--- a/output/kenyancic-will.html
+++ b/output/kenyancic-will.html
@@ -41,7 +41,7 @@
- About us
+ about-us
Food Forests
Get Involved
Home
diff --git a/output/kilifi-isavary.html b/output/kilifi-isavary.html
index 7788bdc..d15fa0d 100644
--- a/output/kilifi-isavary.html
+++ b/output/kilifi-isavary.html
@@ -42,7 +42,7 @@
- About us
+ about-us
Food Forests
Get Involved
Home
diff --git a/output/municipal-will.html b/output/municipal-will.html
index 3bd8d1e..b96b455 100644
--- a/output/municipal-will.html
+++ b/output/municipal-will.html
@@ -41,7 +41,7 @@
- About us
+ about-us
Food Forests
Get Involved
Home
diff --git a/output/pages/about-us.html b/output/pages/about-us.html
index 1fd1a50..d9c121b 100644
--- a/output/pages/about-us.html
+++ b/output/pages/about-us.html
@@ -1,7 +1,7 @@
- grassroots-pelican - About us
+ grassroots-pelican
@@ -18,6 +18,7 @@
+
@@ -33,7 +34,7 @@
- About us
+ about-us
Food Forests
Get Involved
Home
@@ -48,10 +49,48 @@
- About us
-
+
+
+
+
+
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.
+
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.
+
+
+
+
HISTORY
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+