diff --git a/ge-theme/static/css/get-involved.css b/ge-theme/static/css/get-involved.css index 4692e64..613bee8 100644 --- a/ge-theme/static/css/get-involved.css +++ b/ge-theme/static/css/get-involved.css @@ -30,6 +30,9 @@ width: 50%; padding-top: 40px; } +.row-gev-pad{ + padding-top: 50px; +} .center-text{ text-align: center; } @@ -210,6 +213,19 @@ transform: translate(-50%, -50%); font-size: 70px; } +.container-impact{ + width: 50%; + padding-top: 60px; +} +.multiply-wrap{ + box-sizing: border-box; + max-width: 150px; + margin: auto; +} +.multiply-bold{ + padding-top: 40px; + font-weight: bold; +} @media only screen and (max-width: 480px){ .text-inside1{ @@ -222,6 +238,9 @@ .container-getinv{ width: 100%; } + .row-gev-pad{ + padding-top: 10px; + } .mobile-pad{ padding-top: 30px; } @@ -252,6 +271,13 @@ .text-donate{ font-size: 30px; } + .container-impact{ + width: 100%; + padding-top: 40px; + } + .multiply-bold{ + padding-top: 20px; + } } @media (min-width: 600px) and (max-width: 1024px){ @@ -278,5 +304,8 @@ .container-mooc{ width: 80%; } + .container-impact{ + width: 80%; + } } diff --git a/ge-theme/static/images/get-involved-imgs/donate-new-removebg-preview.png b/ge-theme/static/images/get-involved-imgs/donate-new-removebg-preview.png new file mode 100644 index 0000000..656e4e0 Binary files /dev/null and b/ge-theme/static/images/get-involved-imgs/donate-new-removebg-preview.png differ diff --git a/ge-theme/static/images/get-involved-imgs/donate-new.jpg b/ge-theme/static/images/get-involved-imgs/donate-new.jpg new file mode 100644 index 0000000..ca6fe77 Binary files /dev/null and b/ge-theme/static/images/get-involved-imgs/donate-new.jpg differ diff --git a/ge-theme/static/images/get-involved-imgs/donate.jpg b/ge-theme/static/images/get-involved-imgs/donate.jpg new file mode 100644 index 0000000..842a5aa Binary files /dev/null and b/ge-theme/static/images/get-involved-imgs/donate.jpg differ diff --git a/ge-theme/static/images/get-involved-imgs/impact.png b/ge-theme/static/images/get-involved-imgs/impact.png new file mode 100644 index 0000000..68e1b64 Binary files /dev/null and b/ge-theme/static/images/get-involved-imgs/impact.png differ diff --git a/ge-theme/templates/getInvolved.html b/ge-theme/templates/getInvolved.html index d2a654c..a68bcbe 100644 --- a/ge-theme/templates/getInvolved.html +++ b/ge-theme/templates/getInvolved.html @@ -14,7 +14,7 @@

FORCES

-
+

We are seeking support to both spread our programs through training global leaders and currency designers and to deepen cooperative economic resilience in communities already using Community @@ -235,6 +235,36 @@

Donate

+
+
+
+
+

Multiply your impact

+
+
+
+ +
+
+
+
+

By turning your donations into local currency your impact will stay in circulation helping the community 8 times longer

+

Take a look at our reaserch

+
+
+
+
+

Please Contact us whenever you send a donation!

+

To Donate Crypto Currencies (ERC20) like Ethereum please use our account:

+

0xba0FEE8490118FC4f46Bd0974D7BF93d0e2f1064

+

Support our GitCoin Grant here!

+
+
+ +
+
+
+
{% endblock %} \ No newline at end of file diff --git a/output/pages/get-involved.html b/output/pages/get-involved.html index 09ed286..9416589 100644 --- a/output/pages/get-involved.html +++ b/output/pages/get-involved.html @@ -77,7 +77,7 @@

FORCES

-
+

We are seeking support to both spread our programs through training global leaders and currency designers and to deepen cooperative economic resilience in communities already using Community @@ -298,6 +298,36 @@

Donate

+
+
+
+
+

Multiply your impact

+
+
+
+ +
+
+
+
+

By turning your donations into local currency your impact will stay in circulation helping the community 8 times longer

+

Take a look at our reaserch

+
+
+
+
+

Please Contact us whenever you send a donation!

+

To Donate Crypto Currencies (ERC20) like Ethereum please use our account:

+

0xba0FEE8490118FC4f46Bd0974D7BF93d0e2f1064

+

Support our GitCoin Grant here!

+
+
+ +
+
+
+
diff --git a/output/theme/css/get-involved.css b/output/theme/css/get-involved.css index 4692e64..613bee8 100644 --- a/output/theme/css/get-involved.css +++ b/output/theme/css/get-involved.css @@ -30,6 +30,9 @@ width: 50%; padding-top: 40px; } +.row-gev-pad{ + padding-top: 50px; +} .center-text{ text-align: center; } @@ -210,6 +213,19 @@ transform: translate(-50%, -50%); font-size: 70px; } +.container-impact{ + width: 50%; + padding-top: 60px; +} +.multiply-wrap{ + box-sizing: border-box; + max-width: 150px; + margin: auto; +} +.multiply-bold{ + padding-top: 40px; + font-weight: bold; +} @media only screen and (max-width: 480px){ .text-inside1{ @@ -222,6 +238,9 @@ .container-getinv{ width: 100%; } + .row-gev-pad{ + padding-top: 10px; + } .mobile-pad{ padding-top: 30px; } @@ -252,6 +271,13 @@ .text-donate{ font-size: 30px; } + .container-impact{ + width: 100%; + padding-top: 40px; + } + .multiply-bold{ + padding-top: 20px; + } } @media (min-width: 600px) and (max-width: 1024px){ @@ -278,5 +304,8 @@ .container-mooc{ width: 80%; } + .container-impact{ + width: 80%; + } } diff --git a/output/theme/images/get-involved-imgs/donate-new-removebg-preview.png b/output/theme/images/get-involved-imgs/donate-new-removebg-preview.png new file mode 100644 index 0000000..656e4e0 Binary files /dev/null and b/output/theme/images/get-involved-imgs/donate-new-removebg-preview.png differ diff --git a/output/theme/images/get-involved-imgs/donate-new.jpg b/output/theme/images/get-involved-imgs/donate-new.jpg new file mode 100644 index 0000000..ca6fe77 Binary files /dev/null and b/output/theme/images/get-involved-imgs/donate-new.jpg differ diff --git a/output/theme/images/get-involved-imgs/donate.jpg b/output/theme/images/get-involved-imgs/donate.jpg new file mode 100644 index 0000000..842a5aa Binary files /dev/null and b/output/theme/images/get-involved-imgs/donate.jpg differ diff --git a/output/theme/images/get-involved-imgs/impact.png b/output/theme/images/get-involved-imgs/impact.png new file mode 100644 index 0000000..68e1b64 Binary files /dev/null and b/output/theme/images/get-involved-imgs/impact.png differ