Skip to content

Commit

Permalink
Profile Data
Browse files Browse the repository at this point in the history
  • Loading branch information
kichan05 committed Feb 14, 2024
1 parent a31a7d2 commit b4c3c0d
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/ProfileList.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const ProfileListStyle = styled.li`
margin-top: 6px;
font-size: 1.25em;
line-height: 19px;
line-height: 22px;
}
a {
Expand Down
27 changes: 27 additions & 0 deletions src/data/ProfileData.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,43 @@ export const profileData = [
{
title: "제 8회 선린 해커톤 동상 수상",
data: "2022.07",
description: (
<>
제 8회 선린 해커톤에서 <b>생존</b>이라는 주제로
<br/>
재난 신고 커뮤니티 <b>위그비</b>를 개발하여 동상을 수상하였습니다.
<br/>
팀에서 Android 개발을 총괄했습니다.
<br/><br/>
<a href="https://www.youtube.com/watch?v=by67z0esb0c" target={"_blank"}>위그비 소개 영상</a>을 참고해주세요.
</>
),
icon: Trophy,
},
{
title: "2022 선린 디지털 콘텐츠 경진대회 동상 수상",
data: "2022.12",
description: (
<>
2022년 선린 디지털콘텐츠 경진대회에서
<br/>
IT업종 종사자를 위한 팀빌딩 서비스 <b>Membeder</b>를 개발했고
<br/>
동상을 수상했습니다. 팀에서는 팀장과 Android 개발 총괄을 진행했습니다.
<br/><br/>
<a href="https://github.com/Membeder" target={"_blank"}>깃허브</a><a href="https://drive.google.com/drive/u/2/folders/1ZTcMfxDe91gHJKYtdRO9Q7g_JvkeEoCX" target={"_blank"}>프로젝트 설명서</a>를 참고해주세요
</>
),
icon: Trophy,
},
{
title: "2023 선린 천하제일코딩대회 디자인 총괄",
data: "2023.04 ~ 2023.07",
icon: Pin,
},
{
title: "2023 선린 장학생",
data: "2023",
icon: Pin,
}
]

0 comments on commit b4c3c0d

Please sign in to comment.