dash-website/_includes/hero/legal.html
2017-04-02 22:41:26 +08:00

29 lines
1,016 B
HTML

<div class="hero" id="hero">
<div class="hero__background">
{% capture heroimage %}hero/{% t pages.get-dash.hero-image %}{% endcapture %}
{% srcset hero/legal.jpeg 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.legal.hero-heading %}</h1>
<p class="hero__lead">{% t pages.legal.hero-text %}</p>
<section>
<div class="hero__buttons hero__buttons--get-dash">
<a href="#tax" class="btn-blue-solid btn-large">{% t pages.legal.hero-tax-btn %}</a>
<a href="https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=105746151#FIAT-DASHCompliance/ATMCompliance-Introduction" class="btn-large btn-white-solid" target="_blank">{% t pages.legal.hero-compliance-btn %}</a>
</div>
</section>
</div>
<!-- Hero stripe -->
<div class="hero__stripe"></div>
</div>