diff --git a/content/pages/dashboard.rst b/content/pages/dashboard.rst new file mode 100644 index 0000000..4500ea1 --- /dev/null +++ b/content/pages/dashboard.rst @@ -0,0 +1,2 @@ +:title: Dashboard +:template: dash-page \ No newline at end of file diff --git a/content/pages/home.rst b/content/pages/home.rst index 4359e0b..6b3c140 100644 --- a/content/pages/home.rst +++ b/content/pages/home.rst @@ -1,3 +1,2 @@ :title: Home - :template: home-template diff --git a/content/pages/mooc.rst b/content/pages/mooc.rst index f58fb9f..25fda30 100644 --- a/content/pages/mooc.rst +++ b/content/pages/mooc.rst @@ -1,2 +1,2 @@ -MOOC -###### +:title: MOOC +:template: moocpage diff --git a/ge-theme/static/css/dashboard.css b/ge-theme/static/css/dashboard.css new file mode 100644 index 0000000..6a06bed --- /dev/null +++ b/ge-theme/static/css/dashboard.css @@ -0,0 +1,34 @@ +.dash-cont{ + width: 50%; +} +.dash-link{ + color: black; + text-decoration-line: underline; + text-decoration-style: solid; + text-decoration-color: black; + text-decoration-thickness: 3px; +} +.dash-link:hover{ + color: black; +} +.dash-center{ + text-align: center; +} +.img-dash{ + border-radius: 5px; + border: 1px solid #a3a3c2; + padding: 3px; +} + +@media only screen and (max-width: 480px){ + .dash-cont{ + width: 100%; + } +} + +@media (min-width: 600px) and (max-width: 1024px){ + .dash-cont{ + width: 80%; + } + +} \ No newline at end of file diff --git a/ge-theme/static/css/howitworks.css b/ge-theme/static/css/howitworks.css index 1351ebc..9998e64 100644 --- a/ge-theme/static/css/howitworks.css +++ b/ge-theme/static/css/howitworks.css @@ -93,7 +93,6 @@ color: black; padding: 0.5em; text-align: center; - /*padding: 12px 6px;*/ text-decoration: none; width: 150px; border-radius: 25px; diff --git a/ge-theme/static/css/moocstyles.css b/ge-theme/static/css/moocstyles.css new file mode 100644 index 0000000..3aeae8f --- /dev/null +++ b/ge-theme/static/css/moocstyles.css @@ -0,0 +1,47 @@ +.mooc-container{ + width: 50% +} +.mooc-center{ + text-align: center; +} +.join-title{ + font-weight: bold; +} +.in-font{ + font-size: 20px; +} +.m-button{ + background: #ffffff; + border: 1px solid black; + color: black; + padding: 1em; + text-align: center; + text-decoration: none; + width: 200px; + border-radius: 25px; +} +.m-button:hover{ + background-color: #3E3F45; + color: #b3e6ff; +} +.mooc-gap{ + gap: 10px; +} +.mooclink{ + color: black; + text-decoration-line: underline; + text-decoration-style: solid; + text-decoration-color: black; + text-decoration-thickness: 3px; +} + +@media only screen and (max-width: 480px){ + .mooc-container{ + width: 100% + } +} +@media (min-width: 600px) and (max-width: 1024px){ + .mooc-container{ + width: 80% + } +} \ No newline at end of file diff --git a/ge-theme/static/images/dashboard/dash1.webp b/ge-theme/static/images/dashboard/dash1.webp new file mode 100644 index 0000000..8d13c3e Binary files /dev/null and b/ge-theme/static/images/dashboard/dash1.webp differ diff --git a/ge-theme/static/images/dashboard/dash2.webp b/ge-theme/static/images/dashboard/dash2.webp new file mode 100644 index 0000000..876aabd Binary files /dev/null and b/ge-theme/static/images/dashboard/dash2.webp differ diff --git a/ge-theme/static/images/mooc-imgs/github-icon.webp b/ge-theme/static/images/mooc-imgs/github-icon.webp new file mode 100644 index 0000000..4dfada1 Binary files /dev/null and b/ge-theme/static/images/mooc-imgs/github-icon.webp differ diff --git a/ge-theme/static/images/mooc-imgs/tube-icon.webp b/ge-theme/static/images/mooc-imgs/tube-icon.webp new file mode 100644 index 0000000..816910e Binary files /dev/null and b/ge-theme/static/images/mooc-imgs/tube-icon.webp differ diff --git a/ge-theme/templates/dash-page.html b/ge-theme/templates/dash-page.html new file mode 100644 index 0000000..2b876a4 --- /dev/null +++ b/ge-theme/templates/dash-page.html @@ -0,0 +1,27 @@ +{% extends "base.html" %} + +{% block head %} +{{ super() }} + +{% endblock %} + +{% block content %} +
+
+ +
+
+

Dashboard

+

These dashboards are derived from transactional data of individual Community Inclusion Currency Users.For raw + data access visit our research page.

+
+
+ +
+
+

Help us with Data Analysis and Visualization!

+

Contact us so we can start working together.

+
+
+
+{% endblock %} \ No newline at end of file diff --git a/ge-theme/templates/moocpage.html b/ge-theme/templates/moocpage.html new file mode 100644 index 0000000..2546409 --- /dev/null +++ b/ge-theme/templates/moocpage.html @@ -0,0 +1,68 @@ +{% extends "base.html" %} + +{% block head %} +{{ super() }} + +{% endblock %} + +{% block content %} + +
+
+

Join us for our free online course!

+
+
+

You will learn to develop paper based community currencies: This course pre-dates our digital Community + Inclusion Currencies for more recent trainings visit the links below.

+
+
+

Video missing

+
+
+ + + + + + + + + + +
+
+
+

Take the course

+ Let's begin +
+
+

Acess the resource here:

+
+
+ +
+
+ Course videos +
+
+
+
+ +
+
+ Village Market Simulator +
+
+
+
+ +
+ +
+
+
+
+
+{% endblock %} \ No newline at end of file diff --git a/output/archives.html b/output/archives.html index 0a96a06..ce27dd0 100644 --- a/output/archives.html +++ b/output/archives.html @@ -37,6 +37,7 @@