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

[이현승] Week2 #9

Conversation

waterkail
Copy link
Collaborator

@waterkail waterkail commented Feb 23, 2024

요구사항

기본

  • UI 디자인 기초 토픽을 수강해 보세요
  • 피그마 디자인에 맞게 PC사이즈 랜딩 페이지,회원가입 페이지를 만들어 주세요
  • React와 같은 UI 라이브러리를 사용하지 않고 진행합니다.
  • 랜딩 페이지의 url path는 루트(‘/’)입니다.
  • 로그인 페이지의 url path는 ‘/signin’ 입니다.
  • 회원가입 페이지의 url path는 ‘/signup’ 입니다.
  • 아래로 스크롤 해도 “Linkbrary” 로고와 “로그인” 버튼이 있는 상단 네비게이션 바(Global Navigation Bar)가 최상단에 고정되게 해주세요.
  • HTML, CSS 파일을 Netlify로 배포해 주세요. (주소 : https://imaginative-tiramisu-b10b22.netlify.app/)
  • 화면의 너비가 1920px 이상이면 하늘색 배경색은 너비를 꽉 채우도록 채워지고, 내부 요소들의 위치는 고정되고, 여백만 커지도록 해주세요.
  • 화면의 너비가 1920px 보다 작아질 때, “Linkbrary” 로고의 왼쪽 여백 200px “로그인" 버튼의 오른쪽 여백 200px이 유지되고, 화면의 너비가 작아질수록 두 요소간 거리가 가까워져야 합니다
  • 화면의 너비가 1920px 이상이면 내부에 있는 요소간 동일한 간격을 유지하며 가운데 정렬해야 합니다.
  • 화면의 너비가 1920px 보다 작아질 때, 최하단에 있는 “codeit-2023”의 왼쪽 여백 104px과 SNS 아이콘들의 오른쪽 여백 104px을 유지하면서 가운데 있는 “Privacy Policy”, “FAQ” 요소와 각각 동일한 간격을 유지하며 가까워져야 합니다.
  • “Privacy Policy”, “FAQ”는 클릭 시 각각 Privacy 페이지(‘/privacy’), FAQ 페이지(‘/faq’)로 이동 합니다.
  • 페이스북, 트위터, 유튜브, 인스타그램 아이콘은 클릭 시 각각의 홈페이지로 새로운 창이 열리면서 이동 합니다.
  • Linkbrary 로고 클릭시 루트 페이지(“/”)로 이동해야 합니다.
  • 로그인 페이지, 회원가입 페이지 모두 로고 위 상단 여백이 동일해야 합니다.
  • input 요소에 focus in 일 때, 테두리 색상은 파랑색입니다
  • input 요소에 focus out 일 때, 테두리 색상은 회색입니다.
  • SNS 아이콘들은 클릭시 각각 “https://www.google.com/”, “https://www.kakaocorp.com/page/” 으로 이동합니다.
  • “회원 가입하기”는 클릭시 “/signup” 페이지로 이동합니다.
  • “로그인 하기”는 클릭시 “/signin” 페이지로 이동합니다.

심화

  • palette에 있는 color값들을 css 변수로 등록하고 사용해 주세요.
  • 비밀번호 input 요소 위에 비밀번호를 확인할 수 있는 아이콘을 추가해 주세요
  • 사용자의 브라우저 크고 작아짐에 따라 페이지의 요소간 간격, 요소의 크기, font-size 등 모든 크기와 관련된 값이 크고 작아지도록 설정해 보세요.

주요 변경사항

스크린샷

image

멘토에게

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

@waterkail waterkail requested a review from choinashil February 23, 2024 08:45
@waterkail waterkail added good first issue Good for newcomers and removed good first issue Good for newcomers labels Feb 23, 2024
Copy link
Collaborator

@choinashil choinashil left a comment

Choose a reason for hiding this comment

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

주어진 시안에 따라 적당한 태그를 사용하여 비슷하게 형태를 만드는 것까지 이번주 학습 내용을 잘 이해하신 것 같아요 👍🏽
코멘트 남겨드린 부분 꼼꼼히 확인 후 다음 과제에 꼭 반영해보세요

수고 많으셨습니다! 🥇

<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="Linkbrarystyle.css" rel="stylesheet" />
Copy link
Collaborator

Choose a reason for hiding this comment

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

일반적인 html, css 파일명은 주로 케밥 케이스를 많이 쓰는 것 같아요. (찾아보기: 'kebab case', 'snake case', 'camel case')

아래는 작성해주신 코드를 케밥 케이스로 변경한 예시이고 파일명이 꼭 이래야한다는 절대적인 정답은 아닙니다!

Suggested change
<link href="Linkbrarystyle.css" rel="stylesheet" />
<link href="linkbrary-style.css" rel="stylesheet" />

파일명까지 포함해서 의견 드리자면,
css 파일 자체가 스타일링을 한다는 것을 의미하기 때문에 'style' 이라는 단어가 파일명에 굳이 포함되지 않아도 될 것 같아요.
작성하신 것처럼 서비스의 명칭을 사용하여 linkbrary.css 로 작성하거나 홈페이지(index.html)를 의미하는 index.css, home.css 등으로도 작성해볼 수 있을 것 같네요 😀

href="https://fonts.googleapis.com/css2?family=Acme&display=swap"
rel="stylesheet"
/>
<title>Linkbrary</title>
Copy link
Collaborator

Choose a reason for hiding this comment

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

타이틀 잘 지정해주셨네요 👍🏽

<title>Linkbrary</title>
</head>
<body>
<header class="gnb">
Copy link
Collaborator

Choose a reason for hiding this comment

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

gnb 는 Global Navigation Bar 의 약자로 사이트 내 주요 페이지로 이동할 수 있는 링크들의 집합을 의미하는데요,
(참고: 알아두면 좋은 웹 용어! GNB, LNB, SNB, FNB (feat. 인프런))

시안으로 봤을 때는 헤더에 네비게이션이 포함된 형태가 아니기 때문에 'gnb' 라는 클래스명과는 어울리지 않는 것 같습니다
'header' 클래스를 동일하게 사용해도 좋을 것 같아요 :)

</head>
<body>
<header class="gnb">
<div class="logoin">
Copy link
Collaborator

Choose a reason for hiding this comment

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

  1. 오타 주의해주세요! (login 을 의미하신거겠죠?) -> 사소한 오타 때문에 버그 생기기 쉽고 의외로 찾기 힘들어서 고생하기도 합니다

  2. 해당 영역 봤을 때 로고와 로그인 버튼 (헤더의 모든 영역) 을 포함하고 있어 login 이라고 네이밍 하는 게 맞을까? 하는 생각이 듭니다.
    해당 영역을 포괄하는 단어를 사용하는 게 좋을 것 같아요.
    아래 사용하신 container 나 wrapper 등을 잘 활용해봐도 좋을 것 같습니다

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

logo와 login 버튼이 같이 들어가 있는 부분이라서 클래스를 logoin으로 지었습니다.

<body>
<header class="gnb">
<div class="logoin">
<img src="landing/logo.svg" alt="logo" />
Copy link
Collaborator

Choose a reason for hiding this comment

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

alt 태그는 접근성 관점에서 중요한데요, 보다 정보를 전달할 수 있는 내용으로 작성해주시는 게 좋습니다

첫번째 멘토링 시간에 공유드렸던 자료들 시간내서 꼭 한 번 보시면 도움 되실 거에요!

alt 작성한 부분들 전체적으로 어떻게 개선하면 좋을지 고민해보세요 🙂

</head>
<body>
<main>
<article class="logintable">
Copy link
Collaborator

Choose a reason for hiding this comment

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

article 태그의 용도는 무엇인가요?? 로그인 화면에 사용하기 적절할까요?? 🤔

Comment on lines +27 to +29
<form>
<label for="email">이메일</label>
<input id="email" name="email" type="email" />
Copy link
Collaborator

Choose a reason for hiding this comment

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

form 태그 사용, input 과 라벨 연결, 주요 속성 추가 등 잘 적용해주셨네요 👍🏽

<form>
<label for="email">이메일</label>
<input id="email" name="email" type="email" />
<label for="password">비밀번호 </label>
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
<label for="password">비밀번호 </label>
<label for="password">비밀번호</label>

Comment on lines +44 to +49
<div class="googlebg">
<img src="landing/icon/googlebg.svg" alt="구글 배경">
<div class="googleicon">
<img src="landing/ic/google.png" alt="구글">
</div>
</div>
Copy link
Collaborator

Choose a reason for hiding this comment

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

여기랑 카카오 이미지 부분 추출을 잘못 하신 것 같은데 배경이랑 아이콘을 묶어서 추출해야 하는 것 아닌가 싶네요???

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

어째서인지 피그마 이미지 추출에서 따로 따로 다운로드 되는 바람에 어쩔 수 없이 저렇게 했습니다

gap: 9px;
}

a.tosignup {
Copy link
Collaborator

Choose a reason for hiding this comment

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

tosignup 이라는 클래스로 해당 요소에 스타일링이 가능한데 a 태그와 같이 작성하신 이유가 있나요??
233라인도 마찬가지고요!

잘못된 건 아니지만 굳이 이렇게 작성하시지 않고 클래스로만 작성해도 될 것 같아요!!

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

알겠습니다.
바쁘실텐데 유익한 피드백 해주셔서 감사합니다.

@choinashil choinashil changed the base branch from main to part1-이현승 February 25, 2024 09:17
@choinashil
Copy link
Collaborator

Screenshot 2024-02-25 at 6 16 45 PM

위와 같이 베이스가 main 으로 잡혀있어서 아래처럼 현승님 브랜치로 변경해두었습니다!

Screenshot 2024-02-25 at 6 17 29 PM

다음 미션 제출 시 베이스 변경 꼭 확인해주세요!

@choinashil choinashil merged commit c0cffad into codeit-bootcamp-frontend:part1-이현승 Feb 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants