-
Notifications
You must be signed in to change notification settings - Fork 0
/
career.html
106 lines (101 loc) · 3.83 KB
/
career.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
<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">Career 🎵</h1>
<div class="entry"><h2>Mostly spent time with python</h2>
<ul>
<li>2018, <a href="https://www.proofsuite.com/">@proof</a> as a junior python dev</li>
<li>2021-2022 <a href="https://www.mycelebs.ai/">@mycelebs</a> as a data engineer</li>
<li>2024, <a href="https://adoc.co.kr/">viva-innovation</a> as python dev</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:icehongssii@gmail.com">icehongssii@gmail.com</a></p>
<p><a href="https://github.com/icehongssii">GitHub @icehongssii</a></p>
</div>
</footer>
<!-- Google Analytics -->
<!-- End Google Analytics -->
</body>
</html>