diff --git a/app/assets/v2/css/base.css b/app/assets/v2/css/base.css index 38921564a43..55615e54387 100644 --- a/app/assets/v2/css/base.css +++ b/app/assets/v2/css/base.css @@ -72,6 +72,10 @@ span { #tutorials li{ list-style: none; } +#tutorials img{ + max-width: 300px; + width: 100%; +} .tutorial_item{ background-color: #fff; diff --git a/app/assets/v2/images/tldr/tips_noborder.jpg b/app/assets/v2/images/tldr/tips_noborder.jpg new file mode 100644 index 00000000000..c573954f62a Binary files /dev/null and b/app/assets/v2/images/tldr/tips_noborder.jpg differ diff --git a/app/retail/templates/about.html b/app/retail/templates/about.html index 9d2d2b8b95f..9380a2bcb7c 100644 --- a/app/retail/templates/about.html +++ b/app/retail/templates/about.html @@ -74,7 +74,7 @@

{% trans "Built with <3 in Boulder Colorado US
-

{% trans "Goal: Grow Open Source" %}

+

{% trans "Mission: Grow Open Source" %}

{% blocktrans %}Gitcoin is a project that combines the #givefirst mantra of the Boulder community with capitalistic incentives to write great software. By enabling Repo Maintainers, developers, and financiers to find one another, Gitcoin grows open source software.{% endblocktrans %}

@@ -143,14 +143,14 @@

{% trans "Join Us" %}

{% trans "Open Gitcoin Roles" %}

- {% trans "Front End Developer" %} + {% trans "Product Developer" %} {% trans "Learn More" %}

- {% trans "Technical Business Development Lead" %} - + {% trans "Entrepeneur In Residence" %} + {% trans "Learn More" %}

@@ -224,7 +224,8 @@

{% trans "Features of Gitcoin" %}

- {% trans "Get Started" %} +

and many more.. Click below to view our toolbox:

+ {% trans "View our Toolbox" %}
@@ -244,7 +245,7 @@

{% trans "Everything we do is to support our mi
diff --git a/app/retail/templates/help.html b/app/retail/templates/help.html index e682860ad9d..f33c018a9a6 100644 --- a/app/retail/templates/help.html +++ b/app/retail/templates/help.html @@ -106,8 +106,12 @@

{% trans "Tutorials" %}

diff --git a/app/retail/views.py b/app/retail/views.py index 900b21c673f..b253179cf81 100644 --- a/app/retail/views.py +++ b/app/retail/views.py @@ -467,10 +467,18 @@ def help(request): 'img': static('v2/images/help/firehose.jpg'), 'url': 'https://medium.com/gitcoin/tutorial-leverage-gitcoins-firehose-of-talent-to-do-more-faster-dcd39650fc5', 'title': _('Leverage Gitcoin’s Firehose of Talent to Do More Faster'), + }, { + 'img': static('v2/images/tools/api.jpg'), + 'url': 'https://medium.com/gitcoin/tutorial-how-to-price-work-on-gitcoin-49bafcdd201e', + 'title': _('How to Price Work on Gitcoin'), }, { 'img': static('v2/images/help/tools.png'), 'url': 'https://medium.com/gitcoin/tutorial-post-a-bounty-in-90-seconds-a7d1a8353f75', 'title': _('Post a Bounty in 90 Seconds'), + }, { + 'img': static('v2/images/tldr/tips_noborder.jpg'), + 'url': 'https://medium.com/gitcoin/tutorial-send-a-tip-to-any-github-user-in-60-seconds-2eb20a648bc8', + 'title': _('Send a Tip to any Github user in 60 seconds'), }] context = {