-
Notifications
You must be signed in to change notification settings - Fork 0
김준희 토스(toss) 메인 페이지 클론 코딩 #30
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: main
Are you sure you want to change the base?
Conversation
add "index.html"
modified "index.html" add "main.css"
index.html : add 'header', 'main-menu' main.css : add '@font-face', 'header', 'main-menu'
index.html: add 'main', 'new-main', 'new-main-bottom' main.css: add 'main'
index.html : add 'section 1~4' main.css : add 'section 1~4' js.css : new file
index.html: add 'section 5~6', 'footer' main.css: add 'section 5~5' main.js: floating effect, scroll events
index.html: add 'section 7' main.css: add 'section 7' main.js: add 'scroll event'
index.html: header, section 1 ~ 7, footer main.css: header, section 1 ~ 7, footer main.js: btn scrollTo(), floating effect, addEventListener + ClassList.add/remove(), scroll animation to-up
add 'readme.md'
modified 'readme.md'
modified 'README.md'
modified 'README.md'
|
commit Header 부분에 내용들을 종합적으로 요약해주는 정보가 들어가면 좋을 것 같아요. ex) build header frame |
오 홍빈님! 감사합니다. |
|
�창의 크기를 늘렸다 줄였을 때 늘 가운데 정렬을 하기 위해서 위 속성을 많이 이용했는데, 아이템 요소 위치값에 늘 마이너스 값이 자주 사용되었습니다..! |
|
flex/positon 사용하신 것 좋습니다! 스크롤 애니메이션을 통해 보여지고 안 보여지고를 js로 동적인 UI 구성한 것에 대해 칭찬하고 싶습니다! BEM은 코딩하다 보면 익숙해질 것이니 괜찮을거 같고요 메타태그 잘 사용하셨고 또 h1 태그가 존재하지 않는데 h1태그는 구글 웹크롤링 / SEO에서 매우 중요한 요소입니다! 그러므로 한 페이지내에 h1태그는 1개만 있어야하며, 홈페이지내에 1개 이상 반드시 존재해야합니다 앞으로 유의하시면 좋을것 같네요! header/ footer 나눠서 한 것은 잘 하셨습니다 첫 프로젝트인데 잘 하신거 같네요 |
h1태그의 중요성을 알고는 있었는데 하다보니 완전 잊어버렸습니다. |
|
JS 활용해서 애니메이션 효과 너무 잘 하신 거 같습니다~! |
안녕하세요. FE 부트캠프 5기 김준희입니다.
개인 프로젝트 과제 풀 리퀘스트 제출합니다!
자세한 내용은
README.md내에 작성해두었습니다.감사합니다.