dash-website/_i18n/cn/get-dash/hero.html
Perry Woodin 0dbb042ec7 Translations
- pt
- ru
2016-08-10 09:24:50 -04:00

33 lines
No EOL
1.1 KiB
HTML

<div id="hero">
<div id="background-video">
<video loop autoplay width="100%" height="auto" poster="{{ base }}/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.get-dash.hero-heading %}</h1>
<p class="content">{% t pages.get-dash.hero-text %}<br />
{% t pages.get-dash.hero-wallet-version %}<br />
{% t pages.get-dash.hero-wallet-version-select %}
</p>
<div class="content">
<a href="#" class="btn-blue-solid">{% t pages.get-dash.hero-download-btn %}</a>
</div>
<br />
<div class="content">
<a href="#" class="btn-white-solid">{% t pages.get-dash.hero-guide-btn %}</a>
<a href="#" class="btn-white-solid">{% t pages.get-dash.hero-buy-btn %}</a>
<a href="#" class="btn-white-solid">{% t pages.get-dash.hero-spend-btn %}</a>
<a href="#" class="btn-white-solid">{% t pages.get-dash.hero-trade-btn %}</a>
</div>
</div>