Skip to content
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

[서지훈] sprint3 #92

Conversation

SealBros
Copy link
Collaborator

@SealBros SealBros commented Jun 7, 2024

요구사항

-Github에 PR(Pull Request)을 만들어서 미션을 제출합니다.
-피그마 디자인에 맞게 페이지를 만들어 주세요.
-React와 같은 UI 라이브러리를 사용하지 않고 진행합니다.

기본

  • 브라우저에 현재 보이는 화면의 영역(viewport) 너비를 기준으로 분기되는 반응형 디자인을 적용합니다.
  • PC: 1200px 이상
  • Tablet: 768px 이상 ~ 1199px 이하
  • Mobile: 375px 이상 ~ 767px 이하
  • 375px 미만 사이즈의 디자인은 고려하지 않습니다

렌딩 페이지

  • Tablet 사이즈로 작아질 때 “판다마켓” 로고의 왼쪽에 여백 24px, “로그인” 버튼 오른쪽 여백 24px을 유지할 수 있도록 “판다마켓” 로고와 “로그인" 버튼의 간격이 가까워집니다.
  • Mobile 사이즈로 작아질 때 “판다마켓” 로고의 왼쪽에 여백 16px, “로그인” 버튼 오른쪽 여백 16px을 유지할 수 있도록 “판다마켓” 로고와 “로그인" 버튼의 간격이 가까워집니다.
  • 화면 영역이 줄어들면 “Privacy Policy”, “FAQ”, “codeit-2024”이 있는 영역과 SNS 아이콘들이 있는 영역의 간격이 줄어듭니다.

로그인, 회원가입 페이지 공통

  • Tablet 사이즈에서 내부 디자인은 PC사이즈와 동일합니다.
  • Mobile 사이즈에서 좌우 여백 16px 제외하고 내부 요소들이 너비를 모두 차지합니다.
  • Mobile 사이즈에서 내부 요소들의 너비는 기기의 너비가 커지는 만큼 커지지만 400px을 넘지 않습니다.

심화

  • 페이스북, 카카오톡, 디스코드, 트위터 등 SNS에서 Linkbrary 랜딩 페이지(“/”) 공유 시 좌측 예시와 같은 미리보기를 볼 수 있도록 랜딩 페이지 메타 태그를 설정해 주세요.
  • 미리보기에서 제목은 “판다 마켓”, 설명은 “일상의 모든 물건을 거래해보세요”로 설정합니다.
  • 주소와 이미지는 자유롭게 설정하세요.

주요 변경사항

  • 전에 코드 리뷰 수정했습니다.
  • 추후에 심화 과정 수정하겠습니다...!!
  • 스프린트 미션 3 기본 수정사항 완료했습니다.

스크린샷

tablet size

mobile size

사이트 배포 링크

멘토에게

  • 셀프 코드 리뷰를 통해 질문 이어가겠습니다.

@SealBros SealBros requested a review from jyh0521 June 7, 2024 14:29
@SealBros SealBros added the 매운맛🔥 뒤는 없습니다. 그냥 필터 없이 말해주세요. 책임은 제가 집니다. label Jun 7, 2024
Copy link
Collaborator

@jyh0521 jyh0521 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

과제 하느라 고생하셨습니다! 리뷰 반영 잘해주셨네요.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

주석 지워주신거 좋습니다!

@@ -18,7 +18,7 @@
<header>
<a href="/"
><img
src="images/logo/panda-market-logo.png"
src="images/logo/panda-market-logo.svg"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이 부분을 svg로 사용하신 이유가 있을까요?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

혹시나 png일때랑 svg일때 로고 크기가 다를까 싶어서 svg로 테스트를 해봤는데, 차이점이 없는거같아서, png로 다시 바꾼다는걸 까먹었습니다...ㅎ

alt="인기 상품"
width="50%"
/>
<img src="images/home/feature-hotitem.png" alt="인기 상품"/>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이미지 이름을 좀 더 명시적으로 작성해주신 점 좋습니다!

@@ -33,7 +33,7 @@
<div class="input-wrapper">
<input id="password" name="password" type="password" placeholder="비밀번호를 입력해주세요">
<button type="button" class="password-toggle-btn">
<img src="/images/icons/invisible.svg" alt="비밀번호 숨김 아이콘">
<img src="/images/icons/invisible.svg" alt="비밀번호 숨김 아이콘"/>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

닫는 표시도 잘 반영해주셨네요!

@@ -14,8 +14,10 @@
--gray-200 : #E5E7EB;
--gray-100 : #F3F4F6;
--gray-50 : #F9FAFB;
--white : #ffffff;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

색상 코드를 대문자로 사용하고 계시기 때문에 여기도 대문자로 통일해주시면 좋을 것 같습니다!

@@ -24,18 +27,20 @@
font-size: 16px;
font-weight: 600;
border-radius: 8px;
padding: 11.5px 23px;
padding: 12px 43px;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

소수점 수정해주신 것 좋네요!

margin-top: 24px;
font-size: 16px;
line-height: 20px;
letter-spacing: 2px;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

em을 px로 수정해주신 점 좋습니다! rem을 사용해보시는 것도 추천해드려요

@jyh0521 jyh0521 merged commit 91fb552 into codeit-bootcamp-frontend:Basic-서지훈 Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
매운맛🔥 뒤는 없습니다. 그냥 필터 없이 말해주세요. 책임은 제가 집니다.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants