mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
added woocomerce
This commit is contained in:
parent
64487d49ff
commit
712b81fa31
3 changed files with 190 additions and 0 deletions
28
_includes/hero/woocommerce.html
Normal file
28
_includes/hero/woocommerce.html
Normal file
|
@ -0,0 +1,28 @@
|
|||
<div class="hero" id="hero">
|
||||
<div class="hero__background">
|
||||
{% srcset hero/home.jpg 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.woocommerce.hero-heading %}</h1>
|
||||
<p class="hero__lead">{% t pages.woocommerce.hero-text %}</p>
|
||||
<div class="hero__buttons">
|
||||
<a href="{{ basenav }}/get-dash/" class="btn-blue-solid btn-large">{% t pages.woocommerce.hero-btn %}</a>
|
||||
<a href="{{ basenav }}/get-dash/" class="btn-blue-solid btn-large">{% t pages.woocommerce.hero-btn-download %}</a>
|
||||
</div>
|
||||
<p>{% t pages.woocommerce.hero-description %} <a href="#" _target="blank">{% t pages.woocommerce.hero-description-link %}</a></p>
|
||||
</div>
|
||||
|
||||
<!-- Hero stripe -->
|
||||
<div class="hero__stripe"></div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue