Skip to content
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

KDT5_KimSeoungEun_recover commit #59

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kse-seong-eun
Copy link
Contributor

@kse-seong-eun kse-seong-eun commented Apr 5, 2023

강사님 안녕하세요.5기 수강생 김성은이라고 합니다!

래퍼런스 사이트 : https://hkd-microbiome.com/ko/

클론 사이트 : https://kse-seong-eun.github.io/HKDmicrobiome__CloneCoding/

Copy link
Member

@iamidlek iamidlek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다.
html, css 위주로 확인하였고
js는 스크롤 관련 쓰로틀 걸고 잘 하신 것 같습니다.

중복되는 부분은 코멘트 하지 않았습니다.

HTML

시멘틱 하게 잘 작성해 주신 것 같아요.
크게 문제되는 사항이 없었던 것 같습니다.

CSS

scss 잘 활용하여 주셨습니다.
BEM 방법론 적용은 요구 사항에 있었는데
크게 적용하지 않으신 것 같아요
css에서 활용 할 수있는 많은 부분을 활용해 주신 것 같습니다.

JS

지금 처럼 요소를 찾고 원하는 동작을 시도해 보시는 것으로
충분 할 것 같습니다. top으로 가는 버튼도 js로 빼서 작성을 완료해 보면
좋을 것 같습니다.

<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/reset.min.css"
/>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

적용하실 css 보다 reset css 를 먼저 적용하셔야 할 것 같아요.
같은 점수일 경우 나중에 부르는 스타일시트를 덮어 쓰게 됩니다.

<!-- HEADER -->
<header>
<div class="inner">
<div class="nav">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

네익게이션이면 nav 태그 사용해 주시면 좋을 것 같아요.

</div>
<article class="center_image">
<div class="box">
<div class="image_odd" style="cursor: pointer">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

인라인 스타일 주신 이유가 있을까요?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants