mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
21 lines
712 B
HTML
21 lines
712 B
HTML
<div class="hero hero--blog" id="hero">
|
|
<div id="background-video">
|
|
<video loop autoplay width="100%" height="auto" poster="{{ base }}/assets/img/hero/{% t pages.blog.hero-image %}" 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.blog.title %}</h1>
|
|
<p class="hero__lead">{% t pages.blog.description %}</p>
|
|
</div>
|
|
|
|
<!-- Hero stripe -->
|
|
<div class="hero__stripe"></div>
|
|
</div>
|