-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8826f9e
commit 5d55234
Showing
59 changed files
with
238 additions
and
175 deletions.
There are no files selected for viewing
Binary file modified
BIN
+1.35 KB
(100%)
.sass-cache/ebfdce28b90f164040b60556a8d195c0fb42b4a0/no-style-please.scssc
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,13 +3,10 @@ | |
--- | ||
|
||
<header class="header"> | ||
<h1 class="header-title">Hi, I’m <strong>Kang Byeong-hyeon</strong>.</h1> | ||
<h1 class="header-title"> | ||
<span>Hi, I’m <strong>Kang Byeong-hyeon</strong>.</span> | ||
</h1> | ||
<div class="background"></div> | ||
<div class="profile-container"> | ||
<div class="profile1"></div> | ||
<div class="profile2"></div> | ||
<div></div> | ||
</div> | ||
<div class="introduce"> | ||
<p><strong>웹 프론트엔드</strong> 개발을 좋아해요.</p> | ||
<p><strong>기록</strong>하고 <strong>공유</strong>하는 걸 좋아해요.</p> | ||
|
@@ -20,17 +17,21 @@ <h1 class="header-title">Hi, I’m <strong>Kang Byeong-hyeon</strong>.</h1> | |
</div> | ||
</header> | ||
|
||
<div class="contact"> | ||
<span> | ||
🐱 | ||
<a href="https://github.com/kang-kibong" target="_blank">Github</a> | ||
</span> | ||
<span> | ||
📧 | ||
<a href="mailto:[email protected]">Email</a> | ||
</span> | ||
</div> | ||
|
||
<section class="w"> | ||
<div class="contact"> | ||
<span> | ||
🐱 | ||
<a href="https://github.com/kang-kibong" target="_blank">Github</a> | ||
</span> | ||
<span> | ||
📧 | ||
<a href="mailto:[email protected]">Email</a> | ||
</span> | ||
</div> | ||
{%-include menu_item.html collection=site.data.menu.entries-%} {{ content }} | ||
</section> | ||
|
||
<div class="profile-container"> | ||
<div class="profile1"></div> | ||
<div class="profile2"></div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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}%`; | ||
}); | ||
</script> | ||
|
||
|
@@ -73,13 +74,10 @@ | |
<body a="auto"> | ||
<main class="page-content" aria-label="Content"> | ||
<header class="header"> | ||
<h1 class="header-title">Hi, I’m <strong>Kang Byeong-hyeon</strong>.</h1> | ||
<h1 class="header-title"> | ||
<span>Hi, I’m <strong>Kang Byeong-hyeon</strong>.</span> | ||
</h1> | ||
<div class="background"></div> | ||
<div class="profile-container"> | ||
<div class="profile1"></div> | ||
<div class="profile2"></div> | ||
<div></div> | ||
</div> | ||
<div class="introduce"> | ||
<p><strong>웹 프론트엔드</strong> 개발을 좋아해요.</p> | ||
<p><strong>기록</strong>하고 <strong>공유</strong>하는 걸 좋아해요.</p> | ||
|
@@ -90,18 +88,17 @@ <h1 class="header-title">Hi, I’m <strong>Kang Byeong-hyeon</strong>.</h1> | |
</div> | ||
</header> | ||
|
||
<div class="contact"> | ||
<span> | ||
🐱 | ||
<a href="https://github.com/kang-kibong" target="_blank">Github</a> | ||
</span> | ||
<span> | ||
📧 | ||
<a href="mailto:[email protected]">Email</a> | ||
</span> | ||
</div> | ||
|
||
<section class="w"><ul><li class="list"> | ||
<section class="w"> | ||
<div class="contact"> | ||
<span> | ||
🐱 | ||
<a href="https://github.com/kang-kibong" target="_blank">Github</a> | ||
</span> | ||
<span> | ||
📧 | ||
<a href="mailto:[email protected]">Email</a> | ||
</span> | ||
</div><ul><li class="list"> | ||
<strong>👨🏻💻 kakao tech campus 2th ~</strong> | ||
</li><ul><li> | ||
<span>2024-05-14</span> | ||
|
@@ -306,6 +303,11 @@ <h1 class="header-title">Hi, I’m <strong>Kang Byeong-hyeon</strong>.</h1> | |
|
||
</section> | ||
|
||
<div class="profile-container"> | ||
<div class="profile1"></div> | ||
<div class="profile2"></div> | ||
</div> | ||
|
||
</main> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.