Merge pull request #367 from mrleewong/master

Web site content changes
This commit is contained in:
tungfa 2017-10-11 07:53:24 +08:00 committed by GitHub
commit 92d8ba082f
5 changed files with 8 additions and 7 deletions

View file

@ -705,7 +705,7 @@ pages:
feature-instant-heading: Instant feature-instant-heading: Instant
feature-instant-text: Your time is valuable. InstantSend payments confirm in less than a second. feature-instant-text: Your time is valuable. InstantSend payments confirm in less than a second.
feature-secure-heading: Secure feature-secure-heading: Secure
feature-secure-text: Security you can count on. Transactions are confirmed by 1,000 Gigahash of X11 ASIC computing power and over 4,100 servers hosted around the world. feature-secure-text: Security you can count on. Transactions are confirmed by 200 TerraHash of X11 ASIC computing power and over 4,500 servers hosted around the world.
merchants-heading: Shop direct with Dash merchants-heading: Shop direct with Dash
merchants-text: Instant and private purchases, direct from your Dash wallet merchants-text: Instant and private purchases, direct from your Dash wallet

View file

@ -3,10 +3,11 @@
<div class="hero" id="hero"> <div class="hero" id="hero">
<div class="hero__background"> <div class="hero__background">
{% srcset hero/mailboxes.jpg ppi:1,2 class="hero__background-image" %} <!-- {% srcset hero/mailboxes.jpg ppi:1,2 class="hero__background-image" %}
{% srcset_source width:1920 %} {% srcset_source width:1920 %}
{% srcset_source width:960 %} {% srcset_source width:960 %}
{% endsrcset %} {% endsrcset %} -->
<img src="{{ base }}/assets/img/hero/contact_hero.jpg" alt="" class="hero__background-image">
</div> </div>
<!-- Navigation --> <!-- Navigation -->

Binary file not shown.

After

Width:  |  Height:  |  Size: 312 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 357 KiB

After

Width:  |  Height:  |  Size: 1.2 MiB

Before After
Before After

View file

@ -139,8 +139,8 @@ description: pages.currency.description
</p> </p>
<div class="hero__buttons"> <div class="hero__buttons">
<a href="https://dashpay.atlassian.net/wiki/display/DOC/Pools" target="_blank" class="btn-blue-solid">Pools</a> <a href="https://dashpay.atlassian.net/wiki/display/DOC/Pools" target="_blank" class="btn-blue-solid">Pools</a>
<a href="https://dashpay.atlassian.net/wiki/display/DOC/ASIC+Miner+Hardware" target="_blank" class="btn-blue-solid">ASICs</a> <a href="https://dashpay.atlassian.net/wiki/x/CQD7Ag" target="_blank" class="btn-blue-solid">ASICs</a>
<a href="{% t pages.currency.mining-guide-link %}" target="_blank" class="btn-blue-solid">Guides</a> <a href="https://www.coinwarz.com/calculators/dash-mining-calculator" target="_blank" class="btn-blue-solid">Calculation</a>
</div> </div>
</div> </div>
</section> </section>