mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
[Feature] Mobile Nav + Burger / CTA on Home
This commit is contained in:
parent
c2c4e509d8
commit
3685f559fd
15 changed files with 307 additions and 503 deletions
13
index.html
13
index.html
|
@ -13,12 +13,15 @@ description: pages.home.description
|
|||
WHAT IS DASH?
|
||||
LINK TO VIDEO.
|
||||
-->
|
||||
<section>
|
||||
<div class="content">
|
||||
<h2>{% t pages.home.video-heading %}</h2>
|
||||
{% tmd pages.home.video-text %}
|
||||
<section class="section section--home-cta">
|
||||
<div class="section__content">
|
||||
<h2 class="section__title">{% t pages.home.video-heading %}</h2>
|
||||
{% tmd pages.home.video-text %}
|
||||
|
||||
<a href="https://www.youtube.com/watch?v=S0oNO3mbBE8" class="btn-blue" target="_blank" data-js-popup="video">{% t pages.home.video-btn %}</a>
|
||||
<div class="section__btn-grp">
|
||||
<a href="https://www.youtube.com/watch?v=S0oNO3mbBE8" class="btn-blue btn-large" target="_blank" data-js-popup="video">{% t pages.home.video-btn %}</a>
|
||||
<a href="#" class="btn-blue-solid btn-large">{% t nav.download %}</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue