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

[전정민] Sprint1 #48

Conversation

miimmm
Copy link
Collaborator

@miimmm miimmm commented Sep 9, 2024

요구사항

기본

  • 피그마 디자인에 맞게 페이지를 만들어 주세요.
  • React와 같은 UI 라이브러리를 사용하지 않고 진행합니다.
  • HTML, CSS 파일을 Netlify로 배포해 주세요. https://panda-market-jeongmin.netlify.app/
  • PC사이즈만 고려해 주어진 디자인으로 구현합니다.

심화

  • 랜딩 페이지의 url path는 루트('/')로 설정합니다.
  • title은 "판다마켓"로 설정합니다.
  • 화면의 너비가 1920px 이상이면 하늘색 배경색은 너비를 꽉 채우도록 채워지고, 내부 요소들의 위치는 고정되고, 여백만 커지도록 합니다.
  • 화면의 너비가 1920px 보다 작아질 때, "판다마켓" 로고의 왼쪽 여백 200px"로그인" 버튼의 오른쪽 여백 200px이 유지되고, 화면의 너비가 작아질수록 두 요소간 거리가 가까워지도록 설정합니다.
  • 클릭으로 기능이 동작해야 하는 경우, 사용자가 클릭할 수 있는 요소임을 알 수 있도록 CSS 속성 cursor: pointer 로 설정합니다.
  • "판다마켓" 클릭 시 루트 페이지('/')로 이동합니다.
  • '로그인'버튼 클릭 시 로그인 페이지('/login')로 이동합니다 (빈 페이지)
  • "구경하러가기"버튼 클릭 시('/items')로 이동합니다.(빈 페이지)
  • "Privacy Policy", "FAQ"는 클릭 시 각각 Privacy 페이지('/privacy'), FAQ 페이지('/faq')로 이동합니다.(모두 빈 페이지)
  • 페이스북, 트위터, 유튜브, 인스타그램 아이콘을 클릭 시 각각의 홈페이지로 새로운 창이 열리면서 이동합니다.

체크리스트 [심화]

  • 사용자의 브라우저가 크고 작아짐에 따라 페이지의 요소간 간격, 요소의 크기, font-size 등 모든 크기와 관련된 값이 크고 작아지도록 설정해 보세요.(설정값은 자유입니다)
    • 이미지 크기만 변경

멘토에게

  • 반응형을 사용하지 않고 font-size 변경은 vw 단위를 사용해야 하나요?

@miimmm miimmm requested a review from kich555 September 9, 2024 11:30
@miimmm miimmm added the 순한맛🐑 마음이 많이 여립니다.. label Sep 9, 2024
Copy link
Collaborator

@kich555 kich555 left a comment

Choose a reason for hiding this comment

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

오우.. 너무 잘해주셨는데요?
이거 리뷰 남길게 별로 없네요 😅😅😅
고생하셨습니다!

@@ -0,0 +1,229 @@
@import "reset.css";
Copy link
Collaborator

Choose a reason for hiding this comment

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

👍👍👍 reset.css 적용하신것 좋습니다!

--gray200: #e5e7eb;
--gray100: #f3f4f6;
--gray50: #f9fafb;
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

css 변수 설정하신것도 좋아요 👍👍👍

<section class="main-cont">
<div class="wrap rvrs">
<div class="cont-img">
<img src="images/landing/Img_home_02.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.

<img/> 태그의 alt 속성은 왠만해서는 채워주시면 좋을것 같아요

@kich555 kich555 merged commit 50b1aca into codeit-bootcamp-frontend:Basic-전정민 Sep 11, 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