mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-05 13:05:17 +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
|
first_name: Steve
|
||||||
last_name: Kriss
|
last_name: Kriss
|
||||||
image: /img/contributors/steve-kriss.png
|
image: /img/contributors/steve-kriss.png
|
||||||
|
github_handle: skriss
|
||||||
---
|
---
|
||||||
Tech Lead
|
Tech Lead
|
||||||
@@ -2,5 +2,6 @@
|
|||||||
first_name: Ashish
|
first_name: Ashish
|
||||||
last_name: Amarnath
|
last_name: Amarnath
|
||||||
image: /img/contributors/ashish-amarnath.png
|
image: /img/contributors/ashish-amarnath.png
|
||||||
|
github_handle: ashish-amarnath
|
||||||
---
|
---
|
||||||
Engineer
|
Engineer
|
||||||
|
|||||||
@@ -2,5 +2,6 @@
|
|||||||
first_name: Carlisia
|
first_name: Carlisia
|
||||||
last_name: Campos
|
last_name: Campos
|
||||||
image: /img/contributors/carlisia-campos.png
|
image: /img/contributors/carlisia-campos.png
|
||||||
|
github_handle: carlisia
|
||||||
---
|
---
|
||||||
Engineer
|
Engineer
|
||||||
@@ -2,5 +2,6 @@
|
|||||||
first_name: Nolan
|
first_name: Nolan
|
||||||
last_name: Brubaker
|
last_name: Brubaker
|
||||||
image: /img/contributors/nolan-brubaker.png
|
image: /img/contributors/nolan-brubaker.png
|
||||||
|
github_handle: nrb
|
||||||
---
|
---
|
||||||
Engineer
|
Engineer
|
||||||
@@ -2,5 +2,6 @@
|
|||||||
first_name: Tim
|
first_name: Tim
|
||||||
last_name: Hinderliter
|
last_name: Hinderliter
|
||||||
image: /img/contributors/tim-hinderliter.png
|
image: /img/contributors/tim-hinderliter.png
|
||||||
|
github_handle: timh
|
||||||
---
|
---
|
||||||
Engineering Manager
|
Engineering Manager
|
||||||
@@ -2,5 +2,6 @@
|
|||||||
first_name: Stephanie
|
first_name: Stephanie
|
||||||
last_name: Bauman
|
last_name: Bauman
|
||||||
image: /img/contributors/stephanie-bauman.png
|
image: /img/contributors/stephanie-bauman.png
|
||||||
|
github_handle: stephbman
|
||||||
---
|
---
|
||||||
Product Manager
|
Product Manager
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
<div class="media thumbnail-item">
|
<div class="media thumbnail-item">
|
||||||
<img src="{{ person.image }}" class="rounded-circle" alt="Person" />
|
<img src="{{ person.image }}" class="rounded-circle" alt="Person" />
|
||||||
<div class="media-body align-self-center">
|
<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 }}
|
{{ person.content | markdownify }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user