Skip to content

Commit

Permalink
html: updated text on banner contributor page
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc committed Sep 18, 2018
1 parent 47ef42a commit 71af9b5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/assets/v2/css/profile.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.container{
.profile_details .container{
min-height: 150px;
}

Expand Down
14 changes: 8 additions & 6 deletions app/retail/templates/landing/contributor/hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,17 @@
</div>
<div class="col-12 col-lg-6">
<div class="col header-line header-line-contributors mt-5">
{% trans "Join the Gitcoin" %}
{% trans "Get Paid for Solving" %}
<br>
{{tech_stack|title}}
{% trans "Developer Community" %}
{% if tech_stack %}
{{tech_stack|title}}
{% else %}
{% trans "Open Source" %}
{% endif %}
{% trans "Issues" %}
</div>
<div class="col subheader-line subheader-line-contributors mb-4">
<span>{% trans "Gitcoin is the easiest way to monetize work" %}
<br>
<span>{% trans "in Open Source Software." %}</span>
<span>{% trans "Gitcoin bounties pay when you submit a pull request." %}
</div>
<div class="col d-flex mt-2 mb-5 mr-5">
<div class="text-center">
Expand Down

0 comments on commit 71af9b5

Please sign in to comment.