mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
[Update] Merchants/Team: Style Sections / Add more rows for merchant member list
This commit is contained in:
parent
ec2c4d6c29
commit
c00f8c6aee
4 changed files with 61 additions and 14 deletions
|
@ -8,24 +8,27 @@ description: pages.merchants.description
|
|||
|
||||
<div class="page page--team">
|
||||
|
||||
<section class="section section--claim">
|
||||
<section class="section section--intro-lead">
|
||||
|
||||
<div class="section__content content">
|
||||
<div>
|
||||
<h1>{% t pages.merchants.debit-cards-heading %}<a class="permalink" title="Permalink" id="social"></a></h1>
|
||||
<div class="section__intro">
|
||||
<h2 class="section__title">{% t pages.merchants.debit-cards-heading %}<!-- <a class="permalink" title="Permalink" id="social"></a> --></h1>
|
||||
</div>
|
||||
<ul class="member-list">
|
||||
|
||||
<ul class="member-list member-list--merchants">
|
||||
{% for merchant in site.data.merchants-stores %}
|
||||
{% include merchant-list.html %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
<section class="section section--intro-lead">
|
||||
|
||||
<div class="section__content content">
|
||||
<div>
|
||||
<h1>{% t pages.merchants.stores-heading %}<a class="permalink" title="Permalink" id="social"></a></h1>
|
||||
<div class="section__intro">
|
||||
<h2 class="section__title">{% t pages.merchants.stores-heading %}<!-- <a class="permalink" title="Permalink" id="social"></a> --></h1>
|
||||
</div>
|
||||
<ul class="member-list">
|
||||
<ul class="member-list member-list--merchants">
|
||||
{% for merchant in site.data.merchants-stores %}
|
||||
{% include merchant-list.html %}
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue