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

[이태진] Sprint 1 #26

Conversation

lemon-code21
Copy link
Collaborator

@lemon-code21 lemon-code21 commented Apr 26, 2024

요구사항

  • [UI 디자인 기초 토픽을 수강해 보세요.
  • 피그마 디자인에 맞게 페이지를 만들어 주세요.
  • React와 같은 UI 라이브러리를 사용하지 않고 진행합니다.
  • HTML, CSS 파일을 Netlify로 배포해 주세요. (참고: https://www.codeit.kr/learn/5309)
  • PC사이즈만 고려해 주어진 디자인으로 구현합니다.

기본

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

심화

  • palette에 있는 color값들을 css 변수로 등록하고 사용해 주세요.

주요 변경사항

스크린샷

https://pandamarket-leetaejin.netlify.app/
image

멘토에게

  • HTML 구조가 태그 및 class 이름 및 선택자 사용이 적절했는지 궁금합니다.
  • 셀프 코드 리뷰를 통해 질문 이어가겠습니다.

@lemon-code21 lemon-code21 requested a review from dev-kjy April 26, 2024 09:48
@lemon-code21 lemon-code21 added the 매운맛🔥 뒤는 없습니다. 그냥 필터 없이 말해주세요. 책임은 제가 집니다. label Apr 26, 2024
@@ -0,0 +1,110 @@
<!DOCTYPE html>
<html lang="en">
Copy link
Collaborator

@dev-kjy dev-kjy Apr 29, 2024

Choose a reason for hiding this comment

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

다른 팀원 분들에게도 비슷한 피드백을 드렸는데요!
사이트의 내용이 한국어로 이루어져 있으므로 언어 설정을 ko로 하는 것을 추천드립니다.
접근성, SEO, 번역 동작 등에 영향을 미칠 수 있어서요.
더 자세한 내용은 아래 링크를 참고해주세요. 🤗
참고링크1
참고링크2

--btn-visited-color: #9CA3AF;
--white-color: #FFFFFF;
--bg-sky-color: #CFE5FF;
--emelent-gray-color: #9CA3AF;
Copy link
Collaborator

Choose a reason for hiding this comment

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

--emelent 부분이 오타인 것 같습니다.

}

:root {
--element-gray-color: #374151;
Copy link
Collaborator

Choose a reason for hiding this comment

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

--element-gray-color, --emelent-gray-color 두 가지가 서로 다른 회색을 표현하는 것이라면 light-gray 등의 표현을 통해 구분을 해주시는 게 좋을 것 같습니다. 🤗

<img src="image/panda_face.png" alt="판다 얼굴">
<a href="/"><img src="image/panda_market_logo.png" alt="판다마켓 로고"></a>
</div>
<span class="empty-center"></span>
Copy link
Collaborator

Choose a reason for hiding this comment

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

별도의 빈공간을 위한 요소를 추가하기 보다는 css 속성을 이용해 로고와 로그인 버튼의 배치를 조정해주시면 더 좋을 것 같습니다.
(해당 코드는 css 파일쪽에 코멘트 달아두었습니다.)


.header-top-line {
display: flex;
justify-content: center;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
justify-content: center;
justify-content: space-between;

span 태그를 이용해 빈공간을 만들기 보다는 css 속성을 이용해 배치를 해주시면 더 좋을 것 같습니다. 🤗

<body>
<header>
<section class="header-top-line">
<div class="logo-set">
Copy link
Collaborator

Choose a reason for hiding this comment

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

logo-set이라는 표현을 보면 좀 더 많은 로고들의 리스트가 떠오르는 것 같습니다.
정확한 용어의 경우 아래 링크에 잘 정리되어 있는데 자주 사용하는 용어는 아닌지라 home-button 정도로 지칭하면 자연스러울 듯 하네요 🤗

CI, Symbol, Logo Type에 대한 설명 링크

Comment on lines +76 to +82
<section class="footer-main">
<h1>
믿을 수 있는<br>
판다마켓 중고거래
</h1>
<img src="image/footer_picture.png" alt="하단 그림">
</section>
Copy link
Collaborator

Choose a reason for hiding this comment

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

이 부분은 footer에 속하기 보다는 별도의 card 또는 배너 영역으로 보여집니다. 왜냐하면 사이트 전반적으로 보여지는 부분이 아니라 주로 랜딩페이지 하단에 속하는 내용이기 때문입니다. 위치를 옮겨주시면 좋을 것 같습니다.

Comment on lines +84 to +86
<div class="footer-line-left">
@codeit - 2024
</div>
Copy link
Collaborator

Choose a reason for hiding this comment

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

변경에 유연한 코드 작성을 위해 위치 기반의 네이밍 보다는 copyright처럼 해당 영역의 내용을 이름에 표현해 주시면 좋을 것 같습니다. 😃

<div class="footer-line-left">
@codeit - 2024
</div>
<div class="footer-line-center">
Copy link
Collaborator

Choose a reason for hiding this comment

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

마찬가지로 위치 대신 information 정도의 섹션으로 네이밍 해주시면 좋을 것 같아요!

<a href="/privacy">Privacy Policy</a>
<a href="/faq">FAQ</a>
</div>
<div class="footer-line-right">
Copy link
Collaborator

@dev-kjy dev-kjy Apr 29, 2024

Choose a reason for hiding this comment

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

SNS가 포함 된 이름으로 네이밍 해주시면 더 좋을 것 같습니다!

@dev-kjy dev-kjy merged commit 0e969a8 into codeit-bootcamp-frontend:Basic-이태진 Apr 29, 2024
<body>
<header>
<section class="header-top-line">
<div class="logo-set">
Copy link
Collaborator

Choose a reason for hiding this comment

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

아니면 이미지를 다운로드 하실 때 두 개의 영역을 합쳐 다운로드 하시는 것도 좋을 것 같습니다.
image

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