Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/pages/Home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function Home() {
Sharing Insights <br /> with People Everyday
</h1>
<h2 className={styles.subTitle}>
개발자들이 함께 교류하며 성장하는 IT 커뮤니티
다양한 활동으로 함께 성장하는 현직 개발자들의 커뮤니티
</h2>
</div>
<RecruitmentStatusSection />
Expand Down
43 changes: 24 additions & 19 deletions src/libs/constants/recruit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,77 +22,82 @@ export const Applicants = [

export const InActivity = [
{
recurring_date: '1회차 (10.12)',
recurring_date: '1회차 (04.26)',
text: 'OT',
badge: '',
},
{
recurring_date: '2회차 (10.26)',
recurring_date: '2회차 (05.10)',
text: 'MT',
badge: '1차 미션 시작',
},
{
recurring_date: '3회차 (11.09)',
recurring_date: '3회차 (05.24)',
text: '사이프챗',
badge: '',
},
{
recurring_date: '4회차 (11.23)',
text: '사이데이션',
recurring_date: '4회차 (06.07)',
text: '홈커밍데이',
badge: '',
},
{
recurring_date: '5회차 (12.07)',
recurring_date: '5회차 (06.21)',
text: '1차 미션 발표',
badge: '',
},
{
recurring_date: '6회차 (12.21)',
text: '사담콘',
recurring_date: '6회차 (07.05)',
text: '스파크 세션',
badge: '2차 미션 시작',
},
{
recurring_date: '7회차 (01.04)',
text: '내친소',
recurring_date: '7회차 (07.19)',
text: '사이데이션',
badge: '',
},
{
recurring_date: '8회차 (01.18)',
text: '사이프톤',
recurring_date: '8회차 (08.02)',
text: '사담콘',
badge: '',
},
{
recurring_date: '9회차 (02.01)',
recurring_date: '9회차 (08.16)',
text: '2차 미션 발표',
badge: '',
},
{
recurring_date: '10회차 (08.30)',
text: '사이프-로그',
badge: '정규 활동 종료',
},
];

export const CardList = [
{
title: '서류 접수',
processDate: '09.08(일) ~ 09.22(일)',
subTitle: '23:59:59 마감',
processDate: '03.11(화) ~ 03.23(일)',
subTitle: '23일 자정에 접수 마감',
},
{
title: '서류 합격자 발표',
processDate: '09.27(금)',
processDate: '03.28(금)',
subTitle: '오후 1시 예정',
},
{
title: '오프라인 인터뷰',
processDate: '10.03(목) ~ 10.06(일)',
processDate: '04.12(토) ~ 04.13(일)',
subTitle: '서류합격자 개별연락',
},

{
title: '최종 합격자 발표',
processDate: '10.08(화)',
processDate: '04.18(금)',
subTitle: '오후 1시 예정',
},
{
title: '정규 활동 시작',
processDate: '10.12(토)',
processDate: '04.26(토)',
subTitle: 'OT 진행',
},
];