From d43fb39a22ac266a860741821873f77c8d7565c3 Mon Sep 17 00:00:00 2001 From: kangbyeonghyeon Date: Sun, 11 Aug 2024 07:35:21 +0900 Subject: [PATCH] feat: add Google Adsense --- _includes/head.html | 9 ++++++++- _site/about.html | 9 ++++++++- ...\353\247\201\352\271\214\354\247\200-feat-axios.html" | 9 ++++++++- _site/archive.html | 9 ++++++++- ...354\204\244\354\240\225\355\225\230\352\270\260.html" | 9 ++++++++- ...04\244\354\240\225\355\225\230\352\270\260-v6-4.html" | 9 ++++++++- ...354\204\270\355\214\205\355\225\230\352\270\260.html" | 9 ++++++++- _site/example2-archive.html | 9 ++++++++- _site/feed.xml | 2 +- _site/frontend.html | 9 ++++++++- ...353\217\231\355\231\224\355\225\230\352\270\260.html" | 9 ++++++++- _site/index.html | 9 ++++++++- _site/kakao.html | 9 ++++++++- _site/kakao1.html | 9 ++++++++- _site/kakao2.html | 9 ++++++++- _site/kakao3.html | 9 ++++++++- _site/like-lion.html | 9 ++++++++- ...352\260\234\354\204\240\355\225\230\352\270\260.html" | 9 ++++++++- ...355\225\264\352\262\260\355\225\230\352\270\260.html" | 9 ++++++++- _site/react-icons.html | 9 ++++++++- ...355\225\264\352\262\260\355\225\230\352\270\260.html" | 9 ++++++++- _site/wooseon.html | 9 ++++++++- _site/woowa.html | 9 ++++++++- ...55\225\251\352\262\251-\355\233\204\352\270\260.html" | 9 ++++++++- ...54\225\204\353\246\254-\354\204\240\354\240\225.html" | 9 ++++++++- ...53\236\265-\354\204\270\354\232\260\352\270\260.html" | 9 ++++++++- ...53\217\204\354\266\234-\352\263\274\354\240\225.html" | 9 ++++++++- ...60\250-mvp-\354\240\234\354\236\221\352\270\260.html" | 9 ++++++++- ...354\244\221\353\213\250\355\225\230\353\251\260.html" | 9 ++++++++- ...54\235\264\355\201\264-\354\247\204\355\226\211.html" | 9 ++++++++- ...354\227\205\355\225\264\353\263\264\353\213\244.html" | 9 ++++++++- ...54\212\244\354\235\230-\354\213\234\354\236\221.html" | 9 ++++++++- ...53\263\264-\352\263\274\354\240\225\352\270\260.html" | 9 ++++++++- ...4\240\225-\353\260\217-\352\262\200\354\246\235.html" | 9 ++++++++- ...52\262\260\352\263\274-\353\266\204\354\204\235.html" | 9 ++++++++- ...54\212\244\355\212\270-\355\233\204\352\270\260.html" | 9 ++++++++- ...53\247\201-\355\232\214\352\263\240\353\241\235.html" | 9 ++++++++- ...52\265\254-\355\232\214\352\263\240\353\241\235.html" | 9 ++++++++- ...54\243\274-\355\232\214\352\263\240\353\241\235.html" | 9 ++++++++- ...53\230\220-\355\232\214\352\263\240\353\241\235.html" | 9 ++++++++- ...54\205\230-\355\232\214\352\263\240\353\241\235.html" | 9 ++++++++- ...5\201\264\353\241\240\355\225\230\352\270\260-1.html" | 9 ++++++++- ...5\201\264\353\241\240\355\225\230\352\270\260-2.html" | 9 ++++++++- ...5\201\264\353\241\240\355\225\230\352\270\260-3.html" | 9 ++++++++- ...260\250-wil-javascript-\355\225\265\354\213\254.html" | 9 ++++++++- ...4\354\260\250-wil-scss-\355\225\265\354\213\254.html" | 9 ++++++++- ...5\201\264\353\241\240\355\225\230\352\270\260-4.html" | 9 ++++++++- ...260\250-wil-javascript-\354\213\254\355\231\224.html" | 9 ++++++++- ...352\265\254\354\266\225\355\225\230\352\270\260.html" | 9 ++++++++- ...54\203\211-\354\202\254\354\235\264\355\212\270.html" | 9 ++++++++- ...63\204-9\354\243\274\354\260\250-wil-typescript.html" | 9 ++++++++- ...54\235\204-\353\247\210\354\271\230\353\251\260.html" | 9 ++++++++- ...54\246\210-\352\260\234\353\264\211\352\270\260.html" | 9 ++++++++- ...55\225\251\352\262\251-\355\233\204\352\270\260.html" | 9 ++++++++- 54 files changed, 425 insertions(+), 54 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index f2833d9..5d7eff9 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -37,8 +37,15 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + + diff --git a/_site/about.html b/_site/about.html index 9fbd798..db30961 100644 --- a/_site/about.html +++ b/_site/about.html @@ -46,10 +46,17 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + +
diff --git "a/_site/api-\355\206\265\354\213\240\353\266\200\355\204\260-\354\227\220\353\237\254-\355\225\270\353\223\244\353\247\201\352\271\214\354\247\200-feat-axios.html" "b/_site/api-\355\206\265\354\213\240\353\266\200\355\204\260-\354\227\220\353\237\254-\355\225\270\353\223\244\353\247\201\352\271\214\354\247\200-feat-axios.html" index 5a98d90..826b942 100644 --- "a/_site/api-\355\206\265\354\213\240\353\266\200\355\204\260-\354\227\220\353\237\254-\355\225\270\353\223\244\353\247\201\352\271\214\354\247\200-feat-axios.html" +++ "b/_site/api-\355\206\265\354\213\240\353\266\200\355\204\260-\354\227\220\353\237\254-\355\225\270\353\223\244\353\247\201\352\271\214\354\247\200-feat-axios.html" @@ -48,10 +48,17 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + +
diff --git a/_site/archive.html b/_site/archive.html index 473f098..5abf74d 100644 --- a/_site/archive.html +++ b/_site/archive.html @@ -46,10 +46,17 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + +
diff --git "a/_site/cra-typescript-\355\224\204\353\241\234\354\240\235\355\212\270-\355\231\230\352\262\275\354\227\220\354\204\234\354\235\230-\354\240\210\353\214\200-\352\262\275\353\241\234-\354\204\244\354\240\225\355\225\230\352\270\260.html" "b/_site/cra-typescript-\355\224\204\353\241\234\354\240\235\355\212\270-\355\231\230\352\262\275\354\227\220\354\204\234\354\235\230-\354\240\210\353\214\200-\352\262\275\353\241\234-\354\204\244\354\240\225\355\225\230\352\270\260.html" index 792a619..7fb846f 100644 --- "a/_site/cra-typescript-\355\224\204\353\241\234\354\240\235\355\212\270-\355\231\230\352\262\275\354\227\220\354\204\234\354\235\230-\354\240\210\353\214\200-\352\262\275\353\241\234-\354\204\244\354\240\225\355\225\230\352\270\260.html" +++ "b/_site/cra-typescript-\355\224\204\353\241\234\354\240\235\355\212\270-\355\231\230\352\262\275\354\227\220\354\204\234\354\235\230-\354\240\210\353\214\200-\352\262\275\353\241\234-\354\204\244\354\240\225\355\225\230\352\270\260.html" @@ -48,10 +48,17 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + +
diff --git "a/_site/createbrowserrouter\353\245\274-\355\231\234\354\232\251\355\225\234-\355\232\250\354\234\250\354\240\201\354\235\270-react-\353\235\274\354\232\260\355\214\205-\354\204\244\354\240\225\355\225\230\352\270\260-v6-4.html" "b/_site/createbrowserrouter\353\245\274-\355\231\234\354\232\251\355\225\234-\355\232\250\354\234\250\354\240\201\354\235\270-react-\353\235\274\354\232\260\355\214\205-\354\204\244\354\240\225\355\225\230\352\270\260-v6-4.html" index c654347..32fdce0 100644 --- "a/_site/createbrowserrouter\353\245\274-\355\231\234\354\232\251\355\225\234-\355\232\250\354\234\250\354\240\201\354\235\270-react-\353\235\274\354\232\260\355\214\205-\354\204\244\354\240\225\355\225\230\352\270\260-v6-4.html" +++ "b/_site/createbrowserrouter\353\245\274-\355\231\234\354\232\251\355\225\234-\355\232\250\354\234\250\354\240\201\354\235\270-react-\353\235\274\354\232\260\355\214\205-\354\204\244\354\240\225\355\225\230\352\270\260-v6-4.html" @@ -48,10 +48,17 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + +
diff --git "a/_site/eslint-prettier-\354\204\244\354\271\230-\353\260\217-\353\243\260-\354\204\244\354\240\225\354\235\204-\355\206\265\355\225\234-\355\224\204\353\241\234\354\240\235\355\212\270-\354\264\210\352\270\260-\354\204\270\355\214\205\355\225\230\352\270\260.html" "b/_site/eslint-prettier-\354\204\244\354\271\230-\353\260\217-\353\243\260-\354\204\244\354\240\225\354\235\204-\355\206\265\355\225\234-\355\224\204\353\241\234\354\240\235\355\212\270-\354\264\210\352\270\260-\354\204\270\355\214\205\355\225\230\352\270\260.html" index e70bd65..5121332 100644 --- "a/_site/eslint-prettier-\354\204\244\354\271\230-\353\260\217-\353\243\260-\354\204\244\354\240\225\354\235\204-\355\206\265\355\225\234-\355\224\204\353\241\234\354\240\235\355\212\270-\354\264\210\352\270\260-\354\204\270\355\214\205\355\225\230\352\270\260.html" +++ "b/_site/eslint-prettier-\354\204\244\354\271\230-\353\260\217-\353\243\260-\354\204\244\354\240\225\354\235\204-\355\206\265\355\225\234-\355\224\204\353\241\234\354\240\235\355\212\270-\354\264\210\352\270\260-\354\204\270\355\214\205\355\225\230\352\270\260.html" @@ -48,10 +48,17 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + +
diff --git a/_site/example2-archive.html b/_site/example2-archive.html index 294f379..0237d40 100644 --- a/_site/example2-archive.html +++ b/_site/example2-archive.html @@ -46,10 +46,17 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + +
diff --git a/_site/feed.xml b/_site/feed.xml index 639d039..167ba37 100644 --- a/_site/feed.xml +++ b/_site/feed.xml @@ -1,4 +1,4 @@ -Jekyll2024-08-11T00:14:48+09:00http://localhost:4000/feed.xmlKang Byeong-hyeon 👨🏻‍💻Kang Byeonghyeon's dev blog +Jekyll2024-08-11T07:35:07+09:00http://localhost:4000/feed.xmlKang Byeong-hyeon 👨🏻‍💻Kang Byeonghyeon's dev blog Kang Byeonghyeon[우선] 우선을 중단하며2024-07-28T00:00:00+09:002024-07-28T00:00:00+09:00http://localhost:4000/%5B%EC%9A%B0%EC%84%A0%5D%20%EC%9A%B0%EC%84%A0%EC%9D%84%20%EC%A4%91%EB%8B%A8%ED%95%98%EB%A9%B0<p><br /> <br /> <br /></p> diff --git a/_site/frontend.html b/_site/frontend.html index 29016db..ea19468 100644 --- a/_site/frontend.html +++ b/_site/frontend.html @@ -46,10 +46,17 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + +
diff --git "a/_site/husky\354\231\200-lint-staged\353\241\234-git-hooks-\354\236\220\353\217\231\355\231\224\355\225\230\352\270\260.html" "b/_site/husky\354\231\200-lint-staged\353\241\234-git-hooks-\354\236\220\353\217\231\355\231\224\355\225\230\352\270\260.html" index 225c1e3..701c360 100644 --- "a/_site/husky\354\231\200-lint-staged\353\241\234-git-hooks-\354\236\220\353\217\231\355\231\224\355\225\230\352\270\260.html" +++ "b/_site/husky\354\231\200-lint-staged\353\241\234-git-hooks-\354\236\220\353\217\231\355\231\224\355\225\230\352\270\260.html" @@ -48,10 +48,17 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + +
diff --git a/_site/index.html b/_site/index.html index 47e3173..d731596 100644 --- a/_site/index.html +++ b/_site/index.html @@ -46,10 +46,17 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + +
diff --git a/_site/kakao.html b/_site/kakao.html index 42bee0e..c6d08f8 100644 --- a/_site/kakao.html +++ b/_site/kakao.html @@ -46,10 +46,17 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + +
diff --git a/_site/kakao1.html b/_site/kakao1.html index 83fa8e4..151937b 100644 --- a/_site/kakao1.html +++ b/_site/kakao1.html @@ -46,10 +46,17 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + +
diff --git a/_site/kakao2.html b/_site/kakao2.html index ebec455..dbaaae9 100644 --- a/_site/kakao2.html +++ b/_site/kakao2.html @@ -46,10 +46,17 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + +
diff --git a/_site/kakao3.html b/_site/kakao3.html index 9b9b735..d509b1e 100644 --- a/_site/kakao3.html +++ b/_site/kakao3.html @@ -46,10 +46,17 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + +
diff --git a/_site/like-lion.html b/_site/like-lion.html index b1bcc70..24842a9 100644 --- a/_site/like-lion.html +++ b/_site/like-lion.html @@ -46,10 +46,17 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + +
diff --git "a/_site/preview\354\227\220\354\204\234\354\235\230-multi-word-\352\262\200\354\203\211-\352\270\260\353\212\245-\352\260\234\354\204\240\355\225\230\352\270\260.html" "b/_site/preview\354\227\220\354\204\234\354\235\230-multi-word-\352\262\200\354\203\211-\352\270\260\353\212\245-\352\260\234\354\204\240\355\225\230\352\270\260.html" index a6ad118..b98bf5a 100644 --- "a/_site/preview\354\227\220\354\204\234\354\235\230-multi-word-\352\262\200\354\203\211-\352\270\260\353\212\245-\352\260\234\354\204\240\355\225\230\352\270\260.html" +++ "b/_site/preview\354\227\220\354\204\234\354\235\230-multi-word-\352\262\200\354\203\211-\352\270\260\353\212\245-\352\260\234\354\204\240\355\225\230\352\270\260.html" @@ -48,10 +48,17 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + +
diff --git "a/_site/preview\354\227\220\354\204\234\354\235\230-\354\225\204\354\235\264\354\275\230-import-code-\353\260\230\354\235\221\355\230\225-\354\230\244\353\245\230-\355\225\264\352\262\260\355\225\230\352\270\260.html" "b/_site/preview\354\227\220\354\204\234\354\235\230-\354\225\204\354\235\264\354\275\230-import-code-\353\260\230\354\235\221\355\230\225-\354\230\244\353\245\230-\355\225\264\352\262\260\355\225\230\352\270\260.html" index 79a3ffb..8bd0e91 100644 --- "a/_site/preview\354\227\220\354\204\234\354\235\230-\354\225\204\354\235\264\354\275\230-import-code-\353\260\230\354\235\221\355\230\225-\354\230\244\353\245\230-\355\225\264\352\262\260\355\225\230\352\270\260.html" +++ "b/_site/preview\354\227\220\354\204\234\354\235\230-\354\225\204\354\235\264\354\275\230-import-code-\353\260\230\354\235\221\355\230\225-\354\230\244\353\245\230-\355\225\264\352\262\260\355\225\230\352\270\260.html" @@ -48,10 +48,17 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + +
diff --git a/_site/react-icons.html b/_site/react-icons.html index 359708b..ad175cf 100644 --- a/_site/react-icons.html +++ b/_site/react-icons.html @@ -46,10 +46,17 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + +
diff --git "a/_site/storybook\354\234\274\353\241\234-ui-\355\205\214\354\212\244\355\214\205\352\263\274-\353\260\260\355\217\254-ci-\355\225\234\353\262\210\354\227\220-\355\225\264\352\262\260\355\225\230\352\270\260.html" "b/_site/storybook\354\234\274\353\241\234-ui-\355\205\214\354\212\244\355\214\205\352\263\274-\353\260\260\355\217\254-ci-\355\225\234\353\262\210\354\227\220-\355\225\264\352\262\260\355\225\230\352\270\260.html" index a3f04aa..5c862c1 100644 --- "a/_site/storybook\354\234\274\353\241\234-ui-\355\205\214\354\212\244\355\214\205\352\263\274-\353\260\260\355\217\254-ci-\355\225\234\353\262\210\354\227\220-\355\225\264\352\262\260\355\225\230\352\270\260.html" +++ "b/_site/storybook\354\234\274\353\241\234-ui-\355\205\214\354\212\244\355\214\205\352\263\274-\353\260\260\355\217\254-ci-\355\225\234\353\262\210\354\227\220-\355\225\264\352\262\260\355\225\230\352\270\260.html" @@ -48,10 +48,17 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + +
diff --git a/_site/wooseon.html b/_site/wooseon.html index fcb53a3..38eebbb 100644 --- a/_site/wooseon.html +++ b/_site/wooseon.html @@ -46,10 +46,17 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + +
diff --git a/_site/woowa.html b/_site/woowa.html index 49863ab..8f33d2c 100644 --- a/_site/woowa.html +++ b/_site/woowa.html @@ -46,10 +46,17 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + +
diff --git "a/_site/\353\251\213\354\237\201\354\235\264\354\202\254\354\236\220\354\262\230\353\237\274-11\352\270\260-\354\266\251\353\202\250\353\214\200\355\225\231\352\265\220-\355\224\204\353\241\240\355\212\270\354\227\224\353\223\234-11\352\270\260-\355\225\251\352\262\251-\355\233\204\352\270\260.html" "b/_site/\353\251\213\354\237\201\354\235\264\354\202\254\354\236\220\354\262\230\353\237\274-11\352\270\260-\354\266\251\353\202\250\353\214\200\355\225\231\352\265\220-\355\224\204\353\241\240\355\212\270\354\227\224\353\223\234-11\352\270\260-\355\225\251\352\262\251-\355\233\204\352\270\260.html" index 7f91840..2a4cff7 100644 --- "a/_site/\353\251\213\354\237\201\354\235\264\354\202\254\354\236\220\354\262\230\353\237\274-11\352\270\260-\354\266\251\353\202\250\353\214\200\355\225\231\352\265\220-\355\224\204\353\241\240\355\212\270\354\227\224\353\223\234-11\352\270\260-\355\225\251\352\262\251-\355\233\204\352\270\260.html" +++ "b/_site/\353\251\213\354\237\201\354\235\264\354\202\254\354\236\220\354\262\230\353\237\274-11\352\270\260-\354\266\251\353\202\250\353\214\200\355\225\231\352\265\220-\355\224\204\353\241\240\355\212\270\354\227\224\353\223\234-11\352\270\260-\355\225\251\352\262\251-\355\233\204\352\270\260.html" @@ -48,10 +48,17 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + +
diff --git "a/_site/\354\232\260\354\204\240-2024-\354\266\251\353\202\250\353\214\200\355\225\231\352\265\220-\354\260\275\354\227\205-\353\217\231\354\225\204\353\246\254-\354\204\240\354\240\225.html" "b/_site/\354\232\260\354\204\240-2024-\354\266\251\353\202\250\353\214\200\355\225\231\352\265\220-\354\260\275\354\227\205-\353\217\231\354\225\204\353\246\254-\354\204\240\354\240\225.html" index cb33673..94abf50 100644 --- "a/_site/\354\232\260\354\204\240-2024-\354\266\251\353\202\250\353\214\200\355\225\231\352\265\220-\354\260\275\354\227\205-\353\217\231\354\225\204\353\246\254-\354\204\240\354\240\225.html" +++ "b/_site/\354\232\260\354\204\240-2024-\354\266\251\353\202\250\353\214\200\355\225\231\352\265\220-\354\260\275\354\227\205-\353\217\231\354\225\204\353\246\254-\354\204\240\354\240\225.html" @@ -48,10 +48,17 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + +
diff --git "a/_site/\354\232\260\354\204\240-2\354\260\250-mvp-\353\260\260\355\217\254-\353\260\217-\353\247\210\354\274\200\355\214\205-\354\240\204\353\236\265-\354\204\270\354\232\260\352\270\260.html" "b/_site/\354\232\260\354\204\240-2\354\260\250-mvp-\353\260\260\355\217\254-\353\260\217-\353\247\210\354\274\200\355\214\205-\354\240\204\353\236\265-\354\204\270\354\232\260\352\270\260.html" index 89c4310..1256f18 100644 --- "a/_site/\354\232\260\354\204\240-2\354\260\250-mvp-\353\260\260\355\217\254-\353\260\217-\353\247\210\354\274\200\355\214\205-\354\240\204\353\236\265-\354\204\270\354\232\260\352\270\260.html" +++ "b/_site/\354\232\260\354\204\240-2\354\260\250-mvp-\353\260\260\355\217\254-\353\260\217-\353\247\210\354\274\200\355\214\205-\354\240\204\353\236\265-\354\204\270\354\232\260\352\270\260.html" @@ -48,10 +48,17 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + +
diff --git "a/_site/\354\232\260\354\204\240-\352\260\200\354\204\244-\353\217\204\354\266\234-\352\263\274\354\240\225.html" "b/_site/\354\232\260\354\204\240-\352\260\200\354\204\244-\353\217\204\354\266\234-\352\263\274\354\240\225.html" index 29e33b7..a986c9a 100644 --- "a/_site/\354\232\260\354\204\240-\352\260\200\354\204\244-\353\217\204\354\266\234-\352\263\274\354\240\225.html" +++ "b/_site/\354\232\260\354\204\240-\352\260\200\354\204\244-\353\217\204\354\266\234-\352\263\274\354\240\225.html" @@ -48,10 +48,17 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + +
diff --git "a/_site/\354\232\260\354\204\240-\353\224\224\354\236\220\354\235\264\353\204\210-\355\224\274\353\223\234\353\260\261\354\235\204-\353\260\230\354\230\201\355\225\234-2\354\260\250-mvp-\354\240\234\354\236\221\352\270\260.html" "b/_site/\354\232\260\354\204\240-\353\224\224\354\236\220\354\235\264\353\204\210-\355\224\274\353\223\234\353\260\261\354\235\204-\353\260\230\354\230\201\355\225\234-2\354\260\250-mvp-\354\240\234\354\236\221\352\270\260.html" index 8654a89..2486b25 100644 --- "a/_site/\354\232\260\354\204\240-\353\224\224\354\236\220\354\235\264\353\204\210-\355\224\274\353\223\234\353\260\261\354\235\204-\353\260\230\354\230\201\355\225\234-2\354\260\250-mvp-\354\240\234\354\236\221\352\270\260.html" +++ "b/_site/\354\232\260\354\204\240-\353\224\224\354\236\220\354\235\264\353\204\210-\355\224\274\353\223\234\353\260\261\354\235\204-\353\260\230\354\230\201\355\225\234-2\354\260\250-mvp-\354\240\234\354\236\221\352\270\260.html" @@ -48,10 +48,17 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + +
diff --git "a/_site/\354\232\260\354\204\240-\354\232\260\354\204\240\354\235\204-\354\244\221\353\213\250\355\225\230\353\251\260.html" "b/_site/\354\232\260\354\204\240-\354\232\260\354\204\240\354\235\204-\354\244\221\353\213\250\355\225\230\353\251\260.html" index e9c6ec1..accb6c6 100644 --- "a/_site/\354\232\260\354\204\240-\354\232\260\354\204\240\354\235\204-\354\244\221\353\213\250\355\225\230\353\251\260.html" +++ "b/_site/\354\232\260\354\204\240-\354\232\260\354\204\240\354\235\204-\354\244\221\353\213\250\355\225\230\353\251\260.html" @@ -48,10 +48,17 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + +
diff --git "a/_site/\354\232\260\354\204\240-\354\235\270\354\212\244\355\203\200\352\267\270\353\236\250-\355\215\274\355\217\254\353\250\274\354\212\244-\353\247\210\354\274\200\355\214\205-\352\262\260\352\263\274-\353\260\217-\353\251\230\355\206\240\353\247\201-\354\202\254\354\235\264\355\201\264-\354\247\204\355\226\211.html" "b/_site/\354\232\260\354\204\240-\354\235\270\354\212\244\355\203\200\352\267\270\353\236\250-\355\215\274\355\217\254\353\250\274\354\212\244-\353\247\210\354\274\200\355\214\205-\352\262\260\352\263\274-\353\260\217-\353\251\230\355\206\240\353\247\201-\354\202\254\354\235\264\355\201\264-\354\247\204\355\226\211.html" index 1c93d97..5f45d06 100644 --- "a/_site/\354\232\260\354\204\240-\354\235\270\354\212\244\355\203\200\352\267\270\353\236\250-\355\215\274\355\217\254\353\250\274\354\212\244-\353\247\210\354\274\200\355\214\205-\352\262\260\352\263\274-\353\260\217-\353\251\230\355\206\240\353\247\201-\354\202\254\354\235\264\355\201\264-\354\247\204\355\226\211.html" +++ "b/_site/\354\232\260\354\204\240-\354\235\270\354\212\244\355\203\200\352\267\270\353\236\250-\355\215\274\355\217\254\353\250\274\354\212\244-\353\247\210\354\274\200\355\214\205-\352\262\260\352\263\274-\353\260\217-\353\251\230\355\206\240\353\247\201-\354\202\254\354\235\264\355\201\264-\354\247\204\355\226\211.html" @@ -48,10 +48,17 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + +
diff --git "a/_site/\354\232\260\354\204\240-\354\260\275\354\227\205\355\225\264\353\263\264\353\213\244.html" "b/_site/\354\232\260\354\204\240-\354\260\275\354\227\205\355\225\264\353\263\264\353\213\244.html" index 7a4479f..960c652 100644 --- "a/_site/\354\232\260\354\204\240-\354\260\275\354\227\205\355\225\264\353\263\264\353\213\244.html" +++ "b/_site/\354\232\260\354\204\240-\354\260\275\354\227\205\355\225\264\353\263\264\353\213\244.html" @@ -48,10 +48,17 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + +
diff --git "a/_site/\354\232\260\354\204\240-\354\264\210\352\270\260-\354\234\240\354\236\205-\352\262\260\352\263\274-\353\260\217-\353\263\270\352\262\251\354\240\201\354\235\270-\353\251\230\355\206\240\353\247\201-\354\204\234\353\271\204\354\212\244\354\235\230-\354\213\234\354\236\221.html" "b/_site/\354\232\260\354\204\240-\354\264\210\352\270\260-\354\234\240\354\236\205-\352\262\260\352\263\274-\353\260\217-\353\263\270\352\262\251\354\240\201\354\235\270-\353\251\230\355\206\240\353\247\201-\354\204\234\353\271\204\354\212\244\354\235\230-\354\213\234\354\236\221.html" index 067b207..35fa887 100644 --- "a/_site/\354\232\260\354\204\240-\354\264\210\352\270\260-\354\234\240\354\236\205-\352\262\260\352\263\274-\353\260\217-\353\263\270\352\262\251\354\240\201\354\235\270-\353\251\230\355\206\240\353\247\201-\354\204\234\353\271\204\354\212\244\354\235\230-\354\213\234\354\236\221.html" +++ "b/_site/\354\232\260\354\204\240-\354\264\210\352\270\260-\354\234\240\354\236\205-\352\262\260\352\263\274-\353\260\217-\353\263\270\352\262\251\354\240\201\354\235\270-\353\251\230\355\206\240\353\247\201-\354\204\234\353\271\204\354\212\244\354\235\230-\354\213\234\354\236\221.html" @@ -48,10 +48,17 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + +
diff --git "a/_site/\354\232\260\354\204\240-\354\264\210\352\270\260-\354\234\240\354\236\205\354\235\204-\354\234\204\355\225\234-mvp-\354\240\234\354\236\221-\353\260\217-\355\231\215\353\263\264-\352\263\274\354\240\225\352\270\260.html" "b/_site/\354\232\260\354\204\240-\354\264\210\352\270\260-\354\234\240\354\236\205\354\235\204-\354\234\204\355\225\234-mvp-\354\240\234\354\236\221-\353\260\217-\355\231\215\353\263\264-\352\263\274\354\240\225\352\270\260.html" index e2757b0..d70c6a7 100644 --- "a/_site/\354\232\260\354\204\240-\354\264\210\352\270\260-\354\234\240\354\236\205\354\235\204-\354\234\204\355\225\234-mvp-\354\240\234\354\236\221-\353\260\217-\355\231\215\353\263\264-\352\263\274\354\240\225\352\270\260.html" +++ "b/_site/\354\232\260\354\204\240-\354\264\210\352\270\260-\354\234\240\354\236\205\354\235\204-\354\234\204\355\225\234-mvp-\354\240\234\354\236\221-\353\260\217-\355\231\215\353\263\264-\352\263\274\354\240\225\352\270\260.html" @@ -48,10 +48,17 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + +
diff --git "a/_site/\354\232\260\354\204\240-\354\265\234\354\242\205-\352\260\200\354\204\244-\354\204\244\354\240\225-\353\260\217-\352\262\200\354\246\235.html" "b/_site/\354\232\260\354\204\240-\354\265\234\354\242\205-\352\260\200\354\204\244-\354\204\244\354\240\225-\353\260\217-\352\262\200\354\246\235.html" index 0849259..20dde9b 100644 --- "a/_site/\354\232\260\354\204\240-\354\265\234\354\242\205-\352\260\200\354\204\244-\354\204\244\354\240\225-\353\260\217-\352\262\200\354\246\235.html" +++ "b/_site/\354\232\260\354\204\240-\354\265\234\354\242\205-\352\260\200\354\204\244-\354\204\244\354\240\225-\353\260\217-\352\262\200\354\246\235.html" @@ -48,10 +48,17 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + +
diff --git "a/_site/\354\232\260\354\204\240-\355\216\230\354\235\264\355\201\254-\353\217\204\354\226\264-\355\205\214\354\212\244\355\212\270-\352\262\260\352\263\274-\353\266\204\354\204\235.html" "b/_site/\354\232\260\354\204\240-\355\216\230\354\235\264\355\201\254-\353\217\204\354\226\264-\355\205\214\354\212\244\355\212\270-\352\262\260\352\263\274-\353\266\204\354\204\235.html" index 8152245..26dd262 100644 --- "a/_site/\354\232\260\354\204\240-\355\216\230\354\235\264\355\201\254-\353\217\204\354\226\264-\355\205\214\354\212\244\355\212\270-\352\262\260\352\263\274-\353\266\204\354\204\235.html" +++ "b/_site/\354\232\260\354\204\240-\355\216\230\354\235\264\355\201\254-\353\217\204\354\226\264-\355\205\214\354\212\244\355\212\270-\352\262\260\352\263\274-\353\266\204\354\204\235.html" @@ -48,10 +48,17 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + +
diff --git "a/_site/\354\232\260\354\225\204\355\225\234\355\205\214\355\201\254\354\275\224\354\212\244-6\352\270\260-1\354\260\250-\355\225\251\352\262\251-\353\260\217-\354\265\234\354\242\205-\354\275\224\353\224\251-\355\205\214\354\212\244\355\212\270-\355\233\204\352\270\260.html" "b/_site/\354\232\260\354\225\204\355\225\234\355\205\214\355\201\254\354\275\224\354\212\244-6\352\270\260-1\354\260\250-\355\225\251\352\262\251-\353\260\217-\354\265\234\354\242\205-\354\275\224\353\224\251-\355\205\214\354\212\244\355\212\270-\355\233\204\352\270\260.html" index 9a14992..2fe2ccd 100644 --- "a/_site/\354\232\260\354\225\204\355\225\234\355\205\214\355\201\254\354\275\224\354\212\244-6\352\270\260-1\354\260\250-\355\225\251\352\262\251-\353\260\217-\354\265\234\354\242\205-\354\275\224\353\224\251-\355\205\214\354\212\244\355\212\270-\355\233\204\352\270\260.html" +++ "b/_site/\354\232\260\354\225\204\355\225\234\355\205\214\355\201\254\354\275\224\354\212\244-6\352\270\260-1\354\260\250-\355\225\251\352\262\251-\353\260\217-\354\265\234\354\242\205-\354\275\224\353\224\251-\355\205\214\354\212\244\355\212\270-\355\233\204\352\270\260.html" @@ -48,10 +48,17 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + +
diff --git "a/_site/\354\232\260\354\225\204\355\225\234\355\205\214\355\201\254\354\275\224\354\212\244-6\352\270\260-\354\265\234\354\242\205-\354\275\224\353\224\251-\355\205\214\354\212\244\355\212\270-\354\230\250\354\275\234-\353\246\254\355\214\251\355\206\240\353\247\201-\355\232\214\352\263\240\353\241\235.html" "b/_site/\354\232\260\354\225\204\355\225\234\355\205\214\355\201\254\354\275\224\354\212\244-6\352\270\260-\354\265\234\354\242\205-\354\275\224\353\224\251-\355\205\214\354\212\244\355\212\270-\354\230\250\354\275\234-\353\246\254\355\214\251\355\206\240\353\247\201-\355\232\214\352\263\240\353\241\235.html" index 9197fe7..89669d0 100644 --- "a/_site/\354\232\260\354\225\204\355\225\234\355\205\214\355\201\254\354\275\224\354\212\244-6\352\270\260-\354\265\234\354\242\205-\354\275\224\353\224\251-\355\205\214\354\212\244\355\212\270-\354\230\250\354\275\234-\353\246\254\355\214\251\355\206\240\353\247\201-\355\232\214\352\263\240\353\241\235.html" +++ "b/_site/\354\232\260\354\225\204\355\225\234\355\205\214\355\201\254\354\275\224\354\212\244-6\352\270\260-\354\265\234\354\242\205-\354\275\224\353\224\251-\355\205\214\354\212\244\355\212\270-\354\230\250\354\275\234-\353\246\254\355\214\251\355\206\240\353\247\201-\355\232\214\352\263\240\353\241\235.html" @@ -48,10 +48,17 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + +
diff --git "a/_site/\354\232\260\354\225\204\355\225\234\355\205\214\355\201\254\354\275\224\354\212\244-6\352\270\260-\355\224\204\353\246\254\354\275\224\354\212\244-1\354\243\274\354\260\250-\354\210\253\354\236\220-\354\225\274\352\265\254-\355\232\214\352\263\240\353\241\235.html" "b/_site/\354\232\260\354\225\204\355\225\234\355\205\214\355\201\254\354\275\224\354\212\244-6\352\270\260-\355\224\204\353\246\254\354\275\224\354\212\244-1\354\243\274\354\260\250-\354\210\253\354\236\220-\354\225\274\352\265\254-\355\232\214\352\263\240\353\241\235.html" index ee42cbe..5d48796 100644 --- "a/_site/\354\232\260\354\225\204\355\225\234\355\205\214\355\201\254\354\275\224\354\212\244-6\352\270\260-\355\224\204\353\246\254\354\275\224\354\212\244-1\354\243\274\354\260\250-\354\210\253\354\236\220-\354\225\274\352\265\254-\355\232\214\352\263\240\353\241\235.html" +++ "b/_site/\354\232\260\354\225\204\355\225\234\355\205\214\355\201\254\354\275\224\354\212\244-6\352\270\260-\355\224\204\353\246\254\354\275\224\354\212\244-1\354\243\274\354\260\250-\354\210\253\354\236\220-\354\225\274\352\265\254-\355\232\214\352\263\240\353\241\235.html" @@ -48,10 +48,17 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + +
diff --git "a/_site/\354\232\260\354\225\204\355\225\234\355\205\214\355\201\254\354\275\224\354\212\244-6\352\270\260-\355\224\204\353\246\254\354\275\224\354\212\244-2\354\243\274\354\260\250-\354\236\220\353\217\231\354\260\250-\352\262\275\354\243\274-\355\232\214\352\263\240\353\241\235.html" "b/_site/\354\232\260\354\225\204\355\225\234\355\205\214\355\201\254\354\275\224\354\212\244-6\352\270\260-\355\224\204\353\246\254\354\275\224\354\212\244-2\354\243\274\354\260\250-\354\236\220\353\217\231\354\260\250-\352\262\275\354\243\274-\355\232\214\352\263\240\353\241\235.html" index a96728f..8432f6f 100644 --- "a/_site/\354\232\260\354\225\204\355\225\234\355\205\214\355\201\254\354\275\224\354\212\244-6\352\270\260-\355\224\204\353\246\254\354\275\224\354\212\244-2\354\243\274\354\260\250-\354\236\220\353\217\231\354\260\250-\352\262\275\354\243\274-\355\232\214\352\263\240\353\241\235.html" +++ "b/_site/\354\232\260\354\225\204\355\225\234\355\205\214\355\201\254\354\275\224\354\212\244-6\352\270\260-\355\224\204\353\246\254\354\275\224\354\212\244-2\354\243\274\354\260\250-\354\236\220\353\217\231\354\260\250-\352\262\275\354\243\274-\355\232\214\352\263\240\353\241\235.html" @@ -48,10 +48,17 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + +
diff --git "a/_site/\354\232\260\354\225\204\355\225\234\355\205\214\355\201\254\354\275\224\354\212\244-6\352\270\260-\355\224\204\353\246\254\354\275\224\354\212\244-3\354\243\274\354\260\250-\353\241\234\353\230\220-\355\232\214\352\263\240\353\241\235.html" "b/_site/\354\232\260\354\225\204\355\225\234\355\205\214\355\201\254\354\275\224\354\212\244-6\352\270\260-\355\224\204\353\246\254\354\275\224\354\212\244-3\354\243\274\354\260\250-\353\241\234\353\230\220-\355\232\214\352\263\240\353\241\235.html" index a4a72f0..319b167 100644 --- "a/_site/\354\232\260\354\225\204\355\225\234\355\205\214\355\201\254\354\275\224\354\212\244-6\352\270\260-\355\224\204\353\246\254\354\275\224\354\212\244-3\354\243\274\354\260\250-\353\241\234\353\230\220-\355\232\214\352\263\240\353\241\235.html" +++ "b/_site/\354\232\260\354\225\204\355\225\234\355\205\214\355\201\254\354\275\224\354\212\244-6\352\270\260-\355\224\204\353\246\254\354\275\224\354\212\244-3\354\243\274\354\260\250-\353\241\234\353\230\220-\355\232\214\352\263\240\353\241\235.html" @@ -48,10 +48,17 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + +
diff --git "a/_site/\354\232\260\354\225\204\355\225\234\355\205\214\355\201\254\354\275\224\354\212\244-6\352\270\260-\355\224\204\353\246\254\354\275\224\354\212\244-4\354\243\274\354\260\250-\355\201\254\353\246\254\354\212\244\353\247\210\354\212\244-\355\224\204\353\241\234\353\252\250\354\205\230-\355\232\214\352\263\240\353\241\235.html" "b/_site/\354\232\260\354\225\204\355\225\234\355\205\214\355\201\254\354\275\224\354\212\244-6\352\270\260-\355\224\204\353\246\254\354\275\224\354\212\244-4\354\243\274\354\260\250-\355\201\254\353\246\254\354\212\244\353\247\210\354\212\244-\355\224\204\353\241\234\353\252\250\354\205\230-\355\232\214\352\263\240\353\241\235.html" index 0e3efc7..6b884e3 100644 --- "a/_site/\354\232\260\354\225\204\355\225\234\355\205\214\355\201\254\354\275\224\354\212\244-6\352\270\260-\355\224\204\353\246\254\354\275\224\354\212\244-4\354\243\274\354\260\250-\355\201\254\353\246\254\354\212\244\353\247\210\354\212\244-\355\224\204\353\241\234\353\252\250\354\205\230-\355\232\214\352\263\240\353\241\235.html" +++ "b/_site/\354\232\260\354\225\204\355\225\234\355\205\214\355\201\254\354\275\224\354\212\244-6\352\270\260-\355\224\204\353\246\254\354\275\224\354\212\244-4\354\243\274\354\260\250-\355\201\254\353\246\254\354\212\244\353\247\210\354\212\244-\355\224\204\353\241\234\353\252\250\354\205\230-\355\232\214\352\263\240\353\241\235.html" @@ -48,10 +48,17 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + +
diff --git "a/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-1\353\213\250\352\263\204-1\354\243\274\354\260\250-wil-\354\212\244\355\203\200\353\262\205\354\212\244-\354\230\210\354\240\234-\355\201\264\353\241\240\355\225\230\352\270\260-1.html" "b/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-1\353\213\250\352\263\204-1\354\243\274\354\260\250-wil-\354\212\244\355\203\200\353\262\205\354\212\244-\354\230\210\354\240\234-\355\201\264\353\241\240\355\225\230\352\270\260-1.html" index b106982..0125ab5 100644 --- "a/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-1\353\213\250\352\263\204-1\354\243\274\354\260\250-wil-\354\212\244\355\203\200\353\262\205\354\212\244-\354\230\210\354\240\234-\355\201\264\353\241\240\355\225\230\352\270\260-1.html" +++ "b/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-1\353\213\250\352\263\204-1\354\243\274\354\260\250-wil-\354\212\244\355\203\200\353\262\205\354\212\244-\354\230\210\354\240\234-\355\201\264\353\241\240\355\225\230\352\270\260-1.html" @@ -48,10 +48,17 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + +
diff --git "a/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-1\353\213\250\352\263\204-2\354\243\274\354\260\250-wil-\354\212\244\355\203\200\353\262\205\354\212\244-\354\230\210\354\240\234-\355\201\264\353\241\240\355\225\230\352\270\260-2.html" "b/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-1\353\213\250\352\263\204-2\354\243\274\354\260\250-wil-\354\212\244\355\203\200\353\262\205\354\212\244-\354\230\210\354\240\234-\355\201\264\353\241\240\355\225\230\352\270\260-2.html" index 6575858..aab830b 100644 --- "a/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-1\353\213\250\352\263\204-2\354\243\274\354\260\250-wil-\354\212\244\355\203\200\353\262\205\354\212\244-\354\230\210\354\240\234-\355\201\264\353\241\240\355\225\230\352\270\260-2.html" +++ "b/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-1\353\213\250\352\263\204-2\354\243\274\354\260\250-wil-\354\212\244\355\203\200\353\262\205\354\212\244-\354\230\210\354\240\234-\355\201\264\353\241\240\355\225\230\352\270\260-2.html" @@ -48,10 +48,17 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + +
diff --git "a/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-1\353\213\250\352\263\204-3\354\243\274\354\260\250-wil-\354\212\244\355\203\200\353\262\205\354\212\244-\354\230\210\354\240\234-\355\201\264\353\241\240\355\225\230\352\270\260-3.html" "b/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-1\353\213\250\352\263\204-3\354\243\274\354\260\250-wil-\354\212\244\355\203\200\353\262\205\354\212\244-\354\230\210\354\240\234-\355\201\264\353\241\240\355\225\230\352\270\260-3.html" index 9ff04e0..591c6db 100644 --- "a/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-1\353\213\250\352\263\204-3\354\243\274\354\260\250-wil-\354\212\244\355\203\200\353\262\205\354\212\244-\354\230\210\354\240\234-\355\201\264\353\241\240\355\225\230\352\270\260-3.html" +++ "b/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-1\353\213\250\352\263\204-3\354\243\274\354\260\250-wil-\354\212\244\355\203\200\353\262\205\354\212\244-\354\230\210\354\240\234-\355\201\264\353\241\240\355\225\230\352\270\260-3.html" @@ -48,10 +48,17 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + +
diff --git "a/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-1\353\213\250\352\263\204-4\354\243\274\354\260\250-wil-javascript-\355\225\265\354\213\254.html" "b/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-1\353\213\250\352\263\204-4\354\243\274\354\260\250-wil-javascript-\355\225\265\354\213\254.html" index 07d32aa..6971b0c 100644 --- "a/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-1\353\213\250\352\263\204-4\354\243\274\354\260\250-wil-javascript-\355\225\265\354\213\254.html" +++ "b/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-1\353\213\250\352\263\204-4\354\243\274\354\260\250-wil-javascript-\355\225\265\354\213\254.html" @@ -48,10 +48,17 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + +
diff --git "a/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-1\353\213\250\352\263\204-4\354\243\274\354\260\250-wil-scss-\355\225\265\354\213\254.html" "b/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-1\353\213\250\352\263\204-4\354\243\274\354\260\250-wil-scss-\355\225\265\354\213\254.html" index 22f73d4..3caa282 100644 --- "a/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-1\353\213\250\352\263\204-4\354\243\274\354\260\250-wil-scss-\355\225\265\354\213\254.html" +++ "b/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-1\353\213\250\352\263\204-4\354\243\274\354\260\250-wil-scss-\355\225\265\354\213\254.html" @@ -48,10 +48,17 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + +
diff --git "a/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-1\353\213\250\352\263\204-4\354\243\274\354\260\250-wil-\354\212\244\355\203\200\353\262\205\354\212\244-\354\230\210\354\240\234-\355\201\264\353\241\240\355\225\230\352\270\260-4.html" "b/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-1\353\213\250\352\263\204-4\354\243\274\354\260\250-wil-\354\212\244\355\203\200\353\262\205\354\212\244-\354\230\210\354\240\234-\355\201\264\353\241\240\355\225\230\352\270\260-4.html" index 6ac51c5..db717b3 100644 --- "a/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-1\353\213\250\352\263\204-4\354\243\274\354\260\250-wil-\354\212\244\355\203\200\353\262\205\354\212\244-\354\230\210\354\240\234-\355\201\264\353\241\240\355\225\230\352\270\260-4.html" +++ "b/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-1\353\213\250\352\263\204-4\354\243\274\354\260\250-wil-\354\212\244\355\203\200\353\262\205\354\212\244-\354\230\210\354\240\234-\355\201\264\353\241\240\355\225\230\352\270\260-4.html" @@ -48,10 +48,17 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + +
diff --git "a/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-1\353\213\250\352\263\204-5-6\354\243\274\354\260\250-wil-javascript-\354\213\254\355\231\224.html" "b/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-1\353\213\250\352\263\204-5-6\354\243\274\354\260\250-wil-javascript-\354\213\254\355\231\224.html" index 25e0215..1b67fb9 100644 --- "a/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-1\353\213\250\352\263\204-5-6\354\243\274\354\260\250-wil-javascript-\354\213\254\355\231\224.html" +++ "b/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-1\353\213\250\352\263\204-5-6\354\243\274\354\260\250-wil-javascript-\354\213\254\355\231\224.html" @@ -48,10 +48,17 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + +
diff --git "a/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-1\353\213\250\352\263\204-7\354\243\274\354\260\250-wil-spa-\352\260\234\353\260\234\354\235\204-\354\234\204\355\225\234-\354\273\264\355\217\254\353\204\214\355\212\270-\352\270\260\353\260\230-\354\225\204\355\202\244\355\205\215\354\262\230-\352\265\254\354\266\225\355\225\230\352\270\260.html" "b/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-1\353\213\250\352\263\204-7\354\243\274\354\260\250-wil-spa-\352\260\234\353\260\234\354\235\204-\354\234\204\355\225\234-\354\273\264\355\217\254\353\204\214\355\212\270-\352\270\260\353\260\230-\354\225\204\355\202\244\355\205\215\354\262\230-\352\265\254\354\266\225\355\225\230\352\270\260.html" index b570518..706b72e 100644 --- "a/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-1\353\213\250\352\263\204-7\354\243\274\354\260\250-wil-spa-\352\260\234\353\260\234\354\235\204-\354\234\204\355\225\234-\354\273\264\355\217\254\353\204\214\355\212\270-\352\270\260\353\260\230-\354\225\204\355\202\244\355\205\215\354\262\230-\352\265\254\354\266\225\355\225\230\352\270\260.html" +++ "b/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-1\353\213\250\352\263\204-7\354\243\274\354\260\250-wil-spa-\352\260\234\353\260\234\354\235\204-\354\234\204\355\225\234-\354\273\264\355\217\254\353\204\214\355\212\270-\352\270\260\353\260\230-\354\225\204\355\202\244\355\205\215\354\262\230-\352\265\254\354\266\225\355\225\230\352\270\260.html" @@ -48,10 +48,17 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + +
diff --git "a/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-1\353\213\250\352\263\204-8\354\243\274\354\260\250-wil-api\353\245\274-\355\231\234\354\232\251\355\225\234-\354\230\201\355\231\224-\352\262\200\354\203\211-\354\202\254\354\235\264\355\212\270.html" "b/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-1\353\213\250\352\263\204-8\354\243\274\354\260\250-wil-api\353\245\274-\355\231\234\354\232\251\355\225\234-\354\230\201\355\231\224-\352\262\200\354\203\211-\354\202\254\354\235\264\355\212\270.html" index df855bd..286e6ad 100644 --- "a/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-1\353\213\250\352\263\204-8\354\243\274\354\260\250-wil-api\353\245\274-\355\231\234\354\232\251\355\225\234-\354\230\201\355\231\224-\352\262\200\354\203\211-\354\202\254\354\235\264\355\212\270.html" +++ "b/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-1\353\213\250\352\263\204-8\354\243\274\354\260\250-wil-api\353\245\274-\355\231\234\354\232\251\355\225\234-\354\230\201\355\231\224-\352\262\200\354\203\211-\354\202\254\354\235\264\355\212\270.html" @@ -48,10 +48,17 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + +
diff --git "a/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-1\353\213\250\352\263\204-9\354\243\274\354\260\250-wil-typescript.html" "b/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-1\353\213\250\352\263\204-9\354\243\274\354\260\250-wil-typescript.html" index d44ae62..331883f 100644 --- "a/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-1\353\213\250\352\263\204-9\354\243\274\354\260\250-wil-typescript.html" +++ "b/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-1\353\213\250\352\263\204-9\354\243\274\354\260\250-wil-typescript.html" @@ -48,10 +48,17 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + +
diff --git "a/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-1\353\213\250\352\263\204-\354\233\271-\352\260\234\353\260\234-\352\270\260\354\264\210-\352\265\220\354\234\241\354\235\204-\353\247\210\354\271\230\353\251\260.html" "b/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-1\353\213\250\352\263\204-\354\233\271-\352\260\234\353\260\234-\352\270\260\354\264\210-\352\265\220\354\234\241\354\235\204-\353\247\210\354\271\230\353\251\260.html" index 29b724b..682ed8e 100644 --- "a/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-1\353\213\250\352\263\204-\354\233\271-\352\260\234\353\260\234-\352\270\260\354\264\210-\352\265\220\354\234\241\354\235\204-\353\247\210\354\271\230\353\251\260.html" +++ "b/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-1\353\213\250\352\263\204-\354\233\271-\352\260\234\353\260\234-\352\270\260\354\264\210-\352\265\220\354\234\241\354\235\204-\353\247\210\354\271\230\353\251\260.html" @@ -48,10 +48,17 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + +
diff --git "a/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-\354\233\260\354\273\264\355\202\244\355\212\270-\352\265\277\354\246\210-\352\260\234\353\264\211\352\270\260.html" "b/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-\354\233\260\354\273\264\355\202\244\355\212\270-\352\265\277\354\246\210-\352\260\234\353\264\211\352\270\260.html" index dc315d8..6ef1796 100644 --- "a/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-\354\233\260\354\273\264\355\202\244\355\212\270-\352\265\277\354\246\210-\352\260\234\353\264\211\352\270\260.html" +++ "b/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-\354\233\260\354\273\264\355\202\244\355\212\270-\352\265\277\354\246\210-\352\260\234\353\264\211\352\270\260.html" @@ -48,10 +48,17 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + +
diff --git "a/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-\355\224\204\353\241\240\355\212\270\354\227\224\353\223\234-\354\265\234\354\242\205-\355\225\251\352\262\251-\355\233\204\352\270\260.html" "b/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-\355\224\204\353\241\240\355\212\270\354\227\224\353\223\234-\354\265\234\354\242\205-\355\225\251\352\262\251-\355\233\204\352\270\260.html" index 5bc5cbd..6b33e6e 100644 --- "a/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-\355\224\204\353\241\240\355\212\270\354\227\224\353\223\234-\354\265\234\354\242\205-\355\225\251\352\262\251-\355\233\204\352\270\260.html" +++ "b/_site/\354\271\264\354\271\264\354\230\244-\355\205\214\355\201\254-\354\272\240\355\215\274\354\212\244-2\352\270\260-\355\224\204\353\241\240\355\212\270\354\227\224\353\223\234-\354\265\234\354\242\205-\355\225\251\352\262\251-\355\233\204\352\270\260.html" @@ -48,10 +48,17 @@ window.addEventListener("scroll", function () { const header = document.querySelector(".background-header"); const scrollY = window.scrollY; - const positionY = 50 + (scrollY * 0.03); + const positionY = 50 + scrollY * 0.03; header.style.backgroundPosition = `center ${positionY}%`; }); + + +