dash-website/_includes/hero/home.html
Perry Woodin c7d3adfb19 I18n/links (#22)
* homepage links

* Link logo to What is Dash page.

* Plugin to generate sitemap.xml

* Link to sitemap plugin github repo.

* Footer links

Still need to create pages for:
* terms-of-use/
* contact/

* Get Dash and Participate links

* New link keys for language yml files.

* Missing Contact and Terms of Use pages (placeholders)
2016-10-12 12:45:40 -04:00

25 lines
843 B
HTML

<div class="hero" id="hero">
<div id="background-video">
<video loop autoplay width="100%" height="auto" poster="{{ base }}/assets/img/home/stock-photo-90982809-the-monthly-finances.jpg" class="background-video">
<!-- <source src="assets/videos/Home-BG.m4v" type="video/mp4">
<source src="assets/videos/Home-BG.webm" type="video/webm">
<source src="assets/videos/Home-BG" type="video/ogg"> -->
</video>
</div>
<!-- Navigation -->
{% include nav-desktop.html %}
<!-- Hero content -->
<div class="hero__content">
<h1 class="hero__title">{% t pages.home.hero-heading %}</h1>
<p class="hero__lead">{% t pages.home.hero-text %}</p>
<div class="hero__buttons">
<a href="get-dash/" class="btn-blue-solid btn-large">{% t nav.get-dash %}</a>
</div>
</div>
<!-- Hero stripe -->
<div class="hero__stripe"></div>
</div>