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 9ca17b1bb64..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,20 +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 %}

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

-
+

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

@@ -70,8 +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." %} @@ -79,16 +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 %}