-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add files via upload #47
base: main
Are you sure you want to change the base?
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 파일의 주석을 보니 스타일 적용에 대한 연습을 열심히 하신 것 같습니다. 아무래도 기존 간결한 페이지를 클론코딩 하셨기에 따로 코멘트 드릴 부분이 없네요👍🏻
스타일을 적용하는 연습, 기본적인 구조 잡기, 태그의 사용법등 클론 코딩하면서 많이 배우셨을 것 같습니다.
그런데 PULL 받는 과정에서 타인의 change가 반영되어있는 것으로 보여 git을 연습하는 차원에서 현재 재현님 레파지토리에서 해당부분을 지우는 작업을 진행해보시길 바립니다.
또한 git commit message를 Add files via upload
와 같이 무의미한 내용보다는 어떠한 작업을 진행하였는지 간략하게 요약하는 메시지를 사용하시는 것을 권합니다.
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.
README.md
에는 해당 레파지토리에 대한 설명이 아닙니다. 따로 PULL 받는 과정에서 덮어씌워진 것으로 보이는데 확인 부탁드려요:)
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" /> | ||
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/[email protected]/all.min.css"> | ||
<link rel="stylesheet" href="./style.css"> | ||
<script type="module" defer src="./main.js"></script> |
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.
구글 메인 페이지 클론 코딩을 하였습니다.
처음에 구조를 header / main / footer 로 나누고, css 틀을 짜 놓은 뒤 탑다운 방식으로 작업하였습니다.
최대한 레퍼런스 사이트와 동일하게 만들려고 시도하였습니다.
a 태그가 필요한 곳은 span 이 아닌 a 태그를 사용하고 #으로 지정해 놓았습니다.
감사합니다.
레퍼런스 사이트 주소 : google.com