dash-website/_includes/hero/payments.html
2017-02-28 21:46:52 +07:00

22 lines
553 B
HTML

<div class="hero hero--space" id="hero">
<div class="hero__background">
{% srcset hero/expecto_patronum.png 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.payments.hero-heading %}</h1>
<p class="hero__lead">{% t pages.payments.hero-text %}</p>
</div>
<!-- Hero stripe -->
<div class="hero__stripe"></div>
</div>