-
Notifications
You must be signed in to change notification settings - Fork 46
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
[홍지윤] sprint11 #13
The head ref may contain hidden characters: "Basic-\uD64D\uC9C0\uC724"
[홍지윤] sprint11 #13
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.
지윤님
코드 구조는 잘 작성해주신 것 같습니다.
하지만 잘 이해가 되지 않으시는건, 아마도 css의 class네이밍으로만으로도 구조가 보일 수 있으면 좋은데, 현재 네이밍이 first, second 등 구조를 알 수 없는 네이밍이여서이지 않을까 생각됩니다!
해당 네이밍을 수정해보시면 다시 코드를 읽으시더라도 구조가 보이실 것 같습니다.
그리고 커밋도 어떤 작업을 하셨는지 내용으로 작성해서 push해주시면 좋을 것 같습니다!
고생하셨습니다 !!
</head> | ||
<body> | ||
<header> | ||
<a href="/"><img src="image/logo/Property 1=sm.png" alt="판다마켓로고"></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.
보통 img태그 사용시 alt 값을 놓치는 경우가 있는데, 잊지 않고 잘 작성해주셨습니다!
<h1>일상의 모든 물건을<br>거래해 보세요</h1> | ||
<a href="items.html" class="watch-button">구경하러 가기</a> | ||
</div> | ||
<img src="image/contents/Img_home_top.png"> |
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값이 빠져있네요..! 추후에는 잊지 않는 습관을 가지시면 좋을 것 같습니다!
<img src="image/contents/Img_home_top.png"> | ||
</div> | ||
|
||
<div class="first"> |
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.
class 네이밍으로 해당 구조를 알 수 있으면 좋을 것 같습니다. first second third로 나누기 보다 해당 구조를 알 수 있는 네이밍을 고민해보시면 어떨까요 ?
|
||
<div class="first"> | ||
<img src="image/contents/Img_home_01.png"> | ||
<div class="text"> |
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.
해당 class네이밍도 위와 동일하게 고려해주시면 좋을 것 같습니다
머지가 막혀있는 것 같은데 확인해주세요!! ㅎㅎ |
찾아봐도 어떻게 해결해야 하는지 모르겠습니다 ㅠㅠ |
요구사항
기본
심화
주요 변경사항
스크린샷
멘토에게