Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
사이트 클론
레퍼런스 사이트 : https://www.pulmuone.co.kr/pulmuone/main/Index.do#anchor1
클론 코딩 사이트 : https://rainbow-salmiakki-81ec15.netlify.app
완성도
50%도 되지 않지만 기본적으로 헤더, 푸터, 사이트 연결 등 공통적으로 포함되어 있는 부분은 연결 해놓았습니다.
설명
헤더 부분의 풀드랍 부분과 서브 메뉴바에만 간단한 자바스크립트를 사용하였습니다.
클론 한 사이트가 아닌 원본에 연결된 링크들은
a 링크에 target _blank를 주었습니다.
때문에 새탭으로 나오는 웹페이지는 클론 사이트가 아닙니다.
원본 사이트의 마우스 스크롤 위치에 따라 컨텐츠가 아래에서 나오게 하는 자바스크립트 동작은
키프레임으로 컨텐츠 마다 지연 시간을 늘려서 마우스 스크롤에 따라 컨텐츠가 나오는 것 처럼
느껴지게 만들었습니다.
메인 페이지에서 section을 만들고 앵커를 연결해서 이동할 수 있게 했습니다.