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

Merged

Conversation

Seo-Hyang
Copy link
Collaborator

요구사항

  • UI 디자인 기초 토픽을 수강해 보세요.
  • 피그마 디자인에 맞게 페이지를 만들어 주세요.
  • HTML, CSS 파일을 Netlify로 배포해 주세요.

기본

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

심화

  • [x]palette에 있는 color값들을 css 변수로 등록하고 사용해주세요.
    -[] 사용자의 브라우저가 크고 작아짐에 따라 페이지의 요소간 간격, 요소의 크기, font-size 등 모든 크기와 관련된 값이 크고 작아지도록 설정해 보세요.(설정값은 자유입니다)

주요 변경사항

스크린샷

멘토에게

  • Netlify에 올렸으나 사이트가 제대로 작동하지 않습니다
  • 화면 너비에 따라 변경은 되나 1920px의 범위가 적용되지는 않았습니다.
  • 셀프 코드 리뷰를 통해 질문 이어가겠습니다.

@Seo-Hyang Seo-Hyang requested a review from lhc0506 April 26, 2024 13:50
@Seo-Hyang Seo-Hyang added the 매운맛🔥 뒤는 없습니다. 그냥 필터 없이 말해주세요. 책임은 제가 집니다. label Apr 26, 2024
Copy link
Collaborator

@lhc0506 lhc0506 left a comment

Choose a reason for hiding this comment

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

안녕하세요 서향님!
1주간 너무 고생하셨고, 과제도 열심히 해주신점 너무 고생하셨습니다👍
리뷰 확인 부탁드리며, 작은 수정 필요사항 몇 가지 있는데 참고하여 수정해주세요. 😄

전체적으로 리뷰가 필요한 부분은 여기서 추가로 알려드릴게요!

  1. 클래스명을 가독성 있도록 잘 지어주셨어요👏
    여기에 BEM방법론도 참고하셔서 추가해보는것도 더 좋을 것 같습니다!
  2. 시맨틱 태그들을 적절히 넣어주신점 👍 입니다.
  3. image들을 폴더 구조를 사용해서 관리하신 것 처럼 html도 폴더구조를 사용을 어떻게 해볼까 고민해보시는것도 좋을것 같습니다!
  4. 화면 너비에 따라 변경은 되나 1920px의 범위가 적용되지는 않았습니다.이부분은 반응형 디자인에 대해 알아보시면 많이 나올 것 같습니다. 반응형 디자인을 하는 방법은 여러가지가 있을텐데요, 여기서 구현하는 방법으론 calc을 활용하거나 media-query를 사용하는 등이 있을 것 같아요!
  5. Netlify는 어떤 문제가 있는지 알려주시면 같이 확인해보면 좋을 것 같습니다 :)

이번 한주간 너무 고생하셨고 이번주도 화이팅입니다!!

</div>
</footer>
</body>
</html>
Copy link
Collaborator

Choose a reason for hiding this comment

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

현재 filechanged를 보시면 아래 사진처럼 하나의 오류가 나오게 됩니다.
이는 "End Of Line(EOL)" 이 없다는 경고입니다. 이를 없애려면 파일 내 코드 마지막 줄 뒤에 개행을 해주셔야 해요.
image

블로그를 보시면서 왜 마지막 줄에 개행이 없을 때 깃헙에서 오류를 보여주는지 확인해보시고, 사용하시는 코드에디터에서 설정을 해보시는 것을 추천드립니다! (물론 해결을 안해도 코드상에선 문제가 없지만, 코드리뷰할 때 불필요하게 이것에 한번 더 눈이 가는것을 줄일 수 있습니다!)

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
Copy link
Collaborator

Choose a reason for hiding this comment

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

main에는 ko로 잘 넣어주신 것을 보니 자동완성 되는것을 그대로 사용한것 같아요! 확인 한번 부탁드립니다!

Copy link
Collaborator

Choose a reason for hiding this comment

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

폴더구조를 잘 사용하셨어요!👏
image안에 있고, 확장자로 image라는것을 알 수 있어서 image가 붙어야하나? 라는 생각을 해봤습니다. (logo는 image가 안붙었길래요!)

Copy link
Collaborator

Choose a reason for hiding this comment

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

불필요한 파일처럼 보입니다🥲

<a href="/market.html" class="banner-button">구경하러 가기</a>
<img src="/images/main-banner-image.png" alt="상단 배너 이미지" class="banner-img">
</section>

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

현재 안보이는 인덴트(띄어쓰기)가 존재하네요!
저는 이런 부분을 확인하기 위해 TrailingSpaces라는 익스텐션을 vsc에서 사용하고 있습니다. 또한 설정에서도 저장 시 자동으로 불필요한 띄어쓰기는 삭제 처리를 해주고 있답니다~

서향님도 이런 부분은 설정을 셋팅해서 자동으로 삭제하게 한다면 신경쓰지 않고 코딩할 수 있을 것 같아요!

}

.feature>img{
width: 40%;
Copy link
Collaborator

Choose a reason for hiding this comment

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

이미지를 반응형으로 제어를 잘해주셨어요👍

</section>
<!--feature2-->
<section class="feature" id="section-center">
<img src="/images/feature2-image.png" alt="섹션2 이미지">
Copy link
Collaborator

Choose a reason for hiding this comment

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

alt값을 넣어서 웹접근성을 높여주셨어요!
그런데 센션2 이미지라고 만 되어있다면 정확히 어떤 이미지인지 알기 어려울것같습니다. 이 이미지에서는 돋보기 이미지와 같은 alt는 어떨까요?

</div>
</section>
<!--feature2-->
<section class="feature" id="section-center">
Copy link
Collaborator

Choose a reason for hiding this comment

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

위에서section-title은 class로 정의되었는데 section-center는 id로 되어있는것이 통일성이 조금 없어보입니다!

HTML의 태그에서 하나가 여러개의 class를 가질 수 있고, 이를 css에서 적용을 할 수 있습니다. 이부분을 한번 참고해보세요!!

<body>
<header>
<!--로고 로그인버튼-->
<a href="/main.html" alt="판다마켓 메인"><img src="/images/panda-market-logo.png" id="panda-logo" alt="판다 마켓 로고"></a>
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
<a href="/main.html" alt="판다마켓 메인"><img src="/images/panda-market-logo.png" id="panda-logo" alt="판다 마켓 로고"></a>
<a href="/main.html"><img src="/images/panda-market-logo.png" id="panda-logo" alt="판다 마켓 로고"></a>

alt는 img태그에 들어가게 됩니다!

Comment on lines +6 to +7
<link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/static/pretendard.css">
<link rel="stylesheet" type="text/css" href='https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css'>
Copy link
Collaborator

Choose a reason for hiding this comment

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

pretendard가 중복으로 처리되는것 같은데 연유가 있으실까요??

@lhc0506 lhc0506 merged commit 48213f1 into codeit-bootcamp-frontend:Basic-서향 Apr 30, 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