diff --git a/public/svg/recruit_banner2.svg b/public/svg/recruit_banner2.svg index c4a1a54..1b001d8 100644 --- a/public/svg/recruit_banner2.svg +++ b/public/svg/recruit_banner2.svg @@ -1,9 +1,9 @@ - - + + - - + + - + diff --git a/src/components/navigation.tsx b/src/components/navigation.tsx index f3bd9dd..17675f6 100644 --- a/src/components/navigation.tsx +++ b/src/components/navigation.tsx @@ -22,7 +22,9 @@ export default function Navigation() { Seminar Project Member - Recruit + + Recruit + diff --git a/src/components/recruit/faq/RecruitFaq.tsx b/src/components/recruit/faq/RecruitFaq.tsx index efc70b5..f227c8a 100644 --- a/src/components/recruit/faq/RecruitFaq.tsx +++ b/src/components/recruit/faq/RecruitFaq.tsx @@ -4,17 +4,16 @@ import Link from 'next/link'; const RecruitFaq = () => { return ( -
+
{/* title */}
-

+

Frequently
Asked Questions

-

자주 묻는 질문

{/* body */} @@ -25,8 +24,8 @@ const RecruitFaq = () => {
-
-
문의하기
+
+
문의하기
diff --git a/src/components/recruit/faq/RecruitFaqBox.tsx b/src/components/recruit/faq/RecruitFaqBox.tsx index cfbbe7a..f9eff16 100644 --- a/src/components/recruit/faq/RecruitFaqBox.tsx +++ b/src/components/recruit/faq/RecruitFaqBox.tsx @@ -1,8 +1,8 @@ const RecruiteFaqBox = ({ faq }: { faq: Faq }) => { return ( -
-
{faq.question}
-
{faq.answer}
+
+
{faq.question}
+
{faq.answer}
); }; diff --git a/src/components/recruit/header/RecruitHeader.tsx b/src/components/recruit/header/RecruitHeader.tsx index f1cf5cf..f06896e 100644 --- a/src/components/recruit/header/RecruitHeader.tsx +++ b/src/components/recruit/header/RecruitHeader.tsx @@ -1,6 +1,7 @@ import BannerImg from '@/images/recruit_banner.png'; import BannerImg2 from '@/svg/recruit_banner2.svg'; import ChervonDownIcon from '@/svg/icons/common/chervon_down.svg'; +import Link from 'next/link'; /** * @description @@ -17,27 +18,31 @@ const RecruitHeader = () => { return (
{/* Main section */} +
-
- +
+
-

- 2023/08/28 ~ 2023/09/14 -

-

- 모집 기간이 아닙니다. +

+ 2기 모집 기간
+ 2024/08/28 ~ 2024/09/14

+ +

+ 2기 모집 사전 알림 신청 하기 +

+
- +
); }; diff --git a/src/components/recruit/part/RecruitPartKeyword.tsx b/src/components/recruit/part/RecruitPartKeyword.tsx index cda6b7b..22dda4b 100644 --- a/src/components/recruit/part/RecruitPartKeyword.tsx +++ b/src/components/recruit/part/RecruitPartKeyword.tsx @@ -11,10 +11,8 @@ interface RecruitPartKeywordProps { */ const RecruitPartKeyword: FC = ({ keyword }) => { return ( -
-
- {keyword} -
+
+
{keyword}
); }; diff --git a/src/components/recruit/part/RecruitPartRow.tsx b/src/components/recruit/part/RecruitPartRow.tsx index 0bf3e45..107f658 100644 --- a/src/components/recruit/part/RecruitPartRow.tsx +++ b/src/components/recruit/part/RecruitPartRow.tsx @@ -7,12 +7,12 @@ import { RecruitPart } from '@/interfaces/recruit/recruitPart'; const RecruitPartRow = ({ recruitPart }: { recruitPart: RecruitPart }) => { return ( -
-
+
+
{/* 배경으로 사용할 div */}
{ />
{/* 배경 위에 올라갈 내용 */} -
-
+
+
{recruitPart.id == 1 ? ( ) : recruitPart.id == 2 ? ( @@ -32,23 +32,17 @@ const RecruitPartRow = ({ recruitPart }: { recruitPart: RecruitPart }) => { )}
-
-
- {recruitPart.title} -
-
- {recruitPart.description} -
+
+
{recruitPart.title}
+
{recruitPart.description}
-
-
-
- Preferred -
-
+
+
+
Preferred
+
{recruitPart.preferred[0]}
{recruitPart.preferred[1]} @@ -57,8 +51,8 @@ const RecruitPartRow = ({ recruitPart }: { recruitPart: RecruitPart }) => {
-
-
+
+
{recruitPart.keywords.map((keyword, index) => ( ))} diff --git a/src/components/recruit/recommand/RecruitRecommand.tsx b/src/components/recruit/recommand/RecruitRecommand.tsx index e073293..1eab471 100644 --- a/src/components/recruit/recommand/RecruitRecommand.tsx +++ b/src/components/recruit/recommand/RecruitRecommand.tsx @@ -11,29 +11,31 @@ */ const RecruitRecommand = () => { return ( -
+
{/* title */} -
-

같이해서 가치를 만들고 세상에 스며들다

-
- {/* body */} -
-
-

- 혼자만의 성장이 아닌, 언제든 사람들과 만나 서로의 이야기를 - 공유하고자 커뮤니티를 만들었습니다. -

+
+
+

같이해서 가치를 만들고 세상에 스며들다

-
-

- 공유를 통해 같이 성장하며, 사회의 문제점을 해결하기 위한 공간을 - 지향합니다. -
- 우리는 단순한 개발실력 향상과 프로젝트 진행이 아닌, -
- 모두가 함께 열정적으로 지식을 공유하며 더 많은 사람들과 함께 - 성장하고자 합니다. -

+ {/* body */} +
+
+

+ 혼자만의 성장이 아닌, 언제든 사람들과 만나 서로의 이야기를 + 공유하고자 커뮤니티를 만들었습니다. +

+
+
+

+ 공유를 통해 같이 성장하며, 사회의 문제점을 해결하기 위한 공간을 + 지향합니다. +
+ 우리는 단순한 개발실력 향상과 프로젝트 진행이 아닌, +
+ 모두가 함께 열정적으로 지식을 공유하며 더 많은 사람들과 함께 + 성장하고자 합니다. +

+
diff --git a/src/components/recruit/schedule/RecruitSchedule.tsx b/src/components/recruit/schedule/RecruitSchedule.tsx index 71d7965..19428fd 100644 --- a/src/components/recruit/schedule/RecruitSchedule.tsx +++ b/src/components/recruit/schedule/RecruitSchedule.tsx @@ -3,14 +3,15 @@ import { RECRUIT_SCHEDULE } from '@/constants/recruit/recruitSchedule'; const RecruitSchedule = () => { return ( + //
-
+
-

Schedule

+

Schedule

-
+
{ return (
-
- {schedules.title} -
+
{schedules.title}
-
{schedules.startDate}
+
{schedules.startDate}
{schedules.endDate && ( -
~{schedules.endDate}
+
~{schedules.endDate}
)}
diff --git a/src/components/recruit/target/RecruitTarget.tsx b/src/components/recruit/target/RecruitTarget.tsx index cb9a71a..fed7533 100644 --- a/src/components/recruit/target/RecruitTarget.tsx +++ b/src/components/recruit/target/RecruitTarget.tsx @@ -4,17 +4,17 @@ import RecruitTargetRowText from '@/components/recruit/target/RecruitTargetRowTe const RecruitTarget = () => { return ( -
-
-
+
+
+
{/* 모집 타겟div */}
-

+

Recruitment
Target

-

+

아래 3가지 모두 해당 되는 분이라면, 누구든 지원 가능해요!
이런 분들과 함께 하고 싶어요! @@ -24,9 +24,7 @@ const RecruitTarget = () => { {/* 지원 자격 div */}

-
- 지원 자격 -
+
지원 자격
{ />
diff --git a/src/components/recruit/target/RecruitTargetRowText.tsx b/src/components/recruit/target/RecruitTargetRowText.tsx index f6435ee..37ed6b0 100644 --- a/src/components/recruit/target/RecruitTargetRowText.tsx +++ b/src/components/recruit/target/RecruitTargetRowText.tsx @@ -20,8 +20,8 @@ interface Props { const RecruitTargetRowText: FC = ({ title, content }) => { return (
-

{title}

-

{content}

+

{title}

+

{content}

); };