Added Kelly; Fixed Dash School title;

This commit is contained in:
Lee Wong 2017-07-11 08:27:18 +07:00 committed by tungfa
parent 1cb417fd3a
commit dbd913a291
5 changed files with 27 additions and 2 deletions

View file

@ -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

View file

@ -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

View file

@ -11,7 +11,7 @@
<!-- Hero content -->
<div class="hero__content">
<h1 class="hero__title">{% t pages.school.title %}</h1>
<h1 class="hero__title">{% t pages.school.hero-heading %}</h1>
<p class="hero__lead">{% t pages.school.hero-text %}</p>
<div class="hero__buttons">

BIN
assets/img/team/kelly.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 KiB

View file

@ -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" %}
<div class="page page--team">
@ -35,6 +36,17 @@ description: pages.team.description
</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>