mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
35 lines
1.4 KiB
HTML
35 lines
1.4 KiB
HTML
<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="/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>
|
|
|