From 09e38e71d9de2594427dfc93e8e0ba564db4c3cc Mon Sep 17 00:00:00 2001 From: VitaliyTr Date: Mon, 13 Mar 2017 23:35:49 +0700 Subject: [PATCH] fixed get-dash page --- _i18n/en.yml | 2 + _includes/hero/get-dash.html | 6 +-- get-dash/index.html | 82 ++++++++++++++++++++++++++++-------- src/scss/pages/_home.scss | 6 +++ 4 files changed, 75 insertions(+), 21 deletions(-) diff --git a/_i18n/en.yml b/_i18n/en.yml index 10cbf43..6fe8e0f 100755 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -663,6 +663,8 @@ pages: spend-btn: Spend Dash trade-btn: Trade Dash + otc-heading: Over the counter + integrate-btn: Integrate Dash full-list-btn: Full Exchanges List diff --git a/_includes/hero/get-dash.html b/_includes/hero/get-dash.html index 1a9c579..e8244ad 100644 --- a/_includes/hero/get-dash.html +++ b/_includes/hero/get-dash.html @@ -1,4 +1,4 @@ -
+
{% capture heroimage %}hero/{% t pages.get-dash.hero-image %}{% endcapture %} {% srcset hero/get-dash-n.jpg ppi:1,2 class="hero__background-image" %} @@ -8,7 +8,7 @@
- {% include nav-desktop.html logo-color='black' %} + {% include nav-desktop.html %} @@ -27,5 +27,5 @@
-
+
diff --git a/get-dash/index.html b/get-dash/index.html index a83666b..0aa35b0 100644 --- a/get-dash/index.html +++ b/get-dash/index.html @@ -7,7 +7,7 @@ description: pages.get-dash.description {% include hero/get-dash.html %} {% include wallets_js_data.html %} -
+
@@ -17,7 +17,7 @@ description: pages.get-dash.description

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

-

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

+

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

{% t pages.get-dash.guide-btn %} {% t pages.get-dash.buy-btn %} @@ -27,10 +27,10 @@ description: pages.get-dash.description
-
+
-

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

+

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

+
-

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

+
+
+ +

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

-
  • @@ -137,17 +141,59 @@ description: pages.get-dash.description
- - -
-
-
- Dash-Pile - - +
+
+

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

+ -

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

-

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

diff --git a/src/scss/pages/_home.scss b/src/scss/pages/_home.scss index edf7ede..26d2b1c 100644 --- a/src/scss/pages/_home.scss +++ b/src/scss/pages/_home.scss @@ -229,6 +229,12 @@ $homeSectionPaddingTop: 80px; background: linear-gradient(to top, white 50%, rgba(white, 0)); pointer-events: none; } + &--short{ + height: 80px; + &:after { + background: none; + } + } h3 { font-size: 18px; color: $color-blue;