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

Fix Illegible Text on Bouties Page #7582

Merged
merged 2 commits into from
Oct 2, 2020
Merged
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
4 changes: 2 additions & 2 deletions app/retail/templates/shared/what_is_gitcoin.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h1 class="whatisit-title">{% trans title %}</h1>
<div class="col-12 col-md-6 col-lg-5 mb-4">
<div>
<h3 class="mb-3">{% trans "A Mission to Grow Open Source." %}</h3>
<p class="mb-4">{% blocktrans %}A community for developers to collaborate and monetize their skills while working
<p class="mb-4">{% blocktrans %}A community for developers to collaborate and monetize their skills while working
on Open Source projects through bounties.{% endblocktrans %}
</p>
<a href="https://gitcoin.co/blog/open-source-money-will-buidl-the-open-source-ecosystem/" class="btn btn-gc-purple mb-4"
Expand All @@ -34,7 +34,7 @@ <h3 class="mb-3 font-title-lg">{% trans "No ICO. No Token. No Funny Business." %
<p>
{% trans "Gitcoin is a decentralized application built on Ethereum’s blockchain. Gitcoin does <strong>not</strong> have a native token." %}
</p>
<a href="{% url 'not_a_token' %}" class="btn btn-gc-purple mb-4"
<a href="{% url 'not_a_token' %}" class="btn btn-gc-purple mb-4"> {% trans "Not a token" %}</a>
</div>
</div>
<div class="col-12 col-md-6 col-lg-5 d-flex flex-column align-items-center youtube">
Expand Down