mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
added exchanges page
This commit is contained in:
parent
cf6b6bcf78
commit
794aaeb514
6 changed files with 106 additions and 6 deletions
26
exchanges/index.html
Normal file
26
exchanges/index.html
Normal file
|
@ -0,0 +1,26 @@
|
|||
---
|
||||
layout: default
|
||||
title: pages.exchanges.title
|
||||
description: pages.exchanges.description
|
||||
---
|
||||
|
||||
{% include hero/exchanges.html %}
|
||||
|
||||
<div class="page page--team">
|
||||
|
||||
<section class="section section--intro-lead section--merchants">
|
||||
<div class="section__content content">
|
||||
<ul class="member-list member-list--merchants">
|
||||
{% for exchange in site.data.exchanges %}
|
||||
{% include exchanges-list.html %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="section">
|
||||
<div class="section__content">
|
||||
<p class="warning-bg">{% t pages.exchanges.disclaimer-text %}</p>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue