evo page created

This commit is contained in:
VitaliyTr 2017-01-22 23:51:59 +07:00
parent 1cfc0dae75
commit 2d2f4508c6
7 changed files with 16 additions and 9 deletions

View file

@ -7,10 +7,11 @@ pages:
description: Dash is Digital Cash
hero-image:
hero-heading: 12.1 Update
hero-text: Launching a new software release on the network requires that all budget proposals be re-submitted into the system.
hero-btn: >
Launch date: February 5th, 2017
hero-heading: DASH EVOLUTION
hero-text: Dash Evolution, the first cryptocurrency you can use on web and mobile without an intermediary.
hero-btn: More about Evolution
subscribe-btn: Subscribe
video-heading: CORE DEVELOPMENT
video-text: The first area of progress is Dash Core. In addition to running the network at present, Dash Core also serves as the backbone of the Evolution engine.

View file

@ -1,6 +1,6 @@
<div class="hero" id="hero">
<div class="hero__background">
{% srcset hero/home.jpg ppi:1,2 class="hero__background-image" %}
<div class="hero__background hero__background_no-overlay">
{% srcset evolution/bg1.png ppi:1,2 class="hero__background-image" %}
{% srcset_source width:1920 %}
{% srcset_source width:1280 %}
{% srcset_source width:1024 %}
@ -13,11 +13,12 @@
<!-- Hero content -->
<div class="hero__content">
<h1 class="hero__title">{% t pages.home.hero-heading %}</h1>
<p class="hero__lead">{% t pages.home.hero-text %}</p>
<h1 class="hero__title">{% t pages.evolution.hero-heading %}</h1>
<p class="hero__lead">{% t pages.evolution.hero-text %}</p>
<div class="hero__buttons">
<a href="get-dash/" class="btn-blue-solid btn-large">{% t nav.get-dash %}</a>
<a href="get-dash/" class="btn-blue-solid btn-large">{% t pages.evolution.hero-btn %}</a>
<a href="get-dash/" class="btn-blue-solid btn-large">{% t pages.evolution.subscribe-btn %}</a>
</div>
</div>

BIN
assets/img/evolution/bg1.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 MiB

BIN
assets/img/evolution/bg2.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB

BIN
assets/img/evolution/bg3.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 KiB

View file

@ -16,6 +16,11 @@
bottom: 0;
left: 0;
}
&_no-overlay{
&:after {
display: none;
}
}
}
.hero__background-image {
position: relative;