added evo page

This commit is contained in:
VitaliyTr 2017-01-23 00:47:07 +07:00
parent 2d2f4508c6
commit c0034dbbac
104 changed files with 173 additions and 216 deletions

View file

@ -10,6 +10,7 @@
<!-- Navigation -->
{% include nav-desktop.html %}
{% include base.html %}
<!-- Hero content -->
<div class="hero__content">
@ -17,7 +18,7 @@
<p class="hero__lead">{% t pages.home.hero-text %}</p>
<div class="hero__buttons">
<a href="get-dash/" class="btn-blue-solid btn-large">{% t nav.get-dash %}</a>
<a href="{{ basenav }}/get-dash/" class="btn-blue-solid btn-large">{% t nav.get-dash %}</a>
</div>
</div>

View file

@ -1,25 +1,26 @@
<div class="hero" id="hero">
<div class="hero__background">
{% srcset hero/home.jpg ppi:1,2 class="hero__background-image" %}
{% srcset_source width:1920 %}
{% srcset_source width:1280 %}
{% srcset_source width:1024 %}
{% srcset_source width:800 %}
{% endsrcset %}
</div>
<!-- Navigation -->
{% include nav-desktop.html %}
<!-- Hero content -->
<div class="hero__content">
<h1 class="hero__title">{% t pages.update.hero-heading %}</h1>
<p class="hero__lead">{% t pages.update.hero-text %}</p>
<div class="hero__buttons">
<a href="get-dash/" class="btn-blue-solid btn-large">{% t pages.update.hero-btn %}</a>
</div>
</div>
<!-- Hero stripe -->
<div class="hero__stripe"></div>
</div>
<div class="hero" id="hero">
<div class="hero__background">
{% srcset hero/home.jpg ppi:1,2 class="hero__background-image" %}
{% srcset_source width:1920 %}
{% srcset_source width:1280 %}
{% srcset_source width:1024 %}
{% srcset_source width:800 %}
{% endsrcset %}
</div>
<!-- Navigation -->
{% include nav-desktop.html %}
{% include base.html %}
<!-- Hero content -->
<div class="hero__content">
<h1 class="hero__title">{% t pages.update.hero-heading %}</h1>
<p class="hero__lead">{% t pages.update.hero-text %}</p>
<div class="hero__buttons">
<a href="{{ basenav }}/get-dash/" class="btn-blue-solid btn-large">{% t pages.update.hero-btn %}</a>
</div>
</div>
<!-- Hero stripe -->
<div class="hero__stripe"></div>
</div>