Skip to content

Commit

Permalink
landing: removed inline css
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc committed Aug 31, 2018
1 parent 98cc6b6 commit 773ded5
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 14 deletions.
13 changes: 13 additions & 0 deletions app/assets/v2/css/landing_page.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
28 changes: 14 additions & 14 deletions app/retail/templates/landing/funder/howworks.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div id="howworks-toggle-indicator"></div>
</div>
<div class="howworks-sections d-flex">
<div class="howworks-section">
<div class="howworks-section funder-container">
<div class="row mt-5 mb-5">
<div class="col text-center">
<h1>{% trans "Fund An Issue. Grow Your Project." %}</h1>
Expand All @@ -35,24 +35,24 @@ <h1>{% trans "Fund An Issue. Grow Your Project." %}</h1>
<div class="howworks-steps">
<div class="howworks-step">
<div class="howworks-step__label">1</div>
<i class="fab fa-ethereum" style="padding: 10px 0 10px 0; font-size: 40px; color: #FFCE08;" aria-hidden="true"></i>
<i class="fab fa-ethereum" aria-hidden="true"></i>
<h5>{% trans "Post A Bounty." %}</h5>
<p>{% blocktrans %}Fund a well specified issue on your Github repo which is a good
<p class="font-subheader">{% blocktrans %}Fund a well specified issue on your Github repo which is a good
candidate for external contribution.{% endblocktrans %}</p>
</div>
<div class="howworks-step">
<div class="howworks-step__label">2</div>
<i class="fas fa-users" style="padding: 10px 0 10px 0; font-size: 40px; color: #FFCE08" aria-hidden="true"></i>
<i class="fas fa-users" aria-hidden="true"></i>

<h5>{% trans "Work With A Gitcoiner." %}</h5>
<p>{% blocktrans %}Provide a Gitcoiner with a timeline and
<p class="font-subheader">{% blocktrans %}Provide a Gitcoiner with a timeline and
collaborate to complete the task.{% endblocktrans %}</p>
</div>
<div class="howworks-step">
<div class="howworks-step__label">3</div>
<i class="fas fa-project-diagram" style="padding: 10px 0 10px 0; font-size: 40px; color: #FFCE08" aria-hidden="true"></i>
<i class="fas fa-project-diagram" aria-hidden="true"></i>
<h5>{% trans "Grow Your Project." %}</h5>
<p>{% blocktrans %}Merge the Gitcoiner’s contribution, pay for a job well done,
<p class="font-subheader">{% blocktrans %}Merge the Gitcoiner’s contribution, pay for a job well done,
and grow a healthy open source ecosystem.{% endblocktrans %}</p>
</div>
</div>
Expand All @@ -65,7 +65,7 @@ <h5>{% trans "Grow Your Project." %}</h5>
</p>
</div>

<div class="howworks-section">
<div class="howworks-section contributor-container">
<div class="row mt-5 mb-5">
<div class="col text-center">
<h1>{% trans "Contribute to Open Source. Get Paid." %}</h1>
Expand All @@ -74,28 +74,28 @@ <h1>{% trans "Contribute to Open Source. Get Paid." %}</h1>
<div class="howworks-steps">
<div class="howworks-step">
<div class="howworks-step__label">1</div>
<i class="fas fa-search" style="padding: 10px 0 10px 0; font-size: 40px; color: #25E899;" aria-hidden="true"></i>
<i class="fas fa-search" aria-hidden="true"></i>
<h5>{% trans "Find An Open Bounty." %}</h5>
<p>
<p class="font-subheader">
{% trans "Whether it's Bugs, Features, or Security Issues, Gitcoin's" %}
<a href="{% url "explorer" %}">{% trans "Issue Explorer" %}</a>
{% trans "is the easiest way to find paid work in open source." %}
</p>
</div>
<div class="howworks-step">
<div class="howworks-step__label">2</div>
<i class="fas fa-desktop" style="padding: 10px 0 10px 0; font-size: 40px; color: #25E899;" aria-hidden="true"></i>
<i class="fas fa-desktop" aria-hidden="true"></i>
<h5>{% trans "Build Something Great." %}</h5>
<p>
<p class="font-subheader">
{% blocktrans %}Select an open issue, work on a project, collaborate, build your
skills, and contribute towards the open source projects.{% endblocktrans %}
</p>
</div>
<div class="howworks-step">
<div class="howworks-step__label">3</div>
<i class="fab fa-ethereum" style="padding: 10px 0 10px 0; font-size: 40px; color: #25E899;" aria-hidden="true"></i>
<i class="fab fa-ethereum" aria-hidden="true"></i>
<h5>{% trans "Get Paid." %}</h5>
<p>
<p class="font-subheader">
{% blocktrans %}Payments are Ethereum-based, & released automatically after code is
accepted by the bounty submitter.{% endblocktrans %}
</p>
Expand Down

0 comments on commit 773ded5

Please sign in to comment.