mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
fixed human resources lady
This commit is contained in:
parent
dbd913a291
commit
707fa65475
2 changed files with 3 additions and 15 deletions
|
@ -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