-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: blank로 새로운 탭에서 링크 접속 * chore: 14 -> 16시 ? * chore: behance link 추가 * feat: behance optional type 추가 * feat: behance property 유무에 따른 아이콘 렌더링
- Loading branch information
Showing
6 changed files
with
31 additions
and
17 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -57,6 +57,7 @@ const getMemberInfo = async (): Promise<GetMembersInfoResponse> => ({ | |
description: '동아리, 그 이상의 가치', | ||
imageSrc: '/images/members/1.png', | ||
gmail: '[email protected]', | ||
linkedin: '건-정-4aa699303/?trk=public-profile-join-page', | ||
}, | ||
{ | ||
id: 12, | ||
|
@@ -66,7 +67,6 @@ const getMemberInfo = async (): Promise<GetMembersInfoResponse> => ({ | |
description: '빛나는 열정을 펼칠 수 있도록', | ||
imageSrc: '/images/members/12.png', | ||
gmail: '[email protected]', | ||
github: 'sjk4618', | ||
}, | ||
{ | ||
id: 2, | ||
|
@@ -124,6 +124,7 @@ const getMemberInfo = async (): Promise<GetMembersInfoResponse> => ({ | |
description: '세상을 바꾸는 디자이너들', | ||
imageSrc: '/images/members/7.png', | ||
gmail: '[email protected]', | ||
behance: '208a08e8', | ||
}, | ||
{ | ||
id: 8, | ||
|
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
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