Skip to content

Commit f367919

Browse files
committed
add mentor section and info
1 parent 6ccc360 commit f367919

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

_data/alumni.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
image: https://cdn.pixabay.com/photo/2015/01/08/18/27/startup-593341_960_720.jpg
33
link:
44
roles: Electrical (2023 & 2024)
5-
current: SJSU Electrical Engineering
5+
current: SJSU EE
66
description: blah blah blahls

_data/mentors.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
- name: Mike Matera
2+
image: https://cdn.pixabay.com/photo/2015/01/08/18/27/startup-593341_960_720.jpg
3+
link:
4+
roles: CIS Chair
5+
description: Blah blah blah
6+
- name: Andrew Thach
7+
link:
8+
image: https://cdn.pixabay.com/photo/2015/01/09/11/08/startup-594090_960_720.jpg
9+
roles: CS Professor
10+
description: Blah

_layouts/team.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ <h2 class="title has-text-left has-text-white-ter is-size-2 has-text-weight-bold
2727
Current Members
2828
</h2>
2929
{% include member.html %}
30+
<h2 class="title has-text-left has-text-white-ter is-size-2 has-text-weight-bold mgb-medium">
31+
Mentors
32+
</h2>
33+
{% include mentors.html %}
3034
<h2 class="title has-text-left has-text-white-ter is-size-2 has-text-weight-bold mgb-medium">
3135
Alumni
3236
</h2>

0 commit comments

Comments
 (0)