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 #48

Conversation

najitwo
Copy link
Collaborator

@najitwo najitwo commented Aug 24, 2024

요구사항

기본

공통

  • 브라우저에 현재 보이는 화면의 영역(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 랜딩 페이지(“/”) 공유 시 좌측 예시와 같은 미리보기를 볼 수 있도록 랜딩 페이지 메타 태그를 설정해 주세요.
  • 미리보기에서 제목은 “판다 마켓”, 설명은 “일상의 모든 물건을 거래해보세요”로 설정합니다.
  • 주소와 이미지는 자유롭게 설정하세요.

image

주요 변경사항

  • font-size: 62.5% 제거하고 default font-size 사용

스크린샷

배포 페이지 메인
로그인
회원가입

모바일(랜딩)

najimarket netlify app_

태블릿(랜딩)

najimarket netlify app_ (1)

모바일(로그인)

najimarket netlify app_login (2)

모바일(회원가입)

najimarket netlify app_signup (1)

멘토에게

naji added 6 commits August 23, 2024 10:41
- Remove the use of 62.5% font-size to avoid potential issues with
  inconsistent scaling across different browsers
- Use the default font-size instead to provide more predicable behavior
- Adjusted the placement of image elements to imporve layout and user
  experience
@najitwo najitwo added the 매운맛🔥 뒤는 없습니다. 그냥 필터 없이 말해주세요. 책임은 제가 집니다. label Aug 24, 2024
Copy link
Collaborator

@JaeSang1998 JaeSang1998 left a comment

Choose a reason for hiding this comment

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

지원님 너무 잘하셨습니다 :)
고생하셨습니다!

@@ -2,27 +2,29 @@
display: flex;
flex-direction: column;
align-items: center;
gap: 4rem;
padding: 6rem 0;
Copy link
Collaborator

Choose a reason for hiding this comment

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

rem 에서 px 로 일부 변경하셨군요 좋습니다 :)

height: 20px;
}

@media screen and (min-width: 768px) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

반응형 설계가 굉장히 빡세죠 ㅎㅎ... 하나하나 다 넣어줘야하고, 아주 깜끔하게 잘 넣어주신것 같습니다.

line-height: 3.5rem;
}

.banner-container > .intro > a {
Copy link
Collaborator

Choose a reason for hiding this comment

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

이렇게 셀럭터를 통해 부모를 제한하는것도 좋은 방법이긴 하나 저는 이 깊이가 2개가 넘어가는건 경계하는 편입니다.

아무래도 css 는 대형화가 되면서 복잡해질 가능성이 높고, 이렇게 css 를 만들면 추후에 모듈화를 고려할때 머리아픈 경우가 많아서 너무 깊어지지 않도록 주의해주시면 좋을 것 같아요!

<div class="card-container card-right">
<div class="card-content">
<div class="card-img card-img3"></div>
<div class="card-img img"></div>
Copy link
Collaborator

Choose a reason for hiding this comment

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

만약 여기에 img classname 이 지속적으로 반복되어야하고 모든 이미지에 반영되어야한다면 root 에 넣어서 전체 반영되게 하는건 어떨까요?

@JaeSang1998 JaeSang1998 merged commit a1146ec into codeit-bootcamp-frontend:Basic-나지원 Aug 28, 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