mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
Add: Merchant spage (initial skeleton, no content / styles)
This commit is contained in:
parent
8520bb97a2
commit
ec2c4d6c29
14 changed files with 121 additions and 4 deletions
36
merchants/index.html
Normal file
36
merchants/index.html
Normal file
|
@ -0,0 +1,36 @@
|
|||
---
|
||||
layout: default
|
||||
title: pages.merchants.title
|
||||
description: pages.merchants.description
|
||||
---
|
||||
|
||||
{% include hero/merchants.html %}
|
||||
|
||||
<div class="page page--team">
|
||||
|
||||
<section class="section section--claim">
|
||||
|
||||
<div class="section__content content">
|
||||
<div>
|
||||
<h1>{% t pages.merchants.debit-cards-heading %}<a class="permalink" title="Permalink" id="social"></a></h1>
|
||||
</div>
|
||||
<ul class="member-list">
|
||||
{% for merchant in site.data.merchants-stores %}
|
||||
{% include merchant-list.html %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="section__content content">
|
||||
<div>
|
||||
<h1>{% t pages.merchants.stores-heading %}<a class="permalink" title="Permalink" id="social"></a></h1>
|
||||
</div>
|
||||
<ul class="member-list">
|
||||
{% for merchant in site.data.merchants-stores %}
|
||||
{% include merchant-list.html %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue