mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
Merchant section
Debit Cards back on top (as requested by andy ; )
This commit is contained in:
parent
2bb4de24c4
commit
32cbe7a926
1 changed files with 26 additions and 26 deletions
|
@ -8,6 +8,32 @@ description: pages.merchants.description
|
|||
|
||||
<div class="page page--team">
|
||||
|
||||
<section class="section section--intro-lead section--merchants">
|
||||
<div class="section__content content">
|
||||
<div class="section__intro">
|
||||
<h2 class="section__title">{% t pages.merchants.cards-heading %}<!-- <a class="permalink" title="Permalink" id="social"></a> --></h2>
|
||||
</div>
|
||||
<ul class="member-list member-list--merchants">
|
||||
{% for merchant in site.data.merchants-cards %}
|
||||
{% include merchant-list.html %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="section section--intro-lead section--merchants">
|
||||
<div class="section__content content">
|
||||
<div class="section__intro">
|
||||
<h2 class="section__title">{% t pages.merchants.email-heading %}</h2>
|
||||
</div>
|
||||
<ul class="member-list member-list--merchants">
|
||||
{% for merchant in site.data.merchants-email %}
|
||||
{% include merchant-list.html %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="section section--intro-lead section--merchants">
|
||||
<div class="section__content content">
|
||||
<div class="section__intro">
|
||||
|
@ -112,30 +138,4 @@ description: pages.merchants.description
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<section class="section section--intro-lead section--merchants">
|
||||
<div class="section__content content">
|
||||
<div class="section__intro">
|
||||
<h2 class="section__title">{% t pages.merchants.cards-heading %}<!-- <a class="permalink" title="Permalink" id="social"></a> --></h2>
|
||||
</div>
|
||||
<ul class="member-list member-list--merchants">
|
||||
{% for merchant in site.data.merchants-cards %}
|
||||
{% include merchant-list.html %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="section section--intro-lead section--merchants">
|
||||
<div class="section__content content">
|
||||
<div class="section__intro">
|
||||
<h2 class="section__title">{% t pages.merchants.email-heading %}</h2>
|
||||
</div>
|
||||
<ul class="member-list member-list--merchants">
|
||||
{% for merchant in site.data.merchants-email %}
|
||||
{% include merchant-list.html %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue