-
Notifications
You must be signed in to change notification settings - Fork 21
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
Base 김주동 sprint2 #29
The head ref may contain hidden characters: "Base-\uAE40\uC8FC\uB3D9-sprint2"
Base 김주동 sprint2 #29
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
주동님 두번째 스프린트 미션 고생하셨습니다.
결과물도 코드도 너무 잘 하셨습니다!
덕분에 크게 첨언할 것이 없었습니다.
다음주 미션도 화이팅입니다!
+다음에는 base branch를 main이 아니라 Basic-김주동으로 설정해주세요.
- 동일한 내용에 대해서는 코드에서 한번만 코멘트를 답니다.
- 이미지 명 비슷하게 네이밍 해주신 거 좋습니다.
- commit 단위를 조금 더 쪼개서 어떤 작업을 하셨는지 알 수 있게 하면 좋겠습니다.
<br />쉽게 찾아보세요 | ||
</p> | ||
</div> | ||
<img src="img/feature2-image.png" alt="검색 기능" width="50%" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P3:
나중에 반응형 처리하시려면 css 로 이미지 사이즈 컨트롤하시는게 더 좋습니다.
</div> | ||
</div> | ||
<div id="features" class="wrapper"> | ||
<ul style="list-style-type: none"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P2:
인라인 스타일링보다 css파일에 작성하시는거 추천드립니다.
<ul style="list-style-type: none"> | |
<ul> |
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>판다마켓 - 회원가입</title> | ||
<link rel="icon" href="img/favicon.ico" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P3:
파비콘 설정해주신거 좋습니다 👍
<label for="email">이메일</label> | ||
<input |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P3:
라벨과 인풋 연결해주신거 좋습니다 👍
<img | ||
src="img/hide_input.svg" | ||
alt="비밀번호 숨김" | ||
class="toggle-password" | ||
/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P3:
나중에 버튼으로 작동할거라 button 태그로 작성해주시면 좋겠습니다.
<button type="submit" class="button pill-button full-width"> | ||
회원가입 | ||
</button> | ||
</form> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P2:
submit type button과 form 태그 같이 써주신 거 좋습니다 👍
요구사항
기본
심화
주요 변경사항
스크린샷
멘토에게