split team on Core Team and Developers\support

This commit is contained in:
VitaliyTr 2017-01-24 00:57:41 +07:00
parent 4cb73a60b2
commit a85eacc8b5
3 changed files with 31 additions and 2 deletions

10
_data/team.yml Normal file → Executable file
View file

@ -6,6 +6,7 @@
email: evan@dash.org email: evan@dash.org
pgp: https://keybase.io/eduffield pgp: https://keybase.io/eduffield
twitter: twitter:
core-team: true
- name: Holger Schinzel - name: Holger Schinzel
title: Quality Assurance, Automation, Testing title: Quality Assurance, Automation, Testing
@ -14,6 +15,7 @@
email: holger@dash.org email: holger@dash.org
pgp: https://keybase.io/schinzelh pgp: https://keybase.io/schinzelh
twitter: twitter:
core-team: true
- name: UdjinM6 - name: UdjinM6
title: Core Developer title: Core Developer
@ -22,6 +24,7 @@
email: udjinm6@dash.org email: udjinm6@dash.org
pgp: https://keybase.io/udjinm6 pgp: https://keybase.io/udjinm6
twitter: twitter:
core-team: true
- name: Timothy Flynn - name: Timothy Flynn
title: Core Developer title: Core Developer
@ -54,6 +57,7 @@
email: moo@dash.org email: moo@dash.org
pgp: https://keybase.io/moocowmoo pgp: https://keybase.io/moocowmoo
twitter: twitter:
core-team: true
- name: TheLazieR - name: TheLazieR
title: Core Developer title: Core Developer
@ -70,6 +74,7 @@
email: andy@dash.org email: andy@dash.org
pgp: pgp:
twitter: twitter:
core-team: true
- name: Nathan Marley - name: Nathan Marley
title: Evolution Developer title: Evolution Developer
@ -158,6 +163,7 @@
email: fernando@dash.org email: fernando@dash.org
pgp: https://keybase.io/fernandog pgp: https://keybase.io/fernandog
twitter: https://twitter.com/fernando twitter: https://twitter.com/fernando
core-team: true
- name: Philipp Engelhorn - name: Philipp Engelhorn
title: Press & Multitool title: Press & Multitool
@ -166,6 +172,7 @@
email: press@dash.org email: press@dash.org
pgp: https://keybase.io/tungfa pgp: https://keybase.io/tungfa
twitter: twitter:
core-team: true
- name: Daniel Diaz - name: Daniel Diaz
title: Business Development title: Business Development
@ -174,6 +181,7 @@
email: daniel@dash.org email: daniel@dash.org
pgp: pgp:
twitter: twitter:
core-team: true
- name: Ryan Taylor - name: Ryan Taylor
title: Finance title: Finance
@ -182,6 +190,7 @@
email: ryan@dash.org email: ryan@dash.org
pgp: pgp:
twitter: twitter:
core-team: true
- name: Robert Wiecko - name: Robert Wiecko
title: Project Management title: Project Management
@ -190,6 +199,7 @@
email: robert@dash.org email: robert@dash.org
pgp: https://keybase.io/robertwiecko pgp: https://keybase.io/robertwiecko
twitter: twitter:
core-team: true
- name: Mario Müller - name: Mario Müller
title: Security Specialist title: Security Specialist

View file

@ -462,6 +462,9 @@ pages:
core-approval-btn: Network Approval core-approval-btn: Network Approval
core-approval-link: http://dashvotetracker.com/history.html?ProposalID=12 core-approval-link: http://dashvotetracker.com/history.html?ProposalID=12
core-join-btn: Join Our Team core-join-btn: Join Our Team
core-heading: Core Team
dev-heading: >
Developers / Support:
nav: nav:
what-is-dash: What is Dash what-is-dash: What is Dash
get-dash: Get Dash get-dash: Get Dash

View file

@ -12,14 +12,30 @@ description: pages.team.description
<div class="section__content content"> <div class="section__content content">
<div class="section__intro"> <div class="section__intro">
<h1 class="section__title">{% t pages.team.core-heading %}<!-- <a class="permalink" title="Permalink" id="social"></a> --></h1> <h2 class="section__title">{% t pages.team.core-heading %}<!-- <a class="permalink" title="Permalink" id="social"></a> --></h2>
</div> </div>
<ul class="member-list"> <ul class="member-list">
{% for member in site.data.team %} {% for member in site.data.team %}
{% include member-list.html %} {% if member.core-team %}
{% include member-list.html %}
{% endif %}
{% endfor %} {% endfor %}
</ul> </ul>
</div> </div>
<div class="section__content content">
<div class="section__intro">
<h2 class="section__title">{% t pages.team.dev-heading %}<!-- <a class="permalink" title="Permalink" id="social"></a> --></h2>
</div>
<ul class="member-list">
{% for member in site.data.team %}
{% unless member.core-team %}
{% include member-list.html %}
{% endunless %}
{% endfor %}
</ul>
</div>
<!-- <!--
<div class="section__content content"> <div class="section__content content">
<div> <div>