Update: Refactor hero files. (#11)
- 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.
|
@ -1,32 +0,0 @@
|
|||
<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.community.hero-heading %}</h1>
|
||||
<p class="content">{% t pages.community.hero-text %}</p>
|
||||
|
||||
<div class="content">
|
||||
<a href="#" class="btn-blue-solid">{% t pages.community.hero-forum-btn %}</a>
|
||||
</div>
|
||||
|
||||
<br />
|
||||
|
||||
<div class="content">
|
||||
<a href="#" class="btn-white-solid">{% t pages.community.hero-discussion-btn %}</a>
|
||||
<a href="#" class="btn-white-solid">{% t pages.community.hero-social-btn %}</a>
|
||||
<a href="#" class="btn-white-solid">{% t pages.community.hero-news-btn %}</a>
|
||||
<a href="#" class="btn-white-solid">{% t pages.community.hero-development-btn %}</a>
|
||||
<a href="#" class="btn-white-solid">{% t pages.community.hero-masternodes-btn %}</a>
|
||||
<a href="#" class="btn-white-solid">{% t pages.community.hero-video-btn %}</a>
|
||||
</div>
|
||||
|
||||
</div>
|
|
@ -1,25 +0,0 @@
|
|||
<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.currency.hero-heading %}</h1>
|
||||
|
||||
<p>Visualizer Goes Here</p>
|
||||
|
||||
<div class="content">
|
||||
<a href="#" class="btn-white-solid">{% t pages.currency.hero-markets-btn %}</a>
|
||||
<a href="#" class="btn-white-solid">{% t pages.currency.hero-governance-btn %}</a>
|
||||
<a href="#" class="btn-white-solid">{% t pages.currency.hero-network-btn %}</a>
|
||||
<a href="#" class="btn-white-solid">{% t pages.currency.hero-blockchain-btn %}</a>
|
||||
</div>
|
||||
|
||||
</div>
|
|
@ -1,33 +0,0 @@
|
|||
<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>
|
|
@ -1,23 +0,0 @@
|
|||
<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.participate.hero-heading %}</h1>
|
||||
<p class="content">{% t pages.participate.hero-text %}</p>
|
||||
|
||||
<div class="content">
|
||||
<a href="#" class="btn-blue-solid">{% t pages.participate.hero-masternodes-btn %}</a>
|
||||
<a href="#" class="btn-blue-solid">{% t pages.participate.hero-mining-btn %}</a>
|
||||
<a href="#" class="btn-blue-solid">{% t pages.participate.hero-funding-btn %}</a>
|
||||
</div>
|
||||
|
||||
</div>
|
|
@ -13,6 +13,7 @@ pages:
|
|||
home:
|
||||
title: Official Website | Private Digital Currency
|
||||
description: Dash is Digital Cash
|
||||
hero-image: stock-photo-90982809-the-monthly-finances.jpg
|
||||
hero-heading: Dash is Digital Cash!
|
||||
hero-text: The first truly-decentralized digital money system.<br />Meet Digital Cash.
|
||||
|
||||
|
@ -64,6 +65,7 @@ pages:
|
|||
get-dash:
|
||||
title: Get Dash
|
||||
description: Download the wallet and get Dash at an exchange.
|
||||
hero-image: get-dash.jpg
|
||||
hero-heading: Download Dash Wallet
|
||||
hero-text: Download the latest Dash client to get started
|
||||
hero-wallet-version: Dash Wallet (Fullclient v12.0.56) for OSX
|
||||
|
@ -107,6 +109,7 @@ pages:
|
|||
participate:
|
||||
title: Join the Dash Network
|
||||
description: Join the Dash Network
|
||||
hero-image: participate.jpg
|
||||
hero-heading: Join our Network
|
||||
hero-text: Earn Dash by powering, securing or developing the Dash network
|
||||
hero-masternodes-btn: Masternodes
|
||||
|
@ -134,6 +137,7 @@ pages:
|
|||
currency:
|
||||
title: Dash Currency
|
||||
description: Dash Currency
|
||||
hero-image: currency.jpg
|
||||
hero-heading: Dash Currency
|
||||
hero-markets-btn: Markets
|
||||
hero-governance-btn: Governance
|
||||
|
@ -148,6 +152,7 @@ pages:
|
|||
community:
|
||||
title: Join the Dash Community
|
||||
description: Join the Dash Community
|
||||
hero-image: community.jpg
|
||||
hero-heading: Join our Community
|
||||
hero-text: Become a part of the Dash community
|
||||
hero-forum-btn: Official Forums
|
||||
|
|
|
@ -1,22 +0,0 @@
|
|||
<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>
|
|
@ -1,15 +0,0 @@
|
|||
<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 -->
|
||||
|
||||
</div>
|
|
@ -1,32 +0,0 @@
|
|||
<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.community.hero-heading %}</h1>
|
||||
<p class="content">{% t pages.community.hero-text %}</p>
|
||||
|
||||
<div class="content">
|
||||
<a href="#" class="btn-blue-solid">{% t pages.community.hero-forum-btn %}</a>
|
||||
</div>
|
||||
|
||||
<br />
|
||||
|
||||
<div class="content">
|
||||
<a href="#" class="btn-white-solid">{% t pages.community.hero-discussion-btn %}</a>
|
||||
<a href="#" class="btn-white-solid">{% t pages.community.hero-social-btn %}</a>
|
||||
<a href="#" class="btn-white-solid">{% t pages.community.hero-news-btn %}</a>
|
||||
<a href="#" class="btn-white-solid">{% t pages.community.hero-development-btn %}</a>
|
||||
<a href="#" class="btn-white-solid">{% t pages.community.hero-masternodes-btn %}</a>
|
||||
<a href="#" class="btn-white-solid">{% t pages.community.hero-video-btn %}</a>
|
||||
</div>
|
||||
|
||||
</div>
|
|
@ -1,25 +0,0 @@
|
|||
<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.currency.hero-heading %}</h1>
|
||||
|
||||
<p>Visualizer Goes Here</p>
|
||||
|
||||
<div class="content">
|
||||
<a href="#" class="btn-white-solid">{% t pages.currency.hero-markets-btn %}</a>
|
||||
<a href="#" class="btn-white-solid">{% t pages.currency.hero-governance-btn %}</a>
|
||||
<a href="#" class="btn-white-solid">{% t pages.currency.hero-network-btn %}</a>
|
||||
<a href="#" class="btn-white-solid">{% t pages.currency.hero-blockchain-btn %}</a>
|
||||
</div>
|
||||
|
||||
</div>
|
|
@ -1,33 +0,0 @@
|
|||
<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>
|
|
@ -1,22 +0,0 @@
|
|||
<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 -->
|
||||
<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>
|
|
@ -1,23 +0,0 @@
|
|||
<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.participate.hero-heading %}</h1>
|
||||
<p class="content">{% t pages.participate.hero-text %}</p>
|
||||
|
||||
<div class="content">
|
||||
<a href="#" class="btn-blue-solid">{% t pages.participate.hero-masternodes-btn %}</a>
|
||||
<a href="#" class="btn-blue-solid">{% t pages.participate.hero-mining-btn %}</a>
|
||||
<a href="#" class="btn-blue-solid">{% t pages.participate.hero-funding-btn %}</a>
|
||||
</div>
|
||||
|
||||
</div>
|
|
@ -1,15 +0,0 @@
|
|||
<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 -->
|
||||
|
||||
</div>
|
|
@ -1,32 +0,0 @@
|
|||
<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.community.hero-heading %}</h1>
|
||||
<p class="content">{% t pages.community.hero-text %}</p>
|
||||
|
||||
<div class="content">
|
||||
<a href="#" class="btn-blue-solid">{% t pages.community.hero-forum-btn %}</a>
|
||||
</div>
|
||||
|
||||
<br />
|
||||
|
||||
<div class="content">
|
||||
<a href="#" class="btn-white-solid">{% t pages.community.hero-discussion-btn %}</a>
|
||||
<a href="#" class="btn-white-solid">{% t pages.community.hero-social-btn %}</a>
|
||||
<a href="#" class="btn-white-solid">{% t pages.community.hero-news-btn %}</a>
|
||||
<a href="#" class="btn-white-solid">{% t pages.community.hero-development-btn %}</a>
|
||||
<a href="#" class="btn-white-solid">{% t pages.community.hero-masternodes-btn %}</a>
|
||||
<a href="#" class="btn-white-solid">{% t pages.community.hero-video-btn %}</a>
|
||||
</div>
|
||||
|
||||
</div>
|
|
@ -1,25 +0,0 @@
|
|||
<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.currency.hero-heading %}</h1>
|
||||
|
||||
<p>Visualizer Goes Here</p>
|
||||
|
||||
<div class="content">
|
||||
<a href="#" class="btn-white-solid">{% t pages.currency.hero-markets-btn %}</a>
|
||||
<a href="#" class="btn-white-solid">{% t pages.currency.hero-governance-btn %}</a>
|
||||
<a href="#" class="btn-white-solid">{% t pages.currency.hero-network-btn %}</a>
|
||||
<a href="#" class="btn-white-solid">{% t pages.currency.hero-blockchain-btn %}</a>
|
||||
</div>
|
||||
|
||||
</div>
|
|
@ -1,33 +0,0 @@
|
|||
<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>
|
|
@ -1,22 +0,0 @@
|
|||
<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>
|
|
@ -1,23 +0,0 @@
|
|||
<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.participate.hero-heading %}</h1>
|
||||
<p class="content">{% t pages.participate.hero-text %}</p>
|
||||
|
||||
<div class="content">
|
||||
<a href="#" class="btn-blue-solid">{% t pages.participate.hero-masternodes-btn %}</a>
|
||||
<a href="#" class="btn-blue-solid">{% t pages.participate.hero-mining-btn %}</a>
|
||||
<a href="#" class="btn-blue-solid">{% t pages.participate.hero-funding-btn %}</a>
|
||||
</div>
|
||||
|
||||
</div>
|
|
@ -1,15 +0,0 @@
|
|||
<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 -->
|
||||
|
||||
</div>
|
|
@ -1,32 +0,0 @@
|
|||
<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.community.hero-heading %}</h1>
|
||||
<p class="content">{% t pages.community.hero-text %}</p>
|
||||
|
||||
<div class="content">
|
||||
<a href="#" class="btn-blue-solid">{% t pages.community.hero-forum-btn %}</a>
|
||||
</div>
|
||||
|
||||
<br />
|
||||
|
||||
<div class="content">
|
||||
<a href="#" class="btn-white-solid">{% t pages.community.hero-discussion-btn %}</a>
|
||||
<a href="#" class="btn-white-solid">{% t pages.community.hero-social-btn %}</a>
|
||||
<a href="#" class="btn-white-solid">{% t pages.community.hero-news-btn %}</a>
|
||||
<a href="#" class="btn-white-solid">{% t pages.community.hero-development-btn %}</a>
|
||||
<a href="#" class="btn-white-solid">{% t pages.community.hero-masternodes-btn %}</a>
|
||||
<a href="#" class="btn-white-solid">{% t pages.community.hero-video-btn %}</a>
|
||||
</div>
|
||||
|
||||
</div>
|
|
@ -1,25 +0,0 @@
|
|||
<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.currency.hero-heading %}</h1>
|
||||
|
||||
<p>Visualizer Goes Here</p>
|
||||
|
||||
<div class="content">
|
||||
<a href="#" class="btn-white-solid">{% t pages.currency.hero-markets-btn %}</a>
|
||||
<a href="#" class="btn-white-solid">{% t pages.currency.hero-governance-btn %}</a>
|
||||
<a href="#" class="btn-white-solid">{% t pages.currency.hero-network-btn %}</a>
|
||||
<a href="#" class="btn-white-solid">{% t pages.currency.hero-blockchain-btn %}</a>
|
||||
</div>
|
||||
|
||||
</div>
|
|
@ -1,33 +0,0 @@
|
|||
<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>
|
|
@ -1,22 +0,0 @@
|
|||
<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>
|
|
@ -1,23 +0,0 @@
|
|||
<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.participate.hero-heading %}</h1>
|
||||
<p class="content">{% t pages.participate.hero-text %}</p>
|
||||
|
||||
<div class="content">
|
||||
<a href="#" class="btn-blue-solid">{% t pages.participate.hero-masternodes-btn %}</a>
|
||||
<a href="#" class="btn-blue-solid">{% t pages.participate.hero-mining-btn %}</a>
|
||||
<a href="#" class="btn-blue-solid">{% t pages.participate.hero-funding-btn %}</a>
|
||||
</div>
|
||||
|
||||
</div>
|
|
@ -1,15 +0,0 @@
|
|||
<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 -->
|
||||
|
||||
</div>
|
|
@ -1,32 +0,0 @@
|
|||
<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.community.hero-heading %}</h1>
|
||||
<p class="content">{% t pages.community.hero-text %}</p>
|
||||
|
||||
<div class="content">
|
||||
<a href="#" class="btn-blue-solid">{% t pages.community.hero-forum-btn %}</a>
|
||||
</div>
|
||||
|
||||
<br />
|
||||
|
||||
<div class="content">
|
||||
<a href="#" class="btn-white-solid">{% t pages.community.hero-discussion-btn %}</a>
|
||||
<a href="#" class="btn-white-solid">{% t pages.community.hero-social-btn %}</a>
|
||||
<a href="#" class="btn-white-solid">{% t pages.community.hero-news-btn %}</a>
|
||||
<a href="#" class="btn-white-solid">{% t pages.community.hero-development-btn %}</a>
|
||||
<a href="#" class="btn-white-solid">{% t pages.community.hero-masternodes-btn %}</a>
|
||||
<a href="#" class="btn-white-solid">{% t pages.community.hero-video-btn %}</a>
|
||||
</div>
|
||||
|
||||
</div>
|
|
@ -1,25 +0,0 @@
|
|||
<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.currency.hero-heading %}</h1>
|
||||
|
||||
<p>Visualizer Goes Here</p>
|
||||
|
||||
<div class="content">
|
||||
<a href="#" class="btn-white-solid">{% t pages.currency.hero-markets-btn %}</a>
|
||||
<a href="#" class="btn-white-solid">{% t pages.currency.hero-governance-btn %}</a>
|
||||
<a href="#" class="btn-white-solid">{% t pages.currency.hero-network-btn %}</a>
|
||||
<a href="#" class="btn-white-solid">{% t pages.currency.hero-blockchain-btn %}</a>
|
||||
</div>
|
||||
|
||||
</div>
|
|
@ -1,33 +0,0 @@
|
|||
<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>
|
|
@ -1,22 +0,0 @@
|
|||
<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>
|
|
@ -1,23 +0,0 @@
|
|||
<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.participate.hero-heading %}</h1>
|
||||
<p class="content">{% t pages.participate.hero-text %}</p>
|
||||
|
||||
<div class="content">
|
||||
<a href="#" class="btn-blue-solid">{% t pages.participate.hero-masternodes-btn %}</a>
|
||||
<a href="#" class="btn-blue-solid">{% t pages.participate.hero-mining-btn %}</a>
|
||||
<a href="#" class="btn-blue-solid">{% t pages.participate.hero-funding-btn %}</a>
|
||||
</div>
|
||||
|
||||
</div>
|
|
@ -1,15 +0,0 @@
|
|||
<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 -->
|
||||
|
||||
</div>
|
|
@ -1,6 +1,6 @@
|
|||
<div id="hero">
|
||||
<div id="background-video">
|
||||
<video loop autoplay width="100%" height="auto" poster="{{ base }}/assets/img/dashorg-nodes.jpg" class="background-video">
|
||||
<video loop autoplay width="100%" height="auto" poster="{{ base }}/assets/img/hero/{% t pages.community.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"> -->
|
|
@ -1,6 +1,6 @@
|
|||
<div id="hero">
|
||||
<div id="background-video">
|
||||
<video loop autoplay width="100%" height="auto" poster="{{ base }}/assets/img/dashorg-nodes.jpg" class="background-video">
|
||||
<video loop autoplay width="100%" height="auto" poster="{{ base }}/assets/img/hero/{% t pages.currency.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"> -->
|
|
@ -1,6 +1,6 @@
|
|||
<div id="hero">
|
||||
<div id="background-video">
|
||||
<video loop autoplay width="100%" height="auto" poster="{{ base }}/assets/img/dashorg-nodes.jpg" class="background-video">
|
||||
<video loop autoplay width="100%" height="auto" poster="{{ base }}/assets/img/hero/{% t pages.get-dash.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"> -->
|
|
@ -1,6 +1,6 @@
|
|||
<div id="hero">
|
||||
<div id="background-video">
|
||||
<video loop autoplay width="100%" height="auto" poster="{{ base }}/assets/img/dashorg-nodes.jpg" class="background-video">
|
||||
<video loop autoplay width="100%" height="auto" poster="{{ base }}/assets/img/hero/{% t pages.participate.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"> -->
|
BIN
assets/img/hero/community.jpg
Normal file
After Width: | Height: | Size: 2.1 MiB |
BIN
assets/img/hero/currency (2).jpg
Normal file
After Width: | Height: | Size: 4.8 MiB |
BIN
assets/img/hero/currency (3).jpg
Normal file
After Width: | Height: | Size: 5 MiB |
BIN
assets/img/hero/currency.jpg
Normal file
After Width: | Height: | Size: 3.4 MiB |
BIN
assets/img/hero/get-dash (2).jpg
Normal file
After Width: | Height: | Size: 4.8 MiB |
BIN
assets/img/hero/get-dash.jpeg
Normal file
After Width: | Height: | Size: 9.5 MiB |
BIN
assets/img/hero/get-dash.jpg
Normal file
After Width: | Height: | Size: 16 MiB |
BIN
assets/img/hero/participate.jpg
Normal file
After Width: | Height: | Size: 917 KiB |
|
@ -4,7 +4,7 @@ title: pages.community.title
|
|||
description: pages.community.description
|
||||
---
|
||||
|
||||
{% tf community/hero.html %}
|
||||
{% include hero/community.html %}
|
||||
|
||||
<div class="page-community">
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ title: pages.currency.title
|
|||
description: pages.currency.description
|
||||
---
|
||||
|
||||
{% tf currency/hero.html %}
|
||||
{% include hero/currency.html %}
|
||||
|
||||
<div class="content">
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ title: pages.get-dash.title
|
|||
description: pages.get-dash.description
|
||||
---
|
||||
|
||||
{% tf get-dash/hero.html %}
|
||||
{% include hero/get-dash.html %}
|
||||
|
||||
<div class="page-getdash">
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ description: pages.home.description
|
|||
---
|
||||
|
||||
|
||||
{% tf home/hero.html %}
|
||||
{% include hero/home.html %}
|
||||
|
||||
<div class="page-home">
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ title: pages.participate.title
|
|||
description: pages.participate.description
|
||||
---
|
||||
|
||||
{% tf participate/hero.html %}
|
||||
{% include hero/participate.html %}
|
||||
|
||||
<div class="page-participate">
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ title: pages.team.title
|
|||
description: pages.team.description
|
||||
---
|
||||
|
||||
{% tf team/hero.html %}
|
||||
{% include hero/team.html %}
|
||||
|
||||
<div class="content">
|
||||
|
||||
|
|