mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 06:46:10 +00:00
fixed human resources lady
This commit is contained in:
parent
dbd913a291
commit
707fa65475
2 changed files with 3 additions and 15 deletions
|
@ -428,7 +428,7 @@
|
|||
team-title: Testing + Support
|
||||
|
||||
- name: Kelly Kopp-Schuetz
|
||||
title: Human Resources
|
||||
title: Head of Human Recources
|
||||
description:
|
||||
image: kelly.jpg
|
||||
email: kelly@dash.org
|
||||
|
@ -436,4 +436,4 @@
|
|||
twitter:
|
||||
dashforum-link:
|
||||
dashforum:
|
||||
team-title: Human Resources
|
||||
team-title: DashCore Developers
|
||||
|
|
|
@ -8,7 +8,6 @@ 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,18 +34,7 @@ description: pages.team.description
|
|||
{% endfor %}
|
||||
</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