-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #307 from boostcampwm-2022/develop
v0.2.3
- Loading branch information
Showing
2 changed files
with
30 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,35 +49,35 @@ export const CUBE_RANK = { | |
export const DEVELOPER_INFORMATION = [ | ||
{ | ||
name: '장우석', | ||
github: '', | ||
blog: '', | ||
career: '1년', | ||
github: 'https://github.com/wkddntjr1123', | ||
blog: 'https://wkddntjr1123.github.io/', | ||
field: 'Backend', | ||
introduction: '안녕하세요. 장우석입니다.', | ||
email: '[email protected]', | ||
introduction: '함께 일하고싶은 개발자 장우석입니다. 커피☕ 사주세요!', | ||
}, | ||
{ | ||
name: '강시온', | ||
github: '', | ||
blog: '', | ||
career: '?년', | ||
github: 'https://github.com/Yaminyam', | ||
blog: 'https://velog.io/@siontama', | ||
field: 'Backend', | ||
introduction: '안녕하세요. 강시온입니다.', | ||
email: '[email protected]', | ||
introduction: '개발자를 위한 개발자 강시온 입니다', | ||
}, | ||
{ | ||
name: '정윤규', | ||
github: '', | ||
github: 'https://github.com/asdf99245', | ||
blog: '', | ||
career: '1년', | ||
field: 'Frontend', | ||
introduction: '안녕하세요. 정윤규입니다.', | ||
email: '[email protected]', | ||
introduction: '사용자를 먼저 이해하는 프론트엔드 엔지니어 정윤규입니다.', | ||
}, | ||
{ | ||
name: '정성윤', | ||
github: '', | ||
github: 'https://github.com/tunggary', | ||
blog: '', | ||
career: '1년', | ||
field: 'Frontend', | ||
introduction: '안녕하세요. 정성윤입니다.', | ||
email: '[email protected]', | ||
introduction: '최적화에 관심이 많은 프론트엔드 개발자 정성윤입니다.', | ||
}, | ||
]; | ||
|
||
|