Add GitHub links to team member list (#2492)

Signed-off-by: jonasrosland <jrosland@vmware.com>
This commit is contained in:
Jonas Rosland
2020-05-01 14:46:02 -04:00
committed by GitHub
parent 234bd1e361
commit e569637dc7
7 changed files with 7 additions and 1 deletions

View File

@@ -2,5 +2,6 @@
first_name: Steve
last_name: Kriss
image: /img/contributors/steve-kriss.png
github_handle: skriss
---
Tech Lead

View File

@@ -2,5 +2,6 @@
first_name: Ashish
last_name: Amarnath
image: /img/contributors/ashish-amarnath.png
github_handle: ashish-amarnath
---
Engineer

View File

@@ -2,5 +2,6 @@
first_name: Carlisia
last_name: Campos
image: /img/contributors/carlisia-campos.png
github_handle: carlisia
---
Engineer

View File

@@ -2,5 +2,6 @@
first_name: Nolan
last_name: Brubaker
image: /img/contributors/nolan-brubaker.png
github_handle: nrb
---
Engineer

View File

@@ -2,5 +2,6 @@
first_name: Tim
last_name: Hinderliter
image: /img/contributors/tim-hinderliter.png
github_handle: timh
---
Engineering Manager

View File

@@ -2,5 +2,6 @@
first_name: Stephanie
last_name: Bauman
image: /img/contributors/stephanie-bauman.png
github_handle: stephbman
---
Product Manager

View File

@@ -17,7 +17,7 @@
<div class="media thumbnail-item">
<img src="{{ person.image }}" class="rounded-circle" alt="Person" />
<div class="media-body align-self-center">
<h6><a href="#">{{ person.first_name }} {{ person.last_name }}</a></h6>
<h6><a href="https://github.com/{{ person.github_handle }}">{{ person.first_name }} {{ person.last_name }}</a></h6>
{{ person.content | markdownify }}
</div>
</div>