diff --git a/_i18n/en.yml b/_i18n/en.yml index 4adb400..10cbf43 100755 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -657,10 +657,14 @@ pages: hero-platform-not-detected: "We're sorry, but your platform could not be automatically detected. Please select \"All Wallets\" to find a compatible version." hero-download-btn: Download hero-all-wallets-btn: All Wallets - hero-guide-btn: Setup Guide - hero-buy-btn: Buy Dash - hero-spend-btn: Spend Dash - hero-trade-btn: Trade Dash + + guide-btn: Setup Guide + buy-btn: Buy Dash + spend-btn: Spend Dash + trade-btn: Trade Dash + + integrate-btn: Integrate Dash + full-list-btn: Full Exchanges List claim-heading: Buy, Sell, Exchange Dash claim-subline: Dash can be acquired, held and exchanged in many ways. diff --git a/_includes/hero/get-dash.html b/_includes/hero/get-dash.html index ff8b5ab..1a9c579 100644 --- a/_includes/hero/get-dash.html +++ b/_includes/hero/get-dash.html @@ -24,12 +24,6 @@ {% t pages.get-dash.hero-all-wallets-btn %} -
- {% t pages.get-dash.hero-guide-btn %} - {% t pages.get-dash.hero-buy-btn %} - {% t pages.get-dash.hero-spend-btn %} - {% t pages.get-dash.hero-trade-btn %} -
diff --git a/get-dash/index.html b/get-dash/index.html index bb5abb2..a83666b 100644 --- a/get-dash/index.html +++ b/get-dash/index.html @@ -9,54 +9,92 @@ description: pages.get-dash.description
+
+
+
+ Dash-Pile + + +
+

{% t pages.get-dash.claim-heading %}

+

{% t pages.get-dash.claim-subline %}

+ +
+
+

{% t pages.buy.exchanges-heading %}

- +
+ +

{% t pages.buy.brokers-heading %}

@@ -68,7 +106,7 @@ description: pages.get-dash.description @@ -78,7 +116,7 @@ description: pages.get-dash.description @@ -88,44 +126,18 @@ description: pages.get-dash.description
Shapeshift
-
  • -
    -
    - - test - -
    -
    -
    test
    -
  • -
    -
    -

    {% t pages.buy.otc-heading %}

    - -
    -
    - -

    {% t pages.buy.dashous-text %}

    -
    -
    - -

    {% t pages.buy.woc-text %}

    -
    -
    -
    -
    diff --git a/src/scss/_page.scss b/src/scss/_page.scss index ff02533..42937d8 100644 --- a/src/scss/_page.scss +++ b/src/scss/_page.scss @@ -15,7 +15,7 @@ $m: 'page'; &--home { } &--get-dash { - background-color: $color-gray-light-blueish; + background-color: $color-gray-light; } &--participate { }