mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
- 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.
22 lines
690 B
HTML
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>
|