mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
Added initial statement for legal page
This commit is contained in:
parent
bacf0b07cb
commit
753bd73b38
3 changed files with 350 additions and 0 deletions
29
_includes/hero/legal.html
Normal file
29
_includes/hero/legal.html
Normal file
|
@ -0,0 +1,29 @@
|
|||
<div class="hero" id="hero">
|
||||
<div class="hero__background">
|
||||
{% capture heroimage %}hero/{% t pages.get-dash.hero-image %}{% endcapture %}
|
||||
{% srcset hero/get-dash-n.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.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="#" class="btn-blue-solid btn-large">{% t pages.legal.hero-tax-btn %}</a>
|
||||
<a href="" class="btn-large btn-white-solid">{% t pages.legal.hero-compliance-btn %}</a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<!-- Hero stripe -->
|
||||
<div class="hero__stripe"></div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue