Skip to content

Commit

Permalink
qa fixes
Browse files Browse the repository at this point in the history
- updated youtube link + text on index
- update quickstart info

Refs: gitcoinco#2949
  • Loading branch information
thelostone-mc committed Nov 29, 2018
1 parent 9e7ea54 commit a039947
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
6 changes: 3 additions & 3 deletions app/grants/templates/grants/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@
<div class="row">
<div class="col-12 col-md-6 order-md-last mb-5 mb-md-0">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/Hx1iJ_K3D8k?rel=0&showinfo=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/eVgEWSPFR2o?rel=0&showinfo=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
</div>
<div class="m-auto col-12 col-md-6 offset-lg-1 col-lg-5">
<h1 class="font-title-xl">{% trans 'Provide sustainable funding for Open Source with Gitcoin Grants' %}</h1>
<p class="mt-4 pt-1 mb-5 font-subheader">
<p class="my-4 pt-1 font-subheader">
{% blocktrans %}
Gitcoin Grants, powered by the <a target="_blank" rel="noopener noreferrer" href="http://1337alliance.com/">EIP 1337 standard</a>
, are a fast, easy and secure way to provide recurring token contributions to your favorite OSS maintainers. <br/><br/>
Show your appreciation for maintainers in your dependency tree with a Gitcoin Grant today.
Show your support.
{% endblocktrans %}
</p>
<a class="btn btn-gc-blue" href="{% url 'grants:new' %}">
Expand Down
13 changes: 6 additions & 7 deletions app/grants/templates/grants/quickstart.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h2 class="font-title">{%trans "Know what you’re funding" %}</h2>
<h2 class="font-title">{%trans "Contribute with any ERC-20 token" %}</h2>
<p>
{%trans "If the grant owner does not specify a required token, you can contribute with any token!" %}<br>
{%trans "ETH, DAI, it’s up to you." %}
{%trans "WETH, DAI. It’s up to you." %}
</p>
</div>
<div class="mb-3 pb-1">
Expand All @@ -109,7 +109,7 @@ <h3 class="font-subheader my-3">{%trans "Ready to fund a grant?" %}</h3>
<p class="font-body mt-3">
{%trans "Have any questions?" %} <br>
{%trans "Reach out to a Gitcoin Core Team member on" %}
<a href="https://gitcoincommunity.slack.com/" target="_blank" rel="noopener noreferrer">
<a href="{% url 'slack' %}" target="_blank" rel="noopener noreferrer">
Slack
</a>
</p>
Expand All @@ -135,10 +135,9 @@ <h2 class="font-title">{%trans "Have a clear project title and description" %}</
</p>
</div>
<div class="mb-3 pb-1">
<h2 class="font-title">{%trans "Contribute with any ERC-20 token" %}</h2>
<h2 class="font-title">{%trans "Supports any ERC-20 token" %}</h2>
<p>
{%trans "If the grant owner does not specify a required token, you can contribute with any token!" %}<br>
{%trans ", it’s up to you." %}
{%trans "You can request for a grant with a specific ERC-20 token or leave the choice to your grant supporters!" %}
</p>
</div>
<div class="mb-3 pb-1">
Expand All @@ -157,7 +156,7 @@ <h3 class="font-subheader my-3">{%trans "Ready to start a grant?" %}</h3>
<p class="font-body mt-3">
{%trans "Have any questions?" %} <br>
{%trans "Reach out to a Gitcoin Core Team member on" %}
<a href="https://gitcoincommunity.slack.com/" target="_blank" rel="noopener noreferrer">
<a href="{% url 'slack' %}" target="_blank" rel="noopener noreferrer">
Slack
</a>
</p>
Expand Down Expand Up @@ -186,4 +185,4 @@ <h3 class="font-subheader my-3">{%trans "Ready to start a grant?" %}</h3>
}
});
</script>
<html>
<html>

0 comments on commit a039947

Please sign in to comment.