mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
Translations
- pt - ru
This commit is contained in:
parent
022539fac5
commit
0dbb042ec7
24 changed files with 850 additions and 366 deletions
21
_i18n/pt/home/hero.html
Normal file
21
_i18n/pt/home/hero.html
Normal file
|
@ -0,0 +1,21 @@
|
|||
<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 -->
|
||||
<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-solid">{% t nav.get-dash %}</a>
|
||||
</div>
|
||||
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue