Skip to content

Commit 99f3812

Browse files
committed
feat: 준비위원회 이미지 추가
1 parent c9c6a52 commit 99f3812

8 files changed

Lines changed: 15 additions & 7 deletions

File tree

src/data/team.js

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,25 @@
1+
import kwonImage from '../images/organizer/권혁민.png';
2+
import baeImage from '../images/organizer/배권한.png';
3+
import leeImage from '../images/organizer/이준원.jpeg';
4+
import janImage from '../images/organizer/잔부부.png';
5+
import joImage from '../images/organizer/조성수.jpeg';
6+
import choImage from '../images/organizer/조현진.jpeg';
7+
import juImage from '../images/organizer/주환석.jpg';
8+
19
export const team = [
210
{
311
id: 1,
412
name: "권혁민",
513
role: "committeeRole",
614
org: "",
7-
image: null
15+
image: kwonImage
816
},
917
{
1018
id: 2,
1119
name: "배권한",
1220
role: "committeeRole",
1321
org: "",
14-
image: null
22+
image: baeImage
1523
},
1624
{
1725
id: 3,
@@ -25,34 +33,34 @@ export const team = [
2533
name: "이준원",
2634
role: "committeeRole",
2735
org: "",
28-
image: null
36+
image: leeImage
2937
},
3038
{
3139
id: 5,
3240
name: "잔부부",
3341
role: "committeeRole",
3442
org: "",
35-
image: null
43+
image: janImage
3644
},
3745
{
3846
id: 6,
3947
name: "조성수",
4048
role: "committeeRole",
4149
org: "",
42-
image: null
50+
image: joImage
4351
},
4452
{
4553
id: 7,
4654
name: "조현진",
4755
role: "committeeRole",
4856
org: "",
49-
image: null
57+
image: choImage
5058
},
5159
{
5260
id: 8,
5361
name: "주환석",
5462
role: "committeeRole",
5563
org: "",
56-
image: null
64+
image: juImage
5765
}
5866
]

src/images/organizer/권혁민.png

69.6 KB
Loading

src/images/organizer/배권한.png

24.5 KB
Loading
72.3 KB
Loading

src/images/organizer/잔부부.png

520 KB
Loading
128 KB
Loading
16.1 KB
Loading

src/images/organizer/주환석.jpg

238 KB
Loading

0 commit comments

Comments
 (0)