From 98cc6b695abb7b3771baad08393e9dac297c77a6 Mon Sep 17 00:00:00 2001 From: FnaTic Date: Fri, 31 Aug 2018 10:37:56 +0530 Subject: [PATCH 1/2] Adding icons to tree section --- app/retail/templates/landing/funder/howworks.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/retail/templates/landing/funder/howworks.html b/app/retail/templates/landing/funder/howworks.html index 9ca17b1bb64..1ea483142b6 100644 --- a/app/retail/templates/landing/funder/howworks.html +++ b/app/retail/templates/landing/funder/howworks.html @@ -35,18 +35,22 @@

{% trans "Fund An Issue. Grow Your Project." %}

1
+
{% trans "Post A Bounty." %}

{% blocktrans %}Fund a well specified issue on your Github repo which is a good candidate for external contribution.{% endblocktrans %}

2
+ +
{% trans "Work With A Gitcoiner." %}

{% blocktrans %}Provide a Gitcoiner with a timeline and collaborate to complete the task.{% endblocktrans %}

3
+
{% trans "Grow Your Project." %}

{% blocktrans %}Merge the Gitcoiner’s contribution, pay for a job well done, and grow a healthy open source ecosystem.{% endblocktrans %}

@@ -70,6 +74,7 @@

{% trans "Contribute to Open Source. Get Paid." %}

1
+
{% trans "Find An Open Bounty." %}

{% trans "Whether it's Bugs, Features, or Security Issues, Gitcoin's" %} @@ -79,6 +84,7 @@

{% trans "Find An Open Bounty." %}
2
+
{% trans "Build Something Great." %}

{% blocktrans %}Select an open issue, work on a project, collaborate, build your @@ -87,6 +93,7 @@

{% trans "Build Something Great." %}
3
+
{% trans "Get Paid." %}

{% blocktrans %}Payments are Ethereum-based, & released automatically after code is From 773ded553507839f7554ea224eabf14f4e78aa43 Mon Sep 17 00:00:00 2001 From: Aditya Anand Date: Fri, 31 Aug 2018 13:31:31 +0530 Subject: [PATCH 2/2] landing: removed inline css --- app/assets/v2/css/landing_page.css | 13 +++++++++ .../templates/landing/funder/howworks.html | 28 +++++++++---------- 2 files changed, 27 insertions(+), 14 deletions(-) diff --git a/app/assets/v2/css/landing_page.css b/app/assets/v2/css/landing_page.css index 1389b1eeed0..cad106f90d2 100644 --- a/app/assets/v2/css/landing_page.css +++ b/app/assets/v2/css/landing_page.css @@ -141,6 +141,19 @@ body { margin-bottom: 1rem; } +.howworks-step i { + font-size: 2rem; + padding: 0.5rem 0; +} + +.funder-container .howworks-step i { + color: #FFCE08; +} + +.contributor-container .howworks-step i { + color: #25E899; +} + .howworks-step__label { border-radius: 50%; height: 2rem; diff --git a/app/retail/templates/landing/funder/howworks.html b/app/retail/templates/landing/funder/howworks.html index 1ea483142b6..dc03cd03cf8 100644 --- a/app/retail/templates/landing/funder/howworks.html +++ b/app/retail/templates/landing/funder/howworks.html @@ -26,7 +26,7 @@

-
+

{% trans "Fund An Issue. Grow Your Project." %}

@@ -35,24 +35,24 @@

{% trans "Fund An Issue. Grow Your Project." %}

1
- +
{% trans "Post A Bounty." %}
-

{% blocktrans %}Fund a well specified issue on your Github repo which is a good +

{% blocktrans %}Fund a well specified issue on your Github repo which is a good candidate for external contribution.{% endblocktrans %}

2
- +
{% trans "Work With A Gitcoiner." %}
-

{% blocktrans %}Provide a Gitcoiner with a timeline and +

{% blocktrans %}Provide a Gitcoiner with a timeline and collaborate to complete the task.{% endblocktrans %}

3
- +
{% trans "Grow Your Project." %}
-

{% blocktrans %}Merge the Gitcoiner’s contribution, pay for a job well done, +

{% blocktrans %}Merge the Gitcoiner’s contribution, pay for a job well done, and grow a healthy open source ecosystem.{% endblocktrans %}

@@ -65,7 +65,7 @@
{% trans "Grow Your Project." %}

-
+

{% trans "Contribute to Open Source. Get Paid." %}

@@ -74,9 +74,9 @@

{% trans "Contribute to Open Source. Get Paid." %}

1
- +
{% trans "Find An Open Bounty." %}
-

+

{% trans "Whether it's Bugs, Features, or Security Issues, Gitcoin's" %} {% trans "Issue Explorer" %} {% trans "is the easiest way to find paid work in open source." %} @@ -84,18 +84,18 @@

{% trans "Find An Open Bounty." %}
2
- +
{% trans "Build Something Great." %}
-

+

{% blocktrans %}Select an open issue, work on a project, collaborate, build your skills, and contribute towards the open source projects.{% endblocktrans %}

3
- +
{% trans "Get Paid." %}
-

+

{% blocktrans %}Payments are Ethereum-based, & released automatically after code is accepted by the bounty submitter.{% endblocktrans %}