mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
added exchanges page
This commit is contained in:
parent
cf6b6bcf78
commit
794aaeb514
6 changed files with 106 additions and 6 deletions
24
_includes/hero/exchanges.html
Normal file
24
_includes/hero/exchanges.html
Normal file
|
@ -0,0 +1,24 @@
|
|||
<div class="hero hero--space" id="hero">
|
||||
<div class="hero__background">
|
||||
|
||||
<img src="{{ base }}/assets/img/hero/merchants.png" alt="" class="hero__background-image">
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Navigation -->
|
||||
{% include nav-desktop.html %}
|
||||
|
||||
<!-- Hero content -->
|
||||
<div class="hero__content">
|
||||
<h1 class="hero__title">{% t pages.exchanges.hero-heading %}</h1>
|
||||
<p class="hero__lead">{% t pages.exchanges.hero-text %}</p>
|
||||
|
||||
<div class="hero__buttons">
|
||||
<a href="#" target="_blank" class="btn-white-solid">{% t pages.exchanges.hero-btn %}</a>
|
||||
<a href="#" class="btn-white-solid">{% t pages.exchanges.hero-getlisted-btn %}</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Hero stripe -->
|
||||
<div class="hero__stripe"></div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue