mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
sorted out new groups fro team page
This commit is contained in:
parent
40f3f0e6c2
commit
35b4556ba6
4 changed files with 140 additions and 56 deletions
|
@ -8,6 +8,7 @@ description: pages.team.description
|
|||
{% assign strategs = site.data.team | where:"team-title","Strategy Advisor" %}
|
||||
{% assign coredao = site.data.team | where:"team-title","Dash Core DAO Management" %}
|
||||
{% assign dapidev = site.data.team | where:"team-title","Dash DAPI" %}
|
||||
{% assign coredev = site.data.team | where:"team-title","DashCore Developers" %}
|
||||
{% assign webdev = site.data.team | where:"team-title","Dash Web" %}
|
||||
{% assign ui = site.data.team | where:"team-title","UX" %}
|
||||
{% assign integrations = site.data.team | where:"team-title","Integrations" %}
|
||||
|
@ -45,6 +46,17 @@ description: pages.team.description
|
|||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="section__content content">
|
||||
<div class="section__intro">
|
||||
<h2 class="section__title">{% t pages.team.coredev %}</h2>
|
||||
</div>
|
||||
<ul class="member-list">
|
||||
{% for member in coredev %}
|
||||
{% include member-list.html %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="section__content content">
|
||||
<div class="section__intro">
|
||||
<h2 class="section__title">{% t pages.team.dapidev %}</h2>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue