diff --git a/.sass-cache/ebfdce28b90f164040b60556a8d195c0fb42b4a0/no-style-please.scssc b/.sass-cache/ebfdce28b90f164040b60556a8d195c0fb42b4a0/no-style-please.scssc index f104d04..2f84662 100644 Binary files a/.sass-cache/ebfdce28b90f164040b60556a8d195c0fb42b4a0/no-style-please.scssc and b/.sass-cache/ebfdce28b90f164040b60556a8d195c0fb42b4a0/no-style-please.scssc differ diff --git a/_sass/no-style-please.scss b/_sass/no-style-please.scss index 51eb2c3..fe915d9 100644 --- a/_sass/no-style-please.scss +++ b/_sass/no-style-please.scss @@ -88,13 +88,6 @@ li { padding: 0 1.5rem 4rem 1.5rem; } -header h1 { - text-align: center; - font-size: 24px; - color: #000; - margin-bottom: 30px; -} - hr { text-align: center; border: 0; @@ -160,10 +153,16 @@ img { background-repeat: no-repeat; background-position: center; background-size: cover; - filter: brightness(80%); transition: background-position 0.1s ease-out; } +header h1 { + text-align: center; + font-size: 24px; + color: #000; + margin-bottom: 30px; +} + // Profile .title { strong { @@ -204,7 +203,22 @@ img { background-repeat: no-repeat; } +// List +.list { + color: rgb(255, 111, 15); +} + @media screen and (max-width: "600px") { + // Header + header h1 { + font-size: 18px; + } + + .background-header { + height: 350px; + } + + // Profile .profile { flex-direction: column; } @@ -214,8 +228,3 @@ img { margin-bottom: 26px; } } - -// List -.list { - color: rgb(255, 111, 15); -} diff --git a/_site/assets/css/main.css b/_site/assets/css/main.css index 668d77d..12b0179 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}header h1{text-align:center;font-size:24px;color:#000;margin-bottom:30px}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}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 black;padding:1rem}blockquote p{margin:0}img{max-width:85%;display:block;margin:0 auto;border-radius:8px}.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;filter:brightness(80%);transition:background-position 0.1s ease-out}.title strong{color:#ff6f0f;text-decoration:underline}.profile{padding:48px 0 48px 0;display:flex;justify-content:space-around;align-items:center}.profile p>strong{color:#ff6f0f;text-decoration:underline}.profile .contact{padding-top:16px;font-size:14px}.profile .contact a{color:#fff;margin-right:18px}.profile-image{width:250px;height:250px;background-image:url("../images/profile.png");background-position:center;background-size:cover;background-position-x:-50px;background-repeat:no-repeat}@media screen and (max-width: 600px){.profile{flex-direction:column}.contact{text-align:center;margin-bottom:26px}}.list{color:#ff6f0f} +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}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 black;padding:1rem}blockquote p{margin:0}img{max-width:85%;display:block;margin:0 auto;border-radius:8px}.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}header h1{text-align:center;font-size:24px;color:#000;margin-bottom:30px}.title strong{color:#ff6f0f;text-decoration:underline}.profile{padding:48px 0 48px 0;display:flex;justify-content:space-around;align-items:center}.profile p>strong{color:#ff6f0f;text-decoration:underline}.profile .contact{padding-top:16px;font-size:14px}.profile .contact a{color:#fff;margin-right:18px}.profile-image{width:250px;height:250px;background-image:url("../images/profile.png");background-position:center;background-size:cover;background-position-x:-50px;background-repeat:no-repeat}.list{color:#ff6f0f}@media screen and (max-width: 600px){header h1{font-size:18px}.background-header{height:350px}.profile{flex-direction:column}.contact{text-align:center;margin-bottom:26px}} diff --git a/_site/assets/images/background.jpg b/_site/assets/images/background.jpg index 7987dcc..8b0d909 100644 Binary files a/_site/assets/images/background.jpg and b/_site/assets/images/background.jpg differ diff --git a/_site/feed.xml b/_site/feed.xml index 7a478f4..fc28f40 100644 --- a/_site/feed.xml +++ b/_site/feed.xml @@ -1,4 +1,4 @@ -Jekyll2024-08-10T23:37:44+09:00http://localhost:4000/byeonghyeon-kang/feed.xmlKang Byeong-hyeon 👨🏻‍💻Kang Byeonghyeon's dev blog +Jekyll2024-08-10T23:44:54+09:00http://localhost:4000/byeonghyeon-kang/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/byeonghyeon-kang/%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/assets/images/background.jpg b/assets/images/background.jpg index 7987dcc..8b0d909 100644 Binary files a/assets/images/background.jpg and b/assets/images/background.jpg differ