mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
* Update: Merchant page and images * Update: Blog hero image * Update: Team hero image / content * Update: Blog content and images * Update: Start-page copy, images and featured merchants / blog posts * Update: Add remaining merchants / images (requires styling) * Update: Footer * Add: Terms of use page and translations
36 lines
852 B
HTML
36 lines
852 B
HTML
---
|
|
layout: default
|
|
title: pages.team.title
|
|
description: pages.team.description
|
|
---
|
|
|
|
{% include hero/team.html %}
|
|
|
|
<div class="page page--team">
|
|
|
|
<section class="section section--intro-lead">
|
|
|
|
<div class="section__content content">
|
|
<div class="section__intro">
|
|
<h1 class="section__title">{% t pages.team.core-heading %}<!-- <a class="permalink" title="Permalink" id="social"></a> --></h1>
|
|
</div>
|
|
<ul class="member-list">
|
|
{% for member in site.data.team %}
|
|
{% include member-list.html %}
|
|
{% endfor %}
|
|
</ul>
|
|
</div>
|
|
<!--
|
|
<div class="section__content content">
|
|
<div>
|
|
<h2 class="section__title">{% t pages.community.social-heading %}</h2>
|
|
</div>
|
|
<ul class="member-list">
|
|
{% for member in site.data.team %}
|
|
{% include member-list.html %}
|
|
{% endfor %}
|
|
</ul>
|
|
</div>
|
|
-->
|
|
</section>
|
|
</div>
|