mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
fixed get-dash page
This commit is contained in:
parent
7d0078a11d
commit
09e38e71d9
4 changed files with 75 additions and 21 deletions
|
@ -1,4 +1,4 @@
|
|||
<div class="hero hero--light" id="hero">
|
||||
<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" %}
|
||||
|
@ -8,7 +8,7 @@
|
|||
</div>
|
||||
|
||||
<!-- Navigation -->
|
||||
{% include nav-desktop.html logo-color='black' %}
|
||||
{% include nav-desktop.html %}
|
||||
|
||||
|
||||
<!-- Hero content -->
|
||||
|
@ -27,5 +27,5 @@
|
|||
</div>
|
||||
|
||||
<!-- Hero stripe -->
|
||||
<div class="hero__stripe hero__stripe--grey-blue"></div>
|
||||
<div class="hero__stripe"></div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue