-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: update codeowners * feat: cta 버튼 스타일 분리 * feat: recruit, home-apply 모집 알림 앵커 적용 * feat: home-header 카피 변경 * feat: 카피 변경 * feat: 불필요 영역 삭제 및 스타일링 * chore: 버튼 타이포 변경 * feat: 불필요 영역 삭제 및 모집 알림 섹션 추가
- Loading branch information
Showing
13 changed files
with
211 additions
and
118 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
* @SenseCodeValue @hyesungoh @SeongYongLee | ||
* @SenseCodeValue @hyesungoh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
75 changes: 75 additions & 0 deletions
75
src/components/home/RecruitNotiSection/RecruitNotiSection.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
import Link from 'next/link'; | ||
import { css } from '@emotion/react'; | ||
|
||
import { EMAIL_13TH_GOOGLE_FORM } from '~/constants/common/depromeet'; | ||
import { colors, mediaQuery } from '~/styles/constants'; | ||
import { ctaCss } from '~/styles/css/cta'; | ||
|
||
export default function RecruitNotiSection() { | ||
return ( | ||
<section css={sectionCss}> | ||
<div css={headingWrapperCss}> | ||
<div css={logoWrapperCss}> | ||
<h1 css={pendingHeadingCss}>13기 운영진은 겨울잠 자는 중 🐻💤</h1> | ||
</div> | ||
|
||
<span css={notificationSpanCss}>디프만 13기 리쿠르팅 기간을 놓치고 싶지 않다면?</span> | ||
|
||
<Link href={EMAIL_13TH_GOOGLE_FORM} passHref> | ||
<a css={ctaCss}>13기 모집 알림 신청하기</a> | ||
</Link> | ||
</div> | ||
</section> | ||
); | ||
} | ||
|
||
const sectionCss = css` | ||
margin-top: 260px; | ||
width: 100%; | ||
padding-bottom: 260px; | ||
`; | ||
|
||
const headingWrapperCss = css` | ||
display: flex; | ||
flex-direction: column; | ||
align-items: center; | ||
text-align: center; | ||
`; | ||
|
||
const logoWrapperCss = css` | ||
margin-bottom: 19px; | ||
${mediaQuery('xs')} { | ||
margin-bottom: 15px; | ||
} | ||
`; | ||
|
||
const pendingHeadingCss = css` | ||
font-weight: 600; | ||
font-size: 4.375rem; | ||
line-height: 120%; | ||
white-space: pre; | ||
${mediaQuery('sm')} { | ||
font-size: 3.5rem; | ||
} | ||
${mediaQuery('xs')} { | ||
font-size: 1.875rem; | ||
line-height: 150%; | ||
} | ||
`; | ||
|
||
const notificationSpanCss = css` | ||
font-weight: 400; | ||
font-size: 2rem; | ||
line-height: 140%; | ||
white-space: pre; | ||
color: ${colors.gray3}; | ||
margin-bottom: 80px; | ||
${mediaQuery('xs')} { | ||
font-size: 1.25rem; | ||
} | ||
`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export { default } from './RecruitNotiSection'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
c289d96
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
www-depromeet-com – ./
www-depromeet-com-git-main-depromeet-official-site.vercel.app
www-depromeet-com-depromeet-official-site.vercel.app
www-depromeet-com-ruby.vercel.app
depromeet.com
www.depromeet.com