Merge pull request #132 from Prtfw/master

make new page for /payments
This commit is contained in:
0xfff 2017-02-23 02:07:07 +01:00 committed by GitHub
commit a9a47fad0f
6 changed files with 130 additions and 3 deletions

View file

@ -15,9 +15,8 @@
<div class="hero__buttons">
<a href="https://www.zeemaps.com/map?group=2357566#" target="_blank" class="btn-white-solid">{% t pages.merchants.hero-map-btn %}</a>
<a href="https://dashpay.atlassian.net/wiki/display/DOC/Merchants" target="_blank" class="btn-white-solid">{% t pages.merchants.hero-integrate-btn %}</a>
<a href="{{ base }}/payments" class="btn-white-solid">{% t pages.merchants.hero-integrate-btn %}</a>
<a href="https://dashpay.atlassian.net/wiki/x/GADeAQ" class="btn-white-solid" target="_blank">{% t pages.merchants.hero-getlisted-btn %}</a>
<a href="{{ basenav }}/woocommerce/" class="btn-white-solid">{% t pages.merchants.hero-woo-btn %}</a>
</div>
</div>

View file

@ -0,0 +1,21 @@
<div class="hero hero--space" id="hero">
<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>
<!-- Hero stripe -->
<div class="hero__stripe"></div>
</div>