Skip to content

Commit 71b7dc1

Browse files
committed
Deploy post/2026-03-27-01 4745a6c
0 parents  commit 71b7dc1

57 files changed

Lines changed: 9087 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.nojekyll

Whitespace-only changes.

about.html

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
<!DOCTYPE html>
2+
<html lang="ko">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
6+
7+
<link rel="preload" href="/assets/profile.webp" as="image" type="image/webp">
8+
9+
<title>어바웃 | 차한음 블로그</title>
10+
<meta name="description" content="어바웃 | 차한음 블로그">
11+
<meta name="author" content="차한음">
12+
<link rel="canonical" href="https://chebread.github.io/">
13+
14+
<meta property="og:title" content="어바웃 | 차한음 블로그">
15+
<meta property="og:description" content="어바웃 | 차한음 블로그">
16+
<meta property="og:type" content="article">
17+
<meta property="og:url" content="https://chebread.github.io/about.html">
18+
<meta property="og:site_name" content="차한음 블로그">
19+
20+
<meta name="twitter:card" content="summary_large_image">
21+
<meta name="twitter:title" content="어바웃 | 차한음 블로그">
22+
<meta name="twitter:description" content="어바웃 | 차한음 블로그">
23+
24+
<script type="application/ld+json">
25+
{
26+
"@context": "https://schema.org",
27+
"@type": "BlogPosting",
28+
"headline": "어바웃 | 차한음 블로그",
29+
"author": {
30+
"@type": "Person",
31+
"name": "차한음"
32+
},
33+
"publisher": {
34+
"@type": "Organization",
35+
"name": "차한음",
36+
},
37+
"description": "어바웃 | 차한음 블로그"
38+
}
39+
</script>
40+
41+
<link rel="stylesheet" href="/styles/reset.css" />
42+
<link rel="stylesheet" href="/styles/layout.css" />
43+
<link rel="stylesheet" href="/styles/color-palette.css">
44+
<link rel="stylesheet" href="/styles/chroma.css">
45+
46+
<link rel="stylesheet" href="/styles/about.css">
47+
<link rel="stylesheet" href="/styles/github-markdown.css">
48+
49+
<link rel="icon" href="/favicons/favicon.ico" sizes="any">
50+
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
51+
<link rel="apple-touch-icon" href="/favicons/apple-touch-icon.png">
52+
</head>
53+
<body>
54+
<div class="root">
55+
<div class="about">
56+
<nav class="about-nav">
57+
<a href="/" class="">
58+
<span></span>
59+
</a>
60+
<a href="/about" class="active">
61+
<span>어바웃</span>
62+
</a>
63+
<a href="/posts" class="">
64+
<span>포스트</span>
65+
</a>
66+
</nav>
67+
68+
<header class="about-header">
69+
<div class="about-hero">
70+
<h1>개발자 차한음</h1>
71+
</div>
72+
</header>
73+
74+
<main class="about-content">
75+
<article class="markdown-body">
76+
<p>반갑습니다. 세상을 선하게 만드는 개발자, 차한음입니다.</p>
77+
78+
</article>
79+
</main>
80+
<footer class="about-footer">
81+
<section>
82+
<p>&copy; 2025-2026 Cha Haneum</p>
83+
</section>
84+
<section>
85+
<a href="https://github.com/chebread">
86+
<span>깃허브</span>
87+
</a>
88+
<a href="mailto:chahaneum@chebread.com">
89+
<span>이메일</span>
90+
</a>
91+
</section>
92+
</footer>
93+
</div>
94+
</div>
95+
96+
<script src="/js/main.js"></script>
97+
</body>
98+
</html>

assets/gopher_1.webp

9.39 KB
Loading

assets/gopher_2.webp

11.7 KB
Loading

assets/introduce-python-calc.png

223 KB
Loading

assets/profile.png

440 KB
Loading

assets/profile.webp

12.4 KB
Loading

assets/thisishaneum-history.webp

51.3 KB
Loading

favicons/apple-touch-icon.png

59.3 KB
Loading

favicons/favicon-32x32.png

2.9 KB
Loading

0 commit comments

Comments
 (0)