mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
Homepage links
- Added target=“_blank” to all externally lined sites. - Instant-Send => InstantSend - Private-Send => PrivateSend
This commit is contained in:
parent
a60cf0fc6c
commit
fc90c09f45
2 changed files with 8 additions and 8 deletions
12
index.html
12
index.html
|
@ -185,8 +185,8 @@ description: pages.home.description
|
|||
</div>
|
||||
|
||||
<div>
|
||||
<a href="/merchants/" class="btn-blue">{% t pages.home.merchants-btn %}</a>
|
||||
<a href="{% t pages.home.merchants-link %}" class="btn-blue">{% t pages.home.merchants-join-btn %}</a>
|
||||
<a href="/merchants/" target="_blank" class="btn-blue">{% t pages.home.merchants-btn %}</a>
|
||||
<a href="{% t pages.home.merchants-link %}" target="_blank" class="btn-blue">{% t pages.home.merchants-join-btn %}</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
@ -228,7 +228,7 @@ description: pages.home.description
|
|||
|
||||
{% tmd pages.home.architecture-text %}
|
||||
|
||||
<a href="{% t pages.home.architecture-link %}" class="btn-blue">{% t pages.home.architecture-btn %}</a>
|
||||
<a href="{% t pages.home.architecture-link %}" target="_blank" class="btn-blue">{% t pages.home.architecture-btn %}</a>
|
||||
</div>
|
||||
<div class="col-sm-6 home-architecture-graphic">
|
||||
<img src="/assets/img/home/globe.png" alt="{% t pages.home.architecture-heading %}">
|
||||
|
@ -248,9 +248,9 @@ description: pages.home.description
|
|||
|
||||
{% tmd pages.home.governance-text %}
|
||||
|
||||
<a href="http://dashvotetracker.com/" class="btn-blue">{% t pages.home.proposal-btn %}</a>
|
||||
<a href="http://dashvotetracker.com/" target="_blank" class="btn-blue">{% t pages.home.proposal-btn %}</a>
|
||||
|
||||
<a href="https://dashcentral.org/" class="btn-blue">{% t pages.home.proposal-submit-btn %}</a>
|
||||
<a href="https://dashcentral.org/" target="_blank" class="btn-blue">{% t pages.home.proposal-submit-btn %}</a>
|
||||
</div>
|
||||
<div class="col-sm-6 col-sm-pull-6 home-budgets-graphic">
|
||||
<img src="/assets/img/home/budgets.png" alt="{% t pages.home.governance-heading%}">
|
||||
|
@ -293,7 +293,7 @@ description: pages.home.description
|
|||
|
||||
{% tmd pages.home.evolution-text %}
|
||||
|
||||
<a href="{% t pages.home.evolution-link %}" class="btn-blue">{% t pages.home.evolution-btn %}</a>
|
||||
<a href="{% t pages.home.evolution-link %}" target="_blank" class="btn-blue">{% t pages.home.evolution-btn %}</a>
|
||||
</div>
|
||||
<div class="col-sm-6 col-sm-pull-6 home-evolution-graphic">
|
||||
<img src="/assets/img/home/evo.png" alt="Dash Evolution">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue