diff --git a/_data/team.yml b/_data/team.yml index 0b59231..8d86826 100644 --- a/_data/team.yml +++ b/_data/team.yml @@ -426,3 +426,14 @@ dashforum-link: /orangecycle.2279/ dashforum: team-title: Testing + Support + +- name: Kelly Kopp-Schuetz + title: Human Resources + description: + image: kelly.jpg + email: kelly@dash.org + keybase: + twitter: + dashforum-link: + dashforum: + team-title: Human Resources diff --git a/_i18n/en.yml b/_i18n/en.yml index 701db50..8488d41 100644 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -3,7 +3,7 @@ pages: school: - title: School + title: Dash School description: Dash. How to? hero-heading: Dash School @@ -965,6 +965,7 @@ pages: community-news-btn: Community News team: + title: The Dash Team description: Appointed by our Network and funded from the blockchain on a monthly basis to develop Dash's core technology. core-proposal-btn: Core Proposal @@ -973,6 +974,7 @@ pages: core-approval-link: http://dashvotetracker.com core-join-btn: Join Our Team core-heading: Core Developer + hr: Human Resources forum-name: > Dashforum: strateg-heading: Strategy Advisor diff --git a/_includes/hero/school.html b/_includes/hero/school.html index ea5da5b..19f41ff 100644 --- a/_includes/hero/school.html +++ b/_includes/hero/school.html @@ -11,7 +11,7 @@
-

{% t pages.school.title %}

+

{% t pages.school.hero-heading %}

{% t pages.school.hero-text %}

diff --git a/assets/img/team/kelly.jpg b/assets/img/team/kelly.jpg new file mode 100644 index 0000000..5f7a2b7 Binary files /dev/null and b/assets/img/team/kelly.jpg differ diff --git a/team/index.html b/team/index.html index 919319f..92803a2 100644 --- a/team/index.html +++ b/team/index.html @@ -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" %}
@@ -35,6 +36,17 @@ description: pages.team.description
+
+
+

{% t pages.team.hr %}

+
+
    + {% for member in hr %} + {% include member-list.html %} + {% endfor %} +
+
+

{% t pages.team.support %}