mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
38 lines
849 B
HTML
38 lines
849 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--claim">
|
|
|
|
<div class="section__content content">
|
|
<div>
|
|
<h1>{% t pages.team.core-heading %}<a class="permalink" title="Permalink" id="social"></a></h1>
|
|
|
|
{% tmd pages.team.core-text %}
|
|
</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>{% t pages.community.social-heading %}<a class="permalink" title="Permalink" id="social"></a></h2>
|
|
</div>
|
|
<ul class="member-list">
|
|
{% for member in site.data.team %}
|
|
{% include member-list.html %}
|
|
{% endfor %}
|
|
</ul>
|
|
</div>
|
|
|
|
</section>
|
|
</div>
|