mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
Added Kelly; Fixed Dash School title;
This commit is contained in:
parent
1cb417fd3a
commit
dbd913a291
5 changed files with 27 additions and 2 deletions
|
@ -8,6 +8,7 @@ description: pages.team.description
|
|||
{% assign coredao = site.data.team | where:"team-title","Dash Core DAO Management" %}
|
||||
{% assign coredev = site.data.team | where:"team-title","DashCore Developers" %}
|
||||
{% assign support = site.data.team | where:"team-title","Testing + Support" %}
|
||||
{% assign hr = site.data.team | where:"team-title","Human Resources" %}
|
||||
|
||||
|
||||
<div class="page page--team">
|
||||
|
@ -35,6 +36,17 @@ description: pages.team.description
|
|||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="section__content content">
|
||||
<div class="section__intro">
|
||||
<h2 class="section__title">{% t pages.team.hr %}</h2>
|
||||
</div>
|
||||
<ul class="member-list">
|
||||
{% for member in hr %}
|
||||
{% include member-list.html %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="section__content content">
|
||||
<div class="section__intro">
|
||||
<h2 class="section__title">{% t pages.team.support %}</h2>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue