-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
123 lines (114 loc) · 4.56 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<html>
<head>
<!-- 사이트 제목 -->
<title>icehongssii</title>
<!-- 사이트 favicon -->
<link
rel="icon"
href="/static/assets/icepersimmon.png"
type="image/x-icon"
/>
<meta charset="utf-8" />
<!-- 코드하이라이터 -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/default.min.css"
/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/highlightjs-line-numbers.js/dist/highlightjs-line-numbers.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/languages/dockerfile.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/languages/shell.min.js"></script>
<script>
hljs.highlightAll();
</script>
<!-- 사이트 메타데이터-->
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0"
/>
<meta name="description" content="MOM, I am gonna rock" />
<meta property="og:description" content="MOM, I am gonna rock" />
<meta name="author" content="" />
<!-- css파일-->
<link rel="stylesheet" type="text/css" href="/static/style.css" />
<!-- RSS피드-->
<link
rel="alternate"
type="application/rss+xml"
title="icehongssii"
href="/feed.xml"
/>
</head>
<body>
<div id="MathJax_Message" style="display: none"></div>
<header>
<!--사이트 메타데이터-->
<div class="container">
<div class="site-info">
<a href="/" class="site-title">icehongssii</a>
<p class="site-description">MOM, I am gonna rock</p>
</div>
<!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!---사이트메타-->
<!--헤더-->
<div class="grower"></div>
<!--네이게이션바 3개-->
<nav class="site-nav">
<a href="/career"><img src="/static/assets/sun.svg" /></a>
<p>ABOUT</p>
</nav>
<nav class="site-nav">
<a href="/posts"><img src="/static/assets/monster.svg" /></a>
<p>POSTS</p>
</nav>
<nav class="site-nav">
<a href="/tags"><img src="/static/assets/cloud.svg" /></a>
<p>TAGS</p>
</nav>
<!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!---네이게이션바3개-->
</div>
<!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!---헤더-->
</header>
<!--최상단컨테이너-->
<div id="main" role="main" class="container">
<h1 class="title">Hi! I am hongssii</h1>
<div class="entry"><h2>If you are reading this, I bet You are cool enough to be my friend 😎.</h2>
<ul>
<li>Welcome to my lab folks! </li>
<li>My friends in the Internet calls me "Hongssi", which means "persimmon". So You are dare me to call me hongssii as well. </li>
<li>I recently re-started my career as python backend developer! (Don't ask me Why I come back)</li>
<li>Now, I am working at <a href="https://adoc.co.kr/">viva-innovation</a> with the most amazing developers!!!! </li>
</ul>
<h2>What I am interested in the most .. 🤔</h2>
<ul>
<li>I like to decorate my obsidian vault and love to develop this shit blog secretly.</li>
<li>I am learning Taekwondo. I have black belt.</li>
<li>I love to take photo of my friends and I also like to taken as well. (I am digital hoader. Thinking to owning my own server as well)</li>
<li>Comics </li>
</ul>
<h2>If you want to connect me to hang out for real.. 💔</h2>
<ul>
<li>Please, don't.</li>
<li>But, You can email me [email protected] Or just write any comment on my blog I will check </li>
</ul>
</div>
<!--홍씨바닥-->
<div>
<center>
<img src="/static/assets/icepersimmon.png" class="my-icon" />
</center>
</div>
<!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!---홍씨바닥-->
</div>
<!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!--최상단 container-->
<footer>
<div class="container">
<p><a href="mailto:[email protected]">[email protected]</a></p>
<p><a href="https://github.com/icehongssii">GitHub @icehongssii</a></p>
</div>
</footer>
<!-- Google Analytics -->
<!-- End Google Analytics -->
</body>
</html>