From ea65fa53a7d3feae99713bfb253a04b1671630b8 Mon Sep 17 00:00:00 2001 From: Jonas Rosland Date: Fri, 1 May 2020 14:24:44 -0400 Subject: [PATCH] Add GitHub links to team member list (#2490) Signed-off-by: jonasrosland --- site/_contributors/01-nick-young.md | 1 + site/_contributors/02-james-peach.md | 1 + site/_contributors/02-steve-sloka.md | 1 + site/_contributors/03-tim-hinderliter.md | 1 + site/_contributors/04-michael-michael.md | 1 + site/_contributors/05-dave-cheney.md | 1 + site/_includes/contributors.html | 2 +- 7 files changed, 7 insertions(+), 1 deletion(-) diff --git a/site/_contributors/01-nick-young.md b/site/_contributors/01-nick-young.md index 7a72429da60..68250229609 100644 --- a/site/_contributors/01-nick-young.md +++ b/site/_contributors/01-nick-young.md @@ -2,5 +2,6 @@ first_name: Nick last_name: Young image: /img/contributors/nick-young.png +github_handle: youngnick --- Tech Lead / Maintainer diff --git a/site/_contributors/02-james-peach.md b/site/_contributors/02-james-peach.md index ede323b3e11..2c9c98c6927 100644 --- a/site/_contributors/02-james-peach.md +++ b/site/_contributors/02-james-peach.md @@ -2,5 +2,6 @@ first_name: James last_name: Peach image: /img/contributors/jpeach.png +github_handle: jpeach --- Maintainer diff --git a/site/_contributors/02-steve-sloka.md b/site/_contributors/02-steve-sloka.md index 3a3ef13d3b4..072e414788e 100644 --- a/site/_contributors/02-steve-sloka.md +++ b/site/_contributors/02-steve-sloka.md @@ -2,5 +2,6 @@ first_name: Steve last_name: Sloka image: /img/contributors/steve-sloka.png +github_handle: stevesloka --- Maintainer diff --git a/site/_contributors/03-tim-hinderliter.md b/site/_contributors/03-tim-hinderliter.md index fcd4a7bc881..8f1e7e91479 100644 --- a/site/_contributors/03-tim-hinderliter.md +++ b/site/_contributors/03-tim-hinderliter.md @@ -2,5 +2,6 @@ first_name: Tim last_name: Hinderliter image: /img/contributors/tim-hinderliter.png +github_handle: timh --- Engineering Manager \ No newline at end of file diff --git a/site/_contributors/04-michael-michael.md b/site/_contributors/04-michael-michael.md index 2739d13af43..76d9d202c7c 100644 --- a/site/_contributors/04-michael-michael.md +++ b/site/_contributors/04-michael-michael.md @@ -2,5 +2,6 @@ first_name: Michael last_name: Michael image: /img/contributors/michael-michael.png +github_handle: michmike --- Product Manager / Maintainer diff --git a/site/_contributors/05-dave-cheney.md b/site/_contributors/05-dave-cheney.md index 49d26a845b3..5d6a3fd61eb 100644 --- a/site/_contributors/05-dave-cheney.md +++ b/site/_contributors/05-dave-cheney.md @@ -2,5 +2,6 @@ first_name: Dave last_name: Cheney image: /img/contributors/dave-cheney.png +github_handle: davecheney --- Emeritus Maintainer diff --git a/site/_includes/contributors.html b/site/_includes/contributors.html index ab5e3b48a94..d7785f09f66 100644 --- a/site/_includes/contributors.html +++ b/site/_includes/contributors.html @@ -17,7 +17,7 @@

The {{ site.title }} Team

Person
-
{{ person.first_name }} {{ person.last_name }}
+
{{ person.first_name }} {{ person.last_name }}
{{ person.content | markdownify }}