This commit is contained in:
VitaliyTr 2017-02-25 22:01:06 +07:00
parent cb0d50c3c0
commit 289f2c4a55
3 changed files with 177 additions and 0 deletions

35
_includes/hero/404.html Normal file
View file

@ -0,0 +1,35 @@
<div class="hero" id="hero">
<div class="hero__background">
{% srcset hero/community.jpg ppi:1,2 class="hero__background-image" %}
{% srcset_source width:1920 %}
{% srcset_source width:960 %}
{% endsrcset %}
</div>
<!-- Navigation -->
{% include nav-desktop.html %}
<!-- Hero content -->
<div class="hero__content">
<h1 class="hero__title">{% t pages.404-page.hero-heading %}</h1>
<p class="hero__lead">{% t pages.404-page.hero-text %}</p>
<div class="hero__buttons">
<a href="https://www.dash.org/forum/" class="btn-blue-solid">{% t pages.404-page.hero-forum-btn %}</a>
<a href="{{ basenav }}/contribute/" class="btn-blue-solid">{% t nav.participate %}</a>
</div>
<div class="hero__buttons">
<a href="#community-discussion" class="btn-white-solid">{% t pages.404-page.hero-discussion-btn %}</a>
<a href="#community-social" class="btn-white-solid">{% t pages.404-page.hero-social-btn %}</a>
<a href="#community-news" class="btn-white-solid">{% t pages.404-page.hero-news-btn %}</a>
<a href="#community-development" class="btn-white-solid">{% t pages.404-page.hero-development-btn %}</a>
<a href="#community-masternode" class="btn-white-solid">{% t pages.404-page.hero-masternodes-btn %}</a>
<!--<a href="#community-media" class="btn-white-solid">{% t pages.community.hero-video-btn %}</a>-->
</div>
</div>
<!-- Hero stripe -->
<div class="hero__stripe"></div>
</div>