Hero content and variable i18n example.

This commit is contained in:
Perry Woodin 2016-07-12 13:02:45 -04:00
parent 63c812a569
commit 49629b0c18
15 changed files with 554 additions and 253 deletions

21
_i18n/es/home/hero.html Normal file
View file

@ -0,0 +1,21 @@
<div id="hero">
<div id="background-video">
<video loop autoplay width="100%" height="auto" poster="/assets/img/dashorg-nodes.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 -->
<h1 class="content">{% t pages.home.hero-heading %}</h1>
<p class="content">{% t pages.home.hero-text %}</p>
<div class="content">
<a href="#" class="btn-blue">{% t nav.get-dash %}</a>
</div>
</div>