diff --git a/.sass-cache/ebfdce28b90f164040b60556a8d195c0fb42b4a0/no-style-please.scssc b/.sass-cache/ebfdce28b90f164040b60556a8d195c0fb42b4a0/no-style-please.scssc index 9f86738..dc8aec3 100644 Binary files a/.sass-cache/ebfdce28b90f164040b60556a8d195c0fb42b4a0/no-style-please.scssc and b/.sass-cache/ebfdce28b90f164040b60556a8d195c0fb42b4a0/no-style-please.scssc differ diff --git a/_includes/head.html b/_includes/head.html index 23e5649..4e9572b 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -49,8 +49,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); diff --git a/_layouts/home.html b/_layouts/home.html index 4cdcde5..164e204 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -3,13 +3,10 @@ ---
-

Hi, I’m Kang Byeong-hyeon.

+

+ Hi, I’m Kang Byeong-hyeon. +

-
-
-
-
-

웹 프론트엔드 개발을 좋아해요.

기록하고 공유하는 걸 좋아해요.

@@ -20,17 +17,21 @@

Hi, I’m Kang Byeong-hyeon.

-
- - 🐱 - Github - - - 📧 - Email - -
-
+
+ + 🐱 + Github + + + 📧 + Email + +
{%-include menu_item.html collection=site.data.menu.entries-%} {{ content }}
+ +
+
+
+
diff --git a/_sass/no-style-please.scss b/_sass/no-style-please.scss index bde2da5..00a03f6 100644 --- a/_sass/no-style-please.scss +++ b/_sass/no-style-please.scss @@ -162,6 +162,7 @@ img { strong { color: rgb(255, 111, 15); + text-decoration: underline; } } @@ -194,11 +195,15 @@ header h1 { color: rgb(255, 111, 15); text-decoration: underline; } + + span { + color: #000; + } } .background { width: 100%; - height: 50vh; + height: 100vh; background-image: url("../images/background.jpg"); background-repeat: no-repeat; background-position: center; @@ -206,39 +211,13 @@ header h1 { transition: background-position 0.1s ease-out; } - .profile-container { - display: flex; - - .profile1 { - width: 50%; - height: 50vh; - background-image: url("../images/profile1.jpg"); - background-repeat: no-repeat; - background-position: center; - background-size: cover; - transition: background-position 0.1s ease-out; - filter: brightness(80%); - } - - .profile2 { - width: 50%; - height: 50vh; - background-image: url("../images/profile2.jpg"); - background-repeat: no-repeat; - background-position: center; - background-size: cover; - transition: background-position 0.1s ease-out; - filter: brightness(90%); - } - } - .introduce { width: 100%; position: absolute; - top: 55%; + top: 60%; left: 50%; text-align: center; - font-size: 24px; + font-size: 32px; transform: translate(-50%, -50%); color: #fff; font-weight: 700; @@ -250,13 +229,41 @@ header h1 { } .contact { + border: 1px solid #fff; text-align: center; font-size: 18px; color: #000; margin-bottom: 40px; + padding: 22px 0; & span:first-of-type { - margin-right: 18px; + margin-right: 36px; + } +} + +.profile-container { + display: flex; + + .profile1 { + width: 50%; + height: 50vh; + background-image: url("../images/profile1.jpg"); + background-repeat: no-repeat; + background-position: center; + background-size: cover; + transition: background-position 0.1s ease-out; + filter: brightness(80%); + } + + .profile2 { + width: 50%; + height: 50vh; + background-image: url("../images/profile2.jpg"); + background-repeat: no-repeat; + background-position: center; + background-size: cover; + transition: background-position 0.1s ease-out; + filter: brightness(90%); } } diff --git a/_site/about.html b/_site/about.html index 464a7ea..a61daaf 100644 --- a/_site/about.html +++ b/_site/about.html @@ -58,8 +58,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); 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 4c57231..96ba931 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" @@ -60,8 +60,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); diff --git a/_site/archive.html b/_site/archive.html index 711e5ab..512a6fd 100644 --- a/_site/archive.html +++ b/_site/archive.html @@ -58,8 +58,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); diff --git a/_site/assets/css/main.css b/_site/assets/css/main.css index 87b2569..2a6dde1 100644 --- a/_site/assets/css/main.css +++ b/_site/assets/css/main.css @@ -1 +1 @@ -html,body{background:#111}html{height:100%}body{color:#fff;font-family:monospace;font-size:16px;line-height:1.8;margin:0;min-height:100%;overflow-wrap:break-word}.post-meta{text-align:right}h2,h3,h4,h5,h6{margin-top:3rem}hr{margin:2rem 0}p{margin:1rem 0}a{color:#b9b9b9;font-weight:600;text-decoration:underline;transition:all 0.1s ease}a:hover{color:#ff6f0f}li{margin:0.4rem 0}*:target{background:yellow}.w{max-width:720px;margin:0 auto;padding:0 1.5rem 4rem 1.5rem}hr{text-align:center;border:0}hr:before{content:"/////"}hr:after{content:attr(data-content) "/////"}table{border:thin solid #b9b9b9;border-radius:8px;padding:20px 0}th,td{border-collapse:collapse}code{color:white;background:#222;border-radius:4px;padding:2px 4px;font-size:13px}div.highlighter-rouge code{display:block;overflow-x:auto;white-space:pre-wrap;padding:1.3rem;border-radius:18px}blockquote{font-style:italic;border:thin solid #fff;padding:1.2rem}blockquote p{margin:0}img{max-width:85%;display:block;margin:0 auto;border-radius:8px}.background-link{text-decoration:none}.background-header{display:flex;justify-content:center;align-items:end;height:450px;background-image:url("../images/background.jpg");background-repeat:no-repeat;background-position:center;background-size:cover;transition:background-position 0.1s ease-out}.background-header strong{color:#ff6f0f}header h1{text-align:center;font-size:24px;color:#fff;margin-bottom:30px}.header{position:relative;width:100%;height:100vh;margin-bottom:40px}.header .header-title{width:100%;text-align:center;position:absolute;top:35%;left:50%;transform:translate(-50%, -100%);font-size:48px;color:#fff;text-align:center}.header .header-title strong{color:#ff6f0f;text-decoration:underline}.header .background{width:100%;height:50vh;background-image:url("../images/background.jpg");background-repeat:no-repeat;background-position:center;background-size:cover;transition:background-position 0.1s ease-out}.header .profile-container{display:flex}.header .profile-container .profile1{width:50%;height:50vh;background-image:url("../images/profile1.jpg");background-repeat:no-repeat;background-position:center;background-size:cover;transition:background-position 0.1s ease-out;filter:brightness(80%)}.header .profile-container .profile2{width:50%;height:50vh;background-image:url("../images/profile2.jpg");background-repeat:no-repeat;background-position:center;background-size:cover;transition:background-position 0.1s ease-out;filter:brightness(90%)}.header .introduce{width:100%;position:absolute;top:55%;left:50%;text-align:center;font-size:24px;transform:translate(-50%, -50%);color:#fff;font-weight:700}.header .introduce strong{color:#ff6f0f}.contact{text-align:center;font-size:18px;color:#000;margin-bottom:40px}.contact span:first-of-type{margin-right:18px}.list{color:#ff6f0f}.post-title{color:#ff6f0f;text-decoration:underline}@media screen and (max-width: 600px){header h1{font-size:18px}.header{margin-bottom:40px}.header .header-title{font-size:20px}.contact{font-size:14px}.contact span:first-of-type{margin-right:14px}.introduce p{font-size:18px}.background-header{height:350px}code{font-size:12px}} +html,body{background:#111}html{height:100%}body{color:#fff;font-family:monospace;font-size:16px;line-height:1.8;margin:0;min-height:100%;overflow-wrap:break-word}.post-meta{text-align:right}h2,h3,h4,h5,h6{margin-top:3rem}hr{margin:2rem 0}p{margin:1rem 0}a{color:#b9b9b9;font-weight:600;text-decoration:underline;transition:all 0.1s ease}a:hover{color:#ff6f0f}li{margin:0.4rem 0}*:target{background:yellow}.w{max-width:720px;margin:0 auto;padding:0 1.5rem 4rem 1.5rem}hr{text-align:center;border:0}hr:before{content:"/////"}hr:after{content:attr(data-content) "/////"}table{border:thin solid #b9b9b9;border-radius:8px;padding:20px 0}th,td{border-collapse:collapse}code{color:white;background:#222;border-radius:4px;padding:2px 4px;font-size:13px}div.highlighter-rouge code{display:block;overflow-x:auto;white-space:pre-wrap;padding:1.3rem;border-radius:18px}blockquote{font-style:italic;border:thin solid #fff;padding:1.2rem}blockquote p{margin:0}img{max-width:85%;display:block;margin:0 auto;border-radius:8px}.background-link{text-decoration:none}.background-header{display:flex;justify-content:center;align-items:end;height:450px;background-image:url("../images/background.jpg");background-repeat:no-repeat;background-position:center;background-size:cover;transition:background-position 0.1s ease-out}.background-header strong{color:#ff6f0f;text-decoration:underline}header h1{text-align:center;font-size:24px;color:#fff;margin-bottom:30px}.header{position:relative;width:100%;height:100vh;margin-bottom:40px}.header .header-title{width:100%;text-align:center;position:absolute;top:35%;left:50%;transform:translate(-50%, -100%);font-size:48px;color:#fff;text-align:center}.header .header-title strong{color:#ff6f0f;text-decoration:underline}.header .header-title span{color:#000}.header .background{width:100%;height:100vh;background-image:url("../images/background.jpg");background-repeat:no-repeat;background-position:center;background-size:cover;transition:background-position 0.1s ease-out}.header .introduce{width:100%;position:absolute;top:60%;left:50%;text-align:center;font-size:32px;transform:translate(-50%, -50%);color:#fff;font-weight:700}.header .introduce strong{color:#ff6f0f}.contact{border:1px solid #fff;text-align:center;font-size:18px;color:#000;margin-bottom:40px;padding:22px 0}.contact span:first-of-type{margin-right:36px}.profile-container{display:flex}.profile-container .profile1{width:50%;height:50vh;background-image:url("../images/profile1.jpg");background-repeat:no-repeat;background-position:center;background-size:cover;transition:background-position 0.1s ease-out;filter:brightness(80%)}.profile-container .profile2{width:50%;height:50vh;background-image:url("../images/profile2.jpg");background-repeat:no-repeat;background-position:center;background-size:cover;transition:background-position 0.1s ease-out;filter:brightness(90%)}.list{color:#ff6f0f}.post-title{color:#ff6f0f;text-decoration:underline}@media screen and (max-width: 600px){header h1{font-size:18px}.header{margin-bottom:40px}.header .header-title{font-size:20px}.contact{font-size:14px}.contact span:first-of-type{margin-right:14px}.introduce p{font-size:18px}.background-header{height:350px}code{font-size:12px}} 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 ab523fc..ddbc9f0 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" @@ -60,8 +60,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); 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 e335eca..2e6c061 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" @@ -60,8 +60,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); 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 8c2a444..da26582 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" @@ -60,8 +60,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); diff --git a/_site/example2-archive.html b/_site/example2-archive.html index 37ccde2..bb7ec5a 100644 --- a/_site/example2-archive.html +++ b/_site/example2-archive.html @@ -58,8 +58,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); diff --git a/_site/feed.xml b/_site/feed.xml index 33185cc..cfc9cf3 100644 --- a/_site/feed.xml +++ b/_site/feed.xml @@ -1,4 +1,4 @@ -Jekyll2024-08-11T22:41:47+09:00http://localhost:4000/feed.xmlKang Byeong-hyeon 👨🏻‍💻Kang Byeonghyeon's dev blog +Jekyll2024-08-14T18:41:56+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 a1bf1d6..276433b 100644 --- a/_site/frontend.html +++ b/_site/frontend.html @@ -58,8 +58,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); 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 79e8c52..55b5410 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" @@ -60,8 +60,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); diff --git a/_site/index.html b/_site/index.html index 52b01df..6b51583 100644 --- a/_site/index.html +++ b/_site/index.html @@ -58,8 +58,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); @@ -73,13 +74,10 @@
-

Hi, I’m Kang Byeong-hyeon.

+

+ Hi, I’m Kang Byeong-hyeon. +

-
-
-
-
-

웹 프론트엔드 개발을 좋아해요.

기록하고 공유하는 걸 좋아해요.

@@ -90,18 +88,17 @@

Hi, I’m Kang Byeong-hyeon.

-
- - 🐱 - Github - - - 📧 - Email - -
- -
  • +
    +
    + + 🐱 + Github + + + 📧 + Email + +
    • 👨🏻‍💻 kakao tech campus 2th ~
      • 2024-05-14 @@ -306,6 +303,11 @@

        Hi, I’m Kang Byeong-hyeon.

    +
    +
    +
    +
    +
\ No newline at end of file diff --git a/_site/kakao.html b/_site/kakao.html index 69534b5..66ca627 100644 --- a/_site/kakao.html +++ b/_site/kakao.html @@ -58,8 +58,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); diff --git a/_site/kakao1.html b/_site/kakao1.html index 47ee61f..4a13934 100644 --- a/_site/kakao1.html +++ b/_site/kakao1.html @@ -58,8 +58,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); diff --git a/_site/kakao2.html b/_site/kakao2.html index 09e9628..55fd34d 100644 --- a/_site/kakao2.html +++ b/_site/kakao2.html @@ -58,8 +58,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); diff --git a/_site/kakao3.html b/_site/kakao3.html index 2fee21f..e65a947 100644 --- a/_site/kakao3.html +++ b/_site/kakao3.html @@ -58,8 +58,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); diff --git a/_site/like-lion.html b/_site/like-lion.html index 13c43c5..97f7096 100644 --- a/_site/like-lion.html +++ b/_site/like-lion.html @@ -58,8 +58,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); 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 2e72e50..2dd13ff 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" @@ -60,8 +60,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); 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 551d377..a646a33 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" @@ -60,8 +60,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); diff --git "a/_site/react-context-api\353\241\234-\354\240\204\354\227\255-\354\203\201\355\203\234-\352\264\200\353\246\254\354\231\200-\354\202\254\354\232\251\354\236\220-\354\235\270\354\246\235-\352\265\254\355\230\204\355\225\264\353\263\264\352\270\260.html" "b/_site/react-context-api\353\241\234-\354\240\204\354\227\255-\354\203\201\355\203\234-\352\264\200\353\246\254\354\231\200-\354\202\254\354\232\251\354\236\220-\354\235\270\354\246\235-\352\265\254\355\230\204\355\225\264\353\263\264\352\270\260.html" index c8d69ed..de44fa6 100644 --- "a/_site/react-context-api\353\241\234-\354\240\204\354\227\255-\354\203\201\355\203\234-\352\264\200\353\246\254\354\231\200-\354\202\254\354\232\251\354\236\220-\354\235\270\354\246\235-\352\265\254\355\230\204\355\225\264\353\263\264\352\270\260.html" +++ "b/_site/react-context-api\353\241\234-\354\240\204\354\227\255-\354\203\201\355\203\234-\352\264\200\353\246\254\354\231\200-\354\202\254\354\232\251\354\236\220-\354\235\270\354\246\235-\352\265\254\355\230\204\355\225\264\353\263\264\352\270\260.html" @@ -60,8 +60,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); diff --git a/_site/react-icons.html b/_site/react-icons.html index 272922f..62d12b1 100644 --- a/_site/react-icons.html +++ b/_site/react-icons.html @@ -58,8 +58,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); 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 c1af9a4..102fcc0 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" @@ -60,8 +60,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); diff --git a/_site/wooseon.html b/_site/wooseon.html index 6044395..3a7e4f4 100644 --- a/_site/wooseon.html +++ b/_site/wooseon.html @@ -58,8 +58,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); diff --git a/_site/woowa.html b/_site/woowa.html index 26a0799..14a4c72 100644 --- a/_site/woowa.html +++ b/_site/woowa.html @@ -58,8 +58,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); 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 9aeb0f0..48d1ff9 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" @@ -60,8 +60,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); 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 018a995..0039c43 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" @@ -60,8 +60,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); 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 c305aed..9d185f4 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" @@ -60,8 +60,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); 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 2377c5b..56e0c23 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" @@ -60,8 +60,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); 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 1d57c5d..96dba73 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" @@ -60,8 +60,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); 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 156249a..fd21b93 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" @@ -60,8 +60,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); 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 8b0edad..d1e40f0 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" @@ -60,8 +60,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); 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 3f2a4b2..101b478 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" @@ -60,8 +60,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); 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 d83f0be..e1e6542 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" @@ -60,8 +60,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); 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 3d17e0e..0e35900 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" @@ -60,8 +60,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); 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 e2fc360..59abca4 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" @@ -60,8 +60,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); 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 db5925b..a46aacb 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" @@ -60,8 +60,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); 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 96ce1e2..6526a62 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" @@ -60,8 +60,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); 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 01ca210..f08f602 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" @@ -60,8 +60,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); 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 be58a70..3490099 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" @@ -60,8 +60,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); 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 390739d..615e43f 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" @@ -60,8 +60,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); 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 96c6ba9..2d0b636 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" @@ -60,8 +60,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); 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 18a8c4a..f50f341 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" @@ -60,8 +60,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); 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 63994db..65f521f 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" @@ -60,8 +60,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); 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 eba9ff8..afa1cfe 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" @@ -60,8 +60,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); 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 9fe8525..0fce196 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" @@ -60,8 +60,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); 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 551c4d7..8df31da 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" @@ -60,8 +60,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); 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 97dc39c..cafc3ea 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" @@ -60,8 +60,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); 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 ceee299..f61cd87 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" @@ -60,8 +60,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); 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 5f3192f..32c133b 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" @@ -60,8 +60,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); 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 783b325..d78746c 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" @@ -60,8 +60,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); 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 3611424..5dfc89b 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" @@ -60,8 +60,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); 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 3817a6e..864f15a 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" @@ -60,8 +60,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); 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 9da2b4c..3ffe694 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" @@ -60,8 +60,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); 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 867c64e..05515fc 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" @@ -60,8 +60,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; }); 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 5879ba8..4984428 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" @@ -60,8 +60,9 @@ const scrollY = window.scrollY; const positionY = 50 + scrollY * 0.03; background.style.backgroundPosition = `center ${positionY}%`; - profile1.style.backgroundPosition = `center ${positionY}%`; - profile2.style.backgroundPosition = `center ${positionY}%`; + const subPositionY = 0 + scrollY * 0.03; + profile1.style.backgroundPosition = `center ${subPositionY}%`; + profile2.style.backgroundPosition = `center ${subPositionY}%`; });