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 @@