diff --git a/_i18n/en.yml b/_i18n/en.yml index 21dc059..a1fa567 100644 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -169,18 +169,19 @@ pages: integrate-contact-btn: Contact Our Team currency: - title: Dash Currency + title: Dash Network description: Dash Currency hero-image: currency.jpg - hero-heading: Dash Currency + hero-heading: Dash Network + hero-text: Latest status of Dash Markets, Treasury, Masternodes and Blockchain hero-markets-btn: Markets hero-governance-btn: Governance - hero-network-btn: Network + hero-network-btn: Masternodes hero-blockchain-btn: Blockchain markets-heading: Markets governance-heading: Governance - network-heading: Network + network-heading: Masternodes blockchain-heading: Blockchain community: @@ -255,13 +256,13 @@ nav: shop: Shop with Dash debit: Dash Debit Card - participate: Participate + participate: Contribute mining: Start Mining masternode: Setup a Masternode wallet: Setup a Wallet funding: Apply for Funding - currency: Currency + currency: Network exchange: Exchange Markets governance: Governance explorers: Block Explorers diff --git a/_includes/hero/currency.html b/_includes/hero/currency.html index 60e88a5..82e1ffd 100644 --- a/_includes/hero/currency.html +++ b/_includes/hero/currency.html @@ -12,7 +12,7 @@

{% t pages.currency.hero-heading %}

- +

{% t pages.currency.hero-text %}

diff --git a/_includes/nav-desktop.html b/_includes/nav-desktop.html index 6e990d9..4e7c1b5 100644 --- a/_includes/nav-desktop.html +++ b/_includes/nav-desktop.html @@ -20,7 +20,7 @@ - + diff --git a/_includes/nav-mobile.html b/_includes/nav-mobile.html index 9a2c623..3b7c03a 100644 --- a/_includes/nav-mobile.html +++ b/_includes/nav-mobile.html @@ -8,7 +8,7 @@
  • {% t nav.get-dash %}
  • {% t nav.merchants %}
  • {% t nav.participate %}
  • - +
  • {% t nav.currency %}
  • {% t nav.community %}
  • {% t nav.team %}
  • {% t nav.blog %}
  • diff --git a/currency/index.html b/currency/index.html index 8242a36..1c42485 100644 --- a/currency/index.html +++ b/currency/index.html @@ -10,7 +10,14 @@ description: pages.currency.description

    {% t pages.currency.markets-heading %}

    - +

    + Compare Sites +

    + @@ -28,6 +35,14 @@ description: pages.currency.description

    {% t pages.currency.governance-heading %}

    +

    + Governance Tools +

    +
    @@ -49,14 +64,34 @@ description: pages.currency.description

    {% t pages.currency.network-heading %}

    +

    + Masternode Info +

    + +

    Current masternodes:
    Maximum masternodes so far:

    +

    + +

    {% t pages.currency.blockchain-heading %}

    +

    + Block Explorers +

    +
    diff --git a/index.html b/index.html index 48060c2..4077af9 100644 --- a/index.html +++ b/index.html @@ -272,8 +272,11 @@ description: pages.home.description {% t pages.home.network-growth-btn %} -
    + +
    + {% t pages.home.network-growth-heading %}
    diff --git a/src/scss/pages/_home.scss b/src/scss/pages/_home.scss index 0bcefe0..ee271de 100644 --- a/src/scss/pages/_home.scss +++ b/src/scss/pages/_home.scss @@ -110,6 +110,30 @@ $homeSectionPaddingTop: 80px; } } + .home-network-graphic-live { + min-height: 350px; + max-width: none; + + @media (min-width: 768px) { + z-index: 1; + > img { + right: -20px; + bottom: -50px; + max-width: 150%; + } + &:after { + content: ''; + position: absolute; + right: -20px; + bottom: -50px; + width: 819px; + height: 339px; + max-width: 150%; + background: linear-gradient(to right, $color-gray-light, rgba($color-gray-light, 0.5) 13%, rgba($color-gray-light, 0) 85%); + } + } + } + .home-evolution-graphic { @media (min-width: 768px) { z-index: 1;