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
Binary file added public/26/26PrimitiveRecruit.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/Components/common/FAQ.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const FAQ = () => {
/>
<QuestionBox
question={'신입생 교육에서는 무엇을 가르치나요?'}
answer={'1학기에는 C, Java 언어를 중점으로 교육합니다!'}
answer={'1학기에는 C, Java, Python 언어를 중점으로 교육합니다!'}
/>
<QuestionBox
question={'활동에서는 어떤 기술들을 사용하나요?'}
Expand Down
16 changes: 8 additions & 8 deletions src/Pages/MembersPage/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ import jinseong from '../../Images/members/jinseong.webp';
export const data = {
presidentData: {
position: '회장',
name: '장준우',
kakaoID: 'JJW1102',
email: 'jwjang1102@naver.com',
grade: 21,
name: '최아현',
kakaoID: '4a.huxn_',
email: 'choiahye0n211@gmail.com',
grade: 24,
},
vicePresidentData: {
position: '부회장',
name: '최세진',
kakaoID: 'marin6670',
email: 'marin6670@gmail.com',
grade: 21,
name: '강현찬',
kakaoID: 'kanghyun122',
email: 'kanghyun122@naver.com',
grade: 22,
},
};

Expand Down
4 changes: 2 additions & 2 deletions src/Pages/RecruitPage/RecruitPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ const RecruitPage = () => {
<div className={'my-1'}></div>
)}
<a
href='https://hyeonji0401.github.io/JoinPrimitive/'
href='https://primitive-members-mbti.vercel.app/'
target='_blank'
rel='noreferrer'
>
Expand Down Expand Up @@ -253,7 +253,7 @@ const RecruitPage = () => {
}}
style={{ ...springs }}
src={recruitData.recruitNotice}
alt='25년도 모집공고'
alt='26년도 모집공고'
onLoad={() => {
setLoading(false);
}}
Expand Down
14 changes: 7 additions & 7 deletions src/Pages/RecruitPage/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,18 @@ export const recruitData: IRecruitData = {
// OT 자료 경로를 입력
ot: '/25/2025 PRIMITIVE 신입생 OT 자료.pdf',
// 모집 공고 이미지 경로를 입력
recruitNotice: '/25/25PrimitiveRecruit.webp',
recruitNotice: '/26/26PrimitiveRecruit.webp',
// 아래는 회장/부회장 정보를 입력해주세요.
presidentData: {
position: '회장',
name: '장준우',
kakaoID: 'JJW1102',
email: 'jwjang1102@naver.com',
name: '최아현',
kakaoID: '4a.huxn_',
email: 'choiahye0n211@gmail.com',
},
vicePresidentData: {
position: '부회장',
name: '최세진',
kakaoID: 'marin6670',
email: 'marin6670@gmail.com',
name: '강현찬',
kakaoID: 'kanghyun122',
email: 'kanghyun122@naver.com',
},
};
Loading