mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
merged
This commit is contained in:
commit
1edbc809f6
17 changed files with 264 additions and 3 deletions
|
@ -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>
|
||||
|
||||
|
|
21
_includes/hero/payments.html
Normal file
21
_includes/hero/payments.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue