mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
29 lines
1.1 KiB
HTML
29 lines
1.1 KiB
HTML
<div class="hero" id="hero">
|
|
<div class="hero__background">
|
|
{% srcset evolution/bg1.png 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.evolution.hero-heading %}</h1>
|
|
<p class="hero__lead">{% t pages.evolution.hero-text %}</p>
|
|
|
|
<div class="hero__buttons">
|
|
<a href="https://dashpay.atlassian.net/wiki/x/DQBcAg" class="btn-blue-solid" target="_blank">{% t pages.evolution.hero-btn %}</a>
|
|
<!--a href="{{basenav}}/contact/#mailing" class="btn-blue-solid btn-large">{% t pages.evolution.subscribe-btn %}</a-->
|
|
<a href="https://github.com/dashpay/dash-roadmap/blob/master/README.md" target="_blank" class="btn-white-solid">{% t pages.evolution.hero-roadmap-btn %}</a>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Hero stripe -->
|
|
<div class="hero__stripe"></div>
|
|
</div>
|