Skip to content

Commit

Permalink
Merge pull request #128 from nopslip/QL2_richard_frontend
Browse files Browse the repository at this point in the history
added discourse links everywhere :)
  • Loading branch information
scco authored Mar 22, 2021
2 parents 2d9f2ba + ab47c1d commit f031d44
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@


<div id="txt_delegate" class="hide">
<p>To enable Delegation Mode & earn passively, 
explore the <a href="#">discourse</a> forum and paste the ethereum address of a Gitcoin Senator here:</p>
<p>To enable Delegation Mode & earn passively, 
explore the <a target="_blank" href="https://gov.gitcoin.co">discourse</a> forum and paste the ethereum address of a Gitcoin Senator here:</p>
</div>

<div id="txt_redelegate" class="hide">
<p>To delegate your voting power to someone else, explore the <a href="#">discourse</a> forum and paste their ethereum address here:</p>
<p>To delegate your voting power to someone else, explore the <a target="_blank" href="https://gov.gitcoin.co">discourse</a> forum and paste their ethereum address here:</p>
</div>

<div id="delegate_form">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{% if playable %}
<a href="{{url}}">
<a href="{{url}}" {% if external %} target="_blank" {% endif %} >
{% endif %}


<div class="card {% if locked %}locked{% endif %} {% if playable %}playable{% endif %} {% if done %}done{% endif %}">
<div class="card-image">
<img src="/static/quadraticlands/images/mission/{{svg}}">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,6 @@ <h1>Token Distribution</h1>






</section>


Expand All @@ -116,19 +113,19 @@ <h1>Missions</h1>

<!-- Discourse Forum -->
{% with name="Discourse Forum" %}
{% include 'quadraticlands/mission/card.html' with svg="discourse.svg" message="available" playable="true" url="/quadraticlands/mission/use" %}
{% include 'quadraticlands/mission/card.html' with svg="discourse.svg" message="available" playable="true" url="https://gov.gitcoin.co" external="true" %}
{% endwith %}


<!-- Propose a Mission -->
{% with name="Propose a Mission" %}
{% include 'quadraticlands/mission/card.html' with svg="propose.svg" message="available" playable="true" url="#" %}
{% include 'quadraticlands/mission/card.html' with svg="propose.svg" message="available" playable="true" url="https://gov.gitcoin.co" external="true" %}
{% endwith %}


<!-- Snapshot.page -->
{% with name="Snapshot.page" %}
{% include 'quadraticlands/mission/card.html' with svg="snapshot.svg" message="available" playable="true" url="http://snapshot.page" %}
{% include 'quadraticlands/mission/card.html' with svg="snapshot.svg" message="available" playable="true" url="http://snapshot.page" external="true" %}
{% endwith %}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h1>Empower a<br>Gitcoin Steward/h1>

<section class="introduction">
<h1><span class="aqua">- or -</span><br>delegate to any address</h1>
<p>Explore other community members in our <a href="#">discourse forum</a> and delegate your voting power to their ethereum address. If you want to claim your tokens to a cold wallet / hardware wallet, you can also delegate the voting power of this cold wallet to another hot wallet, by pasting this hot wallet’s ethereum address here.</p>
<p>Explore other community members in our <a target="_blank" href="https://gov.gitcoin.co">discourse forum</a> and delegate your voting power to their ethereum address. If you want to claim your tokens to a cold wallet / hardware wallet, you can also delegate the voting power of this cold wallet to another hot wallet, by pasting this hot wallet’s ethereum address here.</p>
</section>

<div class="quest-delegateaddress">
Expand Down

0 comments on commit f031d44

Please sign in to comment.