mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
(Update) GetDash: Add module infogrid / refactor page scss / add inverted navigation style 'black'
This commit is contained in:
parent
69693de9a6
commit
1cfddb82c7
18 changed files with 500 additions and 160 deletions
|
@ -1,4 +1,4 @@
|
|||
<div class="hero" id="hero">
|
||||
<div class="hero hero--light" id="hero">
|
||||
<div id="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">
|
||||
|
@ -8,14 +8,14 @@
|
|||
</div>
|
||||
|
||||
<!-- Navigation -->
|
||||
{% include nav-desktop.html %}
|
||||
{% include nav-desktop.html logo-color='black' %}
|
||||
|
||||
<!-- Hero content -->
|
||||
<div class="hero__content">
|
||||
<h1 class="hero__title">{% t pages.get-dash.hero-heading %}</h1>
|
||||
<p class="hero__lead">{% t pages.get-dash.hero-text %}</p>
|
||||
|
||||
<div class="hero__buttons">
|
||||
<div class="hero__buttons hero__buttons--get-dash">
|
||||
<a href="#" class="btn-blue-solid btn-large">{% t pages.get-dash.hero-download-btn %}</a>
|
||||
</div>
|
||||
<p class="hero__text">{% t pages.get-dash.hero-wallet-version %} – (<a href="#" class="hero__link">{% t pages.get-dash.hero-wallet-version-select %}</a>)</p>
|
||||
|
@ -26,4 +26,7 @@
|
|||
<a href="#getdash-trade" class="btn-white-solid">{% t pages.get-dash.hero-trade-btn %}</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Hero stripe -->
|
||||
<div class="hero__stripe hero__stripe--grey-blue"></div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue