|  | 
| 1 | 1 | import React from 'react' | 
| 2 | 2 | 
 | 
| 3 |  | - | 
| 4 | 3 | interface RecruitHeaderProps { | 
| 5 | 4 |   title: string; | 
| 6 | 5 | } | 
| 7 | 6 | 
 | 
| 8 | 7 | export const RecruitHeader: React.FC<RecruitHeaderProps> = ({ title }) => { | 
| 9 | 8 |   return ( | 
| 10 |  | -    <div className=" w-full max-w-[375px] bg-[#00B493] text-white font-bold text-[11px] p-1 pl-2 ml-2.5"> | 
|  | 9 | +    <div className=" w-full max-w-[375px] bg-[#00B493] text-white font-pretendardBold text-[13px] p-1 pl-2 ml-2.5 mt-16"> | 
| 11 | 10 |       {title} | 
| 12 | 11 |     </div> | 
| 13 | 12 |   ) | 
| 14 | 13 | } | 
| 15 | 14 | 
 | 
| 16 | 15 | 
 | 
| 17 | 16 | export const RecruitUI: React.FC = () => { | 
| 18 |  | -    return (      | 
| 19 |  | -       <div className="  text-gray-300 flex flex-col items-start max-w-[375px] h-[250px] shadow-[0px_2px_3px_rgba(255,255,255,0.2)] bg-#17171B] gap-2 ml-2.5"> | 
| 20 |  | -        <p className="  text-[10px] font-bold pl-2 pt-2"> | 
| 21 |  | -          다솜에서 개발자로서 성장해갈 <span className="text-yellow-400 font-bold">34기 멤버분들</span>을 찾습니다! | 
|  | 17 | +  return ( | 
|  | 18 | +    <div className="text-white font-pretendardRegular flex flex-col text-[12px] items-start max-w-[375px] shadow-[0px_2px_3px_rgba(255,255,255,0.2)] bg-#17171B] gap-2 ml-2.5"> | 
|  | 19 | +      <p className="pl-2 pt-2"> | 
|  | 20 | +        <span className='font-pretendardBold'>다솜</span>에서 개발자로서 성장해갈 <span className="text-yellow-400 font-pretendardBold">34기 멤버분들</span>을 찾습니다! | 
|  | 21 | +      </p> | 
|  | 22 | +      <div className="mt-2 pl-2"> | 
|  | 23 | +        <p className="text-green-400 font-pretendardSemiBold">📅 모집 일정 :</p> | 
|  | 24 | +        <p>모집 폼 제출 : 2/25(화) ~ 3/14(금)</p> | 
|  | 25 | +        <p>대면 면접 : 3/19(수) ~ 3/21(금)</p> | 
|  | 26 | +        <p>최종 합격자 발표 : 3/24(월)</p> | 
|  | 27 | +      </div> | 
|  | 28 | + | 
|  | 29 | +      <div className="mt-2 pl-2  flex items-center"> | 
|  | 30 | +        <p className="text-green-400 font-pretendardSemiBold">📝 모집 대상 :</p> | 
|  | 31 | +        <span className="text-white pl-1">25년도 1학기부터 다솜과 함께할 예비 다솜 멤버</span> | 
|  | 32 | +      </div> | 
|  | 33 | + | 
|  | 34 | +      <div className="mt-2 pl-2  flex items-center"> | 
|  | 35 | +        <p className="text-green-400 font-pretendardSemiBold">🌿 신청 조건 :</p> | 
|  | 36 | +        <span className="text-white pl-1 ">컴퓨터소프트웨어공학과 학생</span> | 
|  | 37 | +      </div> | 
|  | 38 | + | 
|  | 39 | +      <div className="mt-2  pl-2"> | 
|  | 40 | +        <p className="text-green-400 font-pretendardSemiBold inline">🍀 회비 :</p> | 
|  | 41 | +        <span className="text-white pl-1 inline">20,000원</span> | 
|  | 42 | +        <p className="text-white mt-1"> | 
|  | 43 | +          회비는 동아리 운영자금 및 프로젝트 서버비용 지원 등에 사용됩니다. | 
| 22 | 44 |         </p> | 
| 23 |  | -        <div className="mt-2 text-[10px] pl-2"> | 
| 24 |  | -          <p className="text-green-400 font-semibold">📅 모집 일정 :</p> | 
| 25 |  | -          <p>모집 폼 제출 : 2/25(화) ~ 3/14(금)</p> | 
| 26 |  | -          <p>대면 면접 : 3/19(수) ~ 3/21(금)</p> | 
| 27 |  | -          <p>최종 합격자 발표 : 3/24(월)</p> | 
| 28 |  | -        </div> | 
| 29 |  | - | 
| 30 |  | -        <div className="mt-2 text-[10px] pl-2"> | 
| 31 |  | -          <p className="text-green-400 font-semibold">📝 모집 대상 : | 
| 32 |  | -          <span className="text-gray-300 pl-1">25년도 1학기부터 다솜과 함께할 예비 다솜 멤버</span> | 
| 33 |  | -          </p> | 
| 34 |  | -        </div> | 
| 35 |  | - | 
| 36 |  | -        <div className="mt-2 text-[10px] pl-2 "> | 
| 37 |  | -          <p className="text-green-400 font-semibold">🌿 신청 조건 : | 
| 38 |  | -          <span className="text-gray-300 pl-1">컴퓨터소프트웨어공학과 학생</span> | 
| 39 |  | -          </p> | 
| 40 |  | -        </div> | 
| 41 |  | - | 
| 42 |  | -        <div className="mt-2 text-[10px] pl-2"> | 
| 43 |  | -          <p className="text-green-400 font-semibold">💰 회비 : | 
| 44 |  | -          <span className="text-gray-300 pl-1">20,000원 </span> | 
| 45 |  | -          </p> | 
| 46 |  | -          <p> 회비는 동아리 운영자금 및 프로젝트 서버비용 지원 등에 사용됩니다. </p> | 
| 47 |  | -        </div> | 
| 48 |  | - | 
| 49 |  | -        <p className="mt-2 text-[10px] pl-2">👀 의지가 있으며 교류를 중시하는 분을 기다립니다.</p> | 
| 50 | 45 |       </div> | 
| 51 |  | -    ) | 
|  | 46 | +      <p className="pl-2 mb-4 ">👀 의지가 있으며 교류를 중시하는 분을 기다립니다.</p> | 
|  | 47 | +    </div> | 
|  | 48 | +  ) | 
| 52 | 49 | } | 
|  | 50 | + | 
|  | 51 | + | 
|  | 52 | + | 
|  | 53 | + | 
|  | 54 | +export const RecruitUI_SUB: React.FC = () => { | 
|  | 55 | +  return ( | 
|  | 56 | +    <div className="  text-gray-300 flex flex-col items-start max-w-[375px] h-[auto] shadow-[0px_2px_3px_rgba(255,255,255,0.2)] bg-#17171B] gap-2 ml-2.5"> | 
|  | 57 | + | 
|  | 58 | +      {/* 1차 서류 합격 안내 */} | 
|  | 59 | +      <p className="text-[15px] font-bold text-yellow-300 pt-3"> | 
|  | 60 | +        🎊 1차 서류 합격을 진심으로 축하드립니다! | 
|  | 61 | +      </p> | 
|  | 62 | +      <p className="text-[12px] p-1"> | 
|  | 63 | +        2차 면접이 진행될 예정입니다. 아래에서 <span className="text-green-400 font-semibold">편하신 날짜와 시간을 선택하여 예약</span>해주세요. | 
|  | 64 | +      </p> | 
|  | 65 | + | 
|  | 66 | +      {/* 면접 일정 */} | 
|  | 67 | + | 
|  | 68 | +      <p className="text-green-400 font-semibold text-sm">📅 면접 일정</p> | 
|  | 69 | +      <p className="text-xs">✔ 3월 19일(수) ~ 3월 21일(금)</p> | 
|  | 70 | + | 
|  | 71 | + | 
|  | 72 | +      {/* 면접 장소 */} | 
|  | 73 | + | 
|  | 74 | +      <p className="text-green-400 font-semibold text-sm">🕒 면접 장소</p> | 
|  | 75 | +      <p className="text-xs">✔ 개별 안내 예정</p> | 
|  | 76 | + | 
|  | 77 | + | 
|  | 78 | +      {/* 추가 안내 사항 */} | 
|  | 79 | + | 
|  | 80 | +      <p className="text-yellow-300 font-semibold text-sm">📌 면접 안내 사항</p> | 
|  | 81 | +      <p className="text-xs">✅ 면접은 <span className="text-white">개별 면접</span>으로 진행됩니다.</p> | 
|  | 82 | +      <p className="text-xs">✅ <span className="text-white">예약 변경은 불가</span>하므로 신중히 선택해주세요.</p> | 
|  | 83 | +      <p className="text-xs">✅ 선착순 마감으로 <span className="text-white">일부 시간대는 예약이 어려울 수 있습니다.</span></p> | 
|  | 84 | + | 
|  | 85 | + | 
|  | 86 | +      <p className="mt-4 text-[12px] text-gray-300 mb-3"> | 
|  | 87 | +        🔔 면접 당일 <span className="text-yellow-300 font-semibold">지각 없이 참석</span> 부탁드립니다. | 
|  | 88 | +        <p>💡 면접 일정은 선착순으로 마감되므로 빠른 예약을 권장드립니다! 😊</p> | 
|  | 89 | +      </p> | 
|  | 90 | + | 
|  | 91 | +    </div> | 
|  | 92 | +  ) | 
|  | 93 | +} | 
|  | 94 | + | 
0 commit comments