Skip to content

Commit 1b14a53

Browse files
authored
Merge pull request #117 from sipe-team/feat/4th-recruit
Feat/4th recruit
2 parents 48e8f5a + f1bb427 commit 1b14a53

File tree

2 files changed

+25
-20
lines changed

2 files changed

+25
-20
lines changed

src/components/pages/Home/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function Home() {
2121
Sharing Insights <br /> with People Everyday
2222
</h1>
2323
<h2 className={styles.subTitle}>
24-
개발자들이 함께 교류하며 성장하는 IT 커뮤니티
24+
다양한 활동으로 함께 성장하는 현직 개발자들의 커뮤니티
2525
</h2>
2626
</div>
2727
<RecruitmentStatusSection />

src/libs/constants/recruit.ts

Lines changed: 24 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -22,77 +22,82 @@ export const Applicants = [
2222

2323
export const InActivity = [
2424
{
25-
recurring_date: '1회차 (10.12)',
25+
recurring_date: '1회차 (04.26)',
2626
text: 'OT',
2727
badge: '',
2828
},
2929
{
30-
recurring_date: '2회차 (10.26)',
30+
recurring_date: '2회차 (05.10)',
3131
text: 'MT',
3232
badge: '1차 미션 시작',
3333
},
3434
{
35-
recurring_date: '3회차 (11.09)',
35+
recurring_date: '3회차 (05.24)',
3636
text: '사이프챗',
3737
badge: '',
3838
},
3939
{
40-
recurring_date: '4회차 (11.23)',
41-
text: '사이데이션',
40+
recurring_date: '4회차 (06.07)',
41+
text: '홈커밍데이',
4242
badge: '',
4343
},
4444
{
45-
recurring_date: '5회차 (12.07)',
45+
recurring_date: '5회차 (06.21)',
4646
text: '1차 미션 발표',
4747
badge: '',
4848
},
4949
{
50-
recurring_date: '6회차 (12.21)',
51-
text: '사담콘',
50+
recurring_date: '6회차 (07.05)',
51+
text: '스파크 세션',
5252
badge: '2차 미션 시작',
5353
},
5454
{
55-
recurring_date: '7회차 (01.04)',
56-
text: '내친소',
55+
recurring_date: '7회차 (07.19)',
56+
text: '사이데이션',
5757
badge: '',
5858
},
5959
{
60-
recurring_date: '8회차 (01.18)',
61-
text: '사이프톤',
60+
recurring_date: '8회차 (08.02)',
61+
text: '사담콘',
6262
badge: '',
6363
},
6464
{
65-
recurring_date: '9회차 (02.01)',
65+
recurring_date: '9회차 (08.16)',
6666
text: '2차 미션 발표',
67+
badge: '',
68+
},
69+
{
70+
recurring_date: '10회차 (08.30)',
71+
text: '사이프-로그',
6772
badge: '정규 활동 종료',
6873
},
6974
];
7075

7176
export const CardList = [
7277
{
7378
title: '서류 접수',
74-
processDate: '09.08(일) ~ 09.22(일)',
75-
subTitle: '23:59:59 마감',
79+
processDate: '03.11(화) ~ 03.23(일)',
80+
subTitle: '23일 자정에 접수 마감',
7681
},
7782
{
7883
title: '서류 합격자 발표',
79-
processDate: '09.27(금)',
84+
processDate: '03.28(금)',
8085
subTitle: '오후 1시 예정',
8186
},
8287
{
8388
title: '오프라인 인터뷰',
84-
processDate: '10.03(목) ~ 10.06(일)',
89+
processDate: '04.12(토) ~ 04.13(일)',
8590
subTitle: '서류합격자 개별연락',
8691
},
8792

8893
{
8994
title: '최종 합격자 발표',
90-
processDate: '10.08(화)',
95+
processDate: '04.18(금)',
9196
subTitle: '오후 1시 예정',
9297
},
9398
{
9499
title: '정규 활동 시작',
95-
processDate: '10.12(토)',
100+
processDate: '04.26(토)',
96101
subTitle: 'OT 진행',
97102
},
98103
];

0 commit comments

Comments
 (0)