Skip to content

Commit 1846bfd

Browse files
authored
Merge pull request #123 from pythonkr/add-video
영상 링크 및 파준위 소개 업데이트
2 parents 5f8ef39 + 8d5371f commit 1846bfd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

frontend/data/constants/staff.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ const staffList: IPerson[] = [
1818
},
1919
{
2020
name: '김다현',
21-
image: '',
22-
introduction: ''
21+
image: 'https://pyconweb2022-static.s3.ap-northeast-2.amazonaws.com/image/dahyun-kim.jpg',
22+
introduction:
23+
'파이썬을 좋아하며 음악하고 싶은 김다현입니다. 함께하는 사람들을 사랑합니다. 백엔드 개발자로 근무하고 있습니다. 개인 블로그: https://dahyun.pages.dev/'
2324
},
2425
{
2526
name: '김순태',

0 commit comments

Comments
 (0)