From b4c3c0d27dbbf429ef7fbff7dd7dc5324aab2094 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=94=ED=82=A4=EC=B0=AC?= Date: Thu, 15 Feb 2024 00:35:10 +0900 Subject: [PATCH] Profile Data --- src/component/ProfileList.js | 2 +- src/data/ProfileData.js | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/src/component/ProfileList.js b/src/component/ProfileList.js index 6385ba8..8f763b1 100644 --- a/src/component/ProfileList.js +++ b/src/component/ProfileList.js @@ -39,7 +39,7 @@ const ProfileListStyle = styled.li` margin-top: 6px; font-size: 1.25em; - line-height: 19px; + line-height: 22px; } a { diff --git a/src/data/ProfileData.js b/src/data/ProfileData.js index cc1b997..c67189a 100644 --- a/src/data/ProfileData.js +++ b/src/data/ProfileData.js @@ -38,16 +38,43 @@ export const profileData = [ { title: "제 8회 선린 해커톤 동상 수상", data: "2022.07", + description: ( + <> + 제 8회 선린 해커톤에서 생존이라는 주제로 +
+ 재난 신고 커뮤니티 위그비를 개발하여 동상을 수상하였습니다. +
+ 팀에서 Android 개발을 총괄했습니다. +

+ 위그비 소개 영상을 참고해주세요. + + ), icon: Trophy, }, { title: "2022 선린 디지털 콘텐츠 경진대회 동상 수상", data: "2022.12", + description: ( + <> + 2022년 선린 디지털콘텐츠 경진대회에서 +
+ IT업종 종사자를 위한 팀빌딩 서비스 Membeder를 개발했고 +
+ 동상을 수상했습니다. 팀에서는 팀장과 Android 개발 총괄을 진행했습니다. +

+ 깃허브프로젝트 설명서를 참고해주세요 + + ), icon: Trophy, }, { title: "2023 선린 천하제일코딩대회 디자인 총괄", data: "2023.04 ~ 2023.07", icon: Pin, + }, + { + title: "2023 선린 장학생", + data: "2023", + icon: Pin, } ] \ No newline at end of file