-
Notifications
You must be signed in to change notification settings - Fork 43
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
[최제원] Sprint2 #102
The head ref may contain hidden characters: "Basic-\uCD5C\uC81C\uC6D0-sprint2"
[최제원] Sprint2 #102
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.
너무 좋습니다 ㅎㅎ
큰 이견은 없구요, 이제 스크립트 한번 붙여볼까요?
alt="판다마켓 로고" | ||
/> | ||
<span class="header__logo-text">판다마켓</span> | ||
</a> | ||
<a href="/login" class="header__login-button">로그인</a> | ||
<a href="/login.html" class="header__login-button">로그인</a> |
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.
엇 굳이 .html
을 안붙여도 되지 않나요?
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.
<a href="/" class="logo__link"><h1>판다마켓</h1></a> | ||
</div> | ||
</header> |
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.
Good 👍🏻
<p>간편 로그인하기</p> | ||
<div class="sns-login__icon"> | ||
<div class="social-login__icon"> |
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.
good 👍🏻
@CJewon 작업 다 마치시구, 우측 상단에 리뷰요청하기 다시 눌러주시면 확인해볼게요! |
코드 수정은 /login과 /login.html 오류 부분을 확인해주시면 merge 받고, sprint3 미션과 함께 작업해서 sprint3 미션을 마친 후, 확인받는 PR을 요청드릴때 수정사항으로 작성해놓겠습니다 ! 감사합니다 ! |
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.
lgtm 👍🏻
* div태그 대신 header 태그로 변경 및 logo-img에 대한 a태그 추가 * 이미지 파일구조 수정 및 파일구조 수정에 따른 이미지들의 src 수정 * login.html form태그와 label태그로 변경 및 비밀번호 가림 이미지 추가와 그에 맞는 css 적용 * signup.html form태그와 label태그로 변경 및 비밀번호 가림 이미지 추가와 그에 맞는 css 적용
* reset * fix: 머지 후 브랜치 삭제 github action 수정 * env: workflows 폴더로 이동 * codeit sprint mission part1 update (#13) * BEM 네이밍 및 시멘틱 구조 개선 * BEM에 맞게 HTML의 class 명칭과 CSS 명칭 수정 * codeit-sprint2 mission 로그인 홈페이지와 회원가입 홈페이지 제작 (#68) * [최제원] Sprint2 (#102) * div태그 대신 header 태그로 변경 및 logo-img에 대한 a태그 추가 * 이미지 파일구조 수정 및 파일구조 수정에 따른 이미지들의 src 수정 * login.html form태그와 label태그로 변경 및 비밀번호 가림 이미지 추가와 그에 맞는 css 적용 * signup.html form태그와 label태그로 변경 및 비밀번호 가림 이미지 추가와 그에 맞는 css 적용 * [최제원] Sprint3 (#114) * 메인 홈페이지 반응형 웹으로 변경함으로써 CSS 수정 및 변경 * login 홈페이지와 signup 홈페이지를 반응형 웹으로 변경함으로써 CSS 수정 및 변경 * 불필요한 CSS 삭제 및 BEM에 맞게 클래스 이름 수정 * 로그인 홈페이지와 회원가입 홈페이지의 에러메세지 관련 로직 구현 * input에 aria-label 속성 추가 --------- Co-authored-by: hanseulhee <3021062@gmail.com> Co-authored-by: withyj-codeit <48437814+withyj-codeit@users.noreply.github.com>
요구사항
기본
심화
주요 변경사항
스크린샷
멘토에게