Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

html: updated text on banner contributor page #2238

Merged
merged 1 commit into from
Sep 18, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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