mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
Merge branch 'fix/home-english'
This commit is contained in:
commit
901a12aff7
4 changed files with 15 additions and 15 deletions
|
@ -34,7 +34,7 @@
|
|||
title: Core Development / Testing
|
||||
description: Crowning is trained in Computer Science and Mathematics and has 35 years of experience in software development in languages from C to Java, client/server architecture, databases, security, data encryption and rich web applications.
|
||||
image: crowning.png
|
||||
email:
|
||||
email: crowning@gmx.net
|
||||
pgp:
|
||||
twitter:
|
||||
|
||||
|
@ -280,8 +280,8 @@
|
|||
|
||||
- name: Perry Woodin
|
||||
title: Advisor
|
||||
description:
|
||||
description: Co-founder of <a href="https://node40.com" target="_blank">Node40</a>
|
||||
image: perry_sm.jpg
|
||||
email:
|
||||
pgp:
|
||||
twitter:
|
||||
email: perry@node40.com
|
||||
pgp: https://keybase.io/perrywoodin
|
||||
twitter: https://twitter.com/node_40
|
||||
|
|
|
@ -13,9 +13,9 @@ pages:
|
|||
video-btn: Overview Video
|
||||
|
||||
feature-private-heading: Private
|
||||
feature-private-text: Preserve your privacy by deleting your payments history with Private-Send.
|
||||
feature-private-text: Preserve your privacy by deleting your payments history with PrivateSend.
|
||||
feature-instant-heading: Instant
|
||||
feature-instant-text: Dash Instant-Send payments confirm in less than a second.
|
||||
feature-instant-text: Dash InstantSend payments confirm in less than a second.
|
||||
feature-secure-heading: Secure
|
||||
feature-secure-text: Secured by 1,000 Gigahash of X11 ASIC mining and over 4,100 fullnodes hosted by Dash contributors around the world.
|
||||
|
||||
|
|
|
@ -22,11 +22,11 @@
|
|||
{% endif %}
|
||||
|
||||
{% if member.pgp %}
|
||||
<div class="member__detail member__detail--pgp"><a href="{{ member.pgp }}">PGP Key</a></div>
|
||||
<div class="member__detail member__detail--pgp"><a href="{{ member.pgp }}" target="_blank">PGP Key</a></div>
|
||||
{% endif %}
|
||||
|
||||
{% if member.twitter %}
|
||||
<div class="member__detail member__detail--twitter">{{ member.twitter }}</div>
|
||||
<div class="member__detail member__detail--twitter"><a href="{{ member.twitter }}" target="_blank">{{ member.twitter }}</a></div>
|
||||
{% endif %}
|
||||
|
||||
</li>
|
||||
|
|
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