Skip to content

Commit 4b41b3c

Browse files
committed
added team member links data
1 parent e59ec14 commit 4b41b3c

File tree

1 file changed

+23
-6
lines changed

1 file changed

+23
-6
lines changed

src/components/Team/teamData.js

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,42 +6,54 @@ const teamData = {
66
description: "Undergraduate Student",
77
team: "Hackathon Chair",
88
imgPath: "assets/team/Richard_Song.svg",
9+
ghLink: "https://github.com/richardwsong",
10+
websiteLink: "https://www.linkedin.com/in/richard-song-837015198/"
911
},
1012
{
1113
title: "Roza G. Bayrak",
1214
description: "Senior Research Engineer",
1315
team: "General Chair",
1416
imgPath: "assets/team/Roza_Bayrak.svg",
17+
ghLink: "https://github.com/rgbayrak",
18+
websiteLink: "https://rgbayrak.github.io/"
1519
},
1620
{
1721
title: "Catie Chang",
1822
description: "Assistant Professor",
1923
team: "Faculty Advisor",
2024
imgPath: "assets/team/Catie_Chang.svg",
25+
ghLink: "https://github.com/cately",
26+
websiteLink: "https://www.cchanglab.net/"
2127
},
2228
{
2329
title: "Kim Rogge-Obando",
2430
description: "Graduate Student",
2531
imgPath: "assets/team/Kim_Rogge-Obando.svg",
26-
team: "Project Team Lead"
32+
team: "Project Team Lead",
33+
websiteLink: "https://www.linkedin.com/in/kim-rogge-obando/",
2734
},
2835
{
2936
title: "Sarah Goodale",
3037
description: "Postdoctoral Researcher",
3138
imgPath: "assets/team/Sarah_Goodale.svg",
32-
team: "Operations Team Lead"
39+
team: "Operations Team Lead",
40+
ghLink: "https://github.com/goodalse2019",
41+
websiteLink: "https://www.linkedin.com/in/goodale-sarah/"
3342
},
3443
{
3544
title: "Shansita D. Sharma",
3645
description: "Undergraduate Student",
3746
imgPath: "assets/team/Shansita_DS.svg",
38-
team: "Dev Team Lead"
47+
team: "Dev Team Lead",
48+
ghLink: "https://github.co/shansitads",
49+
websiteLink: "https://shansitads.github.io/profile"
3950
},
4051
{
4152
title: "Terra Lee",
4253
description: "Undergraduate Student",
4354
imgPath: "assets/team/Terra_Lee.svg",
44-
team: "Marketing Team Lead"
55+
team: "Marketing Team Lead",
56+
websiteLink: "https://www.linkedin.com/in/terra-hyunbin-lee/"
4557
},
4658
{
4759
title: "Lucy Wu",
@@ -53,12 +65,16 @@ const teamData = {
5365
title: "David Zaha",
5466
description: "Undergraduate Student",
5567
imgPath: "assets/team/David_Zaha.svg",
56-
team: "Development"
68+
team: "Development",
69+
ghLink: "https://github.com/dgzct11",
70+
websiteLink: "https://www.linkedin.com/in/davidzaha/"
5771
},
5872
{
5973
title: "Sefika Ozturk",
6074
description: "Undergraduate Student",
6175
imgPath: "assets/team/Sefika_Ozturk.svg",
76+
ghLink: "https://github.com/sefikaozturk",
77+
websiteLink: "https://www.linkedin.com/in/sefikaozturk/",
6278
team: "Operations"
6379
},
6480
{
@@ -77,7 +93,8 @@ const teamData = {
7793
title: "Mashiur Khan",
7894
description: "Undergraduate Student",
7995
imgPath: "assets/team/placeholder2.svg",
80-
team: "Development"
96+
team: "Development",
97+
ghLink: "https://github.com/mashcodes10"
8198
},
8299
{
83100
title: "Crystal Jiang",

0 commit comments

Comments
 (0)