init commit for payments page

This commit is contained in:
Madeleine Shang 2017-02-21 19:08:07 +00:00
parent 04e2ad0121
commit 69b521cf20
6 changed files with 143 additions and 3 deletions

View 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>