Skip to content

Commit 56a3e30

Browse files
committed
organized the team
1 parent 60e5ab4 commit 56a3e30

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

src/components/Team/teamData.js

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ const teamData = {
55
title: "Richard Song",
66
description: "Undergraduate Student",
77
team: "Hackathon Chair",
8-
imgPath: "/images/team/Richard_Song.svg",
8+
imgPath: "assets/team/Richard_Song.svg",
99
},
1010
{
1111
title: "Roza G. Bayrak",
1212
description: "Senior Research Engineer",
1313
team: "General Chair",
14-
imgPath: "/images/team/Roza_Bayrak.svg",
14+
imgPath: "assets/team/Roza_Bayrak.svg",
1515
},
1616
{
1717
title: "Catie Chang",
1818
description: "Assistant Professor",
1919
team: "Faculty Advisor",
20-
imgPath: "/images/team/Catie_Chang.svg",
20+
imgPath: "assets/team/Catie_Chang.svg",
2121
},
2222
{
2323
title: "Kim Rogge-Obando",
@@ -46,79 +46,79 @@ const teamData = {
4646
{
4747
title: "Lucy Wu",
4848
description: "Undergraduate Student",
49-
imgPath: "/images/team/Lucy_Wu.svg",
49+
imgPath: "assets/team/Lucy_Wu.svg",
5050
team: "Operations"
5151
},
5252
{
5353
title: "David Zaha",
5454
description: "Undergraduate Student",
55-
imgPath: "/images/team/David_Zaha.svg",
55+
imgPath: "assets/team/David_Zaha.svg",
5656
team: "Development"
5757
},
5858
{
5959
title: "Sefika Ozturk",
6060
description: "Undergraduate Student",
61-
imgPath: "/images/team/Sefika_Ozturk.svg",
61+
imgPath: "assets/team/Sefika_Ozturk.svg",
6262
team: "Operations"
6363
},
6464
{
6565
title: "Elyssa McMaster",
6666
description: "Graduate Student",
67-
imgPath: "/images/team/Elyssa_McMaster.svg",
67+
imgPath: "assets/team/Elyssa_McMaster.svg",
6868
team: "Marketing/Design"
6969
},
7070
{
7171
title: "Tasfiea Tasnum",
7272
description: "",
73-
imgPath: "/images/team/Tasfiea_Tasnum.svg",
73+
imgPath: "assets/team/Tasfiea_Tasnum.svg",
7474
team: "Operations"
7575
},
7676
{
7777
title: "Lily Kriegel",
7878
description: "Undergraduate Student",
79-
imgPath: "/images/team/Lily_Kriegel.svg",
79+
imgPath: "assets/team/Lily_Kriegel.svg",
8080
team: "TrainTrack"
8181
},
8282
{
8383
title: "Eunice Hahm",
8484
description: "Undergraduate Student",
85-
imgPath: "/images/team/placeholder1.svg",
85+
imgPath: "assets/team/placeholder1.svg",
8686
team: "Project"
8787
},
8888
{
8989
title: "Mashiur Khan",
9090
description: "Undergraduate Student",
91-
imgPath: "/images/team/placeholder2.svg",
91+
imgPath: "assets/team/placeholder2.svg",
9292
team: "Development"
9393
},
9494
{
9595
title: "Crystal Jiang",
9696
description: "Undergraduate Student",
97-
imgPath: "/images/team/placeholder1.svg",
97+
imgPath: "assets/team/placeholder1.svg",
9898
team: "Marketing/Design"
9999
},
100100
{
101101
title: "Liza Akpoli",
102102
description: "Undergraduate Student",
103-
imgPath: "/images/team/Liza_Akpoli.svg",
103+
imgPath: "assets/team/Liza_Akpoli.svg",
104104
team: "Project"
105105
},
106106
{
107107
title: "Kristine Won",
108108
description: "Undergraduate Student",
109-
imgPath: "/images/team/placeholder1.svg",
109+
imgPath: "assets/team/placeholder1.svg",
110110
team: "TrainTrack"
111111
},
112112
{
113113
title: "Cynthia Chen",
114114
description: "Undergraduate Student",
115-
imgPath: "/images/team/placeholder1.svg",
115+
imgPath: "assets/team/placeholder1.svg",
116116
team: "Project"
117117
},
118118
{
119119
title: "Yusung Hwang",
120120
description: "Undergraduate Student",
121-
imgPath: "/images/team/placeholder2.svg",
121+
imgPath: "assets/team/placeholder2.svg",
122122
team: "Operations"
123123
}
124124
]

0 commit comments

Comments
 (0)