dash-website/_includes/hero/home.html
Perry Woodin 0d43667e7c Update: Refactor hero files. (#11)
- Removed the duplicate hero files that were located in the _i18n
directory and moved them into the _includes.
- Changed the hero image to a variable.
- New hero images.
2016-09-09 16:21:25 -04:00

22 lines
690 B
HTML

<div 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="content">
<h1>{% t pages.home.hero-heading %}</h1>
<p>{% t pages.home.hero-text %}</p>
<div>
<a href="#" class="btn-blue-solid">{% t nav.get-dash %}</a>
</div>
</div>
</div>