-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FE] v2.1.1에 맞춘 랜딩페이지 변경 #760
Conversation
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.
LGTM ~ 👍
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.
랜딩 페이지 구현하느라 고생했어요~~
랜딩 페이지에서 모바일 목업이 짤린건 버그가 아니라 기능입니다. |
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.
역시 우리팀 만능 엔터테이먼트(만능회사) ㄷㅐ토다리
* feat: landingpage 변경 * feat: 다양한 해상도에서 동적으로 반영되도록 변경 * style: lint 적용 --------- Co-authored-by: Pakxe <[email protected]>
issue
구현 목적
현재 랜딩페이지는, 이전 버전의 서비스 스크린샷과 기능에 대한 설명으로 구현되어있습니다.
이를 새로운 버전에 맞게 개선합니다.
고려 사항
max-width: 768px
를 이용해 모바일 해상도로만 보여주게 적용했습니다.구현 사항
Text
component에 media 쿼리를 이용해 다양한 해상도에 맞게 반영될 수 있도록,responsive
prop을 추가했습니다.deskop
2024-10-17.3.13.20.mov
tablet
2024-10-17.3.12.21.mov
mobile
2024-10-17.3.12.47.mov
이후에 해야할 일