mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
init commit for payments page
This commit is contained in:
parent
04e2ad0121
commit
69b521cf20
6 changed files with 143 additions and 3 deletions
34
_includes/hero/payments.html
Normal file
34
_includes/hero/payments.html
Normal file
|
@ -0,0 +1,34 @@
|
|||
<div class="hero hero--space" id="hero">
|
||||
|
||||
<!--div class="hero__background">
|
||||
{% capture heroimage %}hero/{% t pages.wallets.hero-image %}{% endcapture %}
|
||||
{% srcset hero/get-dash-n.jpg ppi:1,2 class="hero__background-image" %}
|
||||
{% srcset_source width:1920 %}
|
||||
{% srcset_source width:960 %}
|
||||
{% endsrcset %}
|
||||
</div-->
|
||||
|
||||
<div class="hero__background">
|
||||
|
||||
<img src="{{ base }}/assets/img/hero/expecto_patronum.png" alt="" class="hero__background-image">
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Navigation -->
|
||||
{% include nav-desktop.html %}
|
||||
|
||||
<!-- Hero content -->
|
||||
<div class="hero__content">
|
||||
<h1 class="hero__title">{% t pages.payments.hero-heading %}</h1>
|
||||
<p class="hero__lead">{% t pages.payments.hero-text %}</p>
|
||||
|
||||
<!--<div class="hero__buttons">-->
|
||||
<!-- <a href="#payments" class="btn-white-solid">{% t pages.payments.hero-wallets-btn %}</a>-->
|
||||
<!-- <a href="https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=1146941" target="_blank" class="btn-white-solid">{% t pages.payments.hero-guide-btn %}</a>-->
|
||||
<!-- <a href="https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=31326247" target="_blank" class="btn-white-solid">{% t pages.payments.hero-security-btn %}</a>-->
|
||||
<!--</div>-->
|
||||
</div>
|
||||
|
||||
<!-- Hero stripe -->
|
||||
<div class="hero__stripe"></div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue