mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
Added Kelly; Fixed Dash School title;
This commit is contained in:
parent
1cb417fd3a
commit
dbd913a291
5 changed files with 27 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
BIN
assets/img/team/kelly.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 192 KiB |
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue