mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-03 11:45:20 +00:00
Add GitHub links to team member list (#2492)
Signed-off-by: jonasrosland <jrosland@vmware.com>
This commit is contained in:
@@ -2,5 +2,6 @@
|
||||
first_name: Steve
|
||||
last_name: Kriss
|
||||
image: /img/contributors/steve-kriss.png
|
||||
github_handle: skriss
|
||||
---
|
||||
Tech Lead
|
||||
@@ -2,5 +2,6 @@
|
||||
first_name: Ashish
|
||||
last_name: Amarnath
|
||||
image: /img/contributors/ashish-amarnath.png
|
||||
github_handle: ashish-amarnath
|
||||
---
|
||||
Engineer
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
first_name: Carlisia
|
||||
last_name: Campos
|
||||
image: /img/contributors/carlisia-campos.png
|
||||
github_handle: carlisia
|
||||
---
|
||||
Engineer
|
||||
@@ -2,5 +2,6 @@
|
||||
first_name: Nolan
|
||||
last_name: Brubaker
|
||||
image: /img/contributors/nolan-brubaker.png
|
||||
github_handle: nrb
|
||||
---
|
||||
Engineer
|
||||
@@ -2,5 +2,6 @@
|
||||
first_name: Tim
|
||||
last_name: Hinderliter
|
||||
image: /img/contributors/tim-hinderliter.png
|
||||
github_handle: timh
|
||||
---
|
||||
Engineering Manager
|
||||
@@ -2,5 +2,6 @@
|
||||
first_name: Stephanie
|
||||
last_name: Bauman
|
||||
image: /img/contributors/stephanie-bauman.png
|
||||
github_handle: stephbman
|
||||
---
|
||||
Product Manager
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user