-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
130 lines (109 loc) · 3.23 KB
/
index.html
File metadata and controls
130 lines (109 loc) · 3.23 KB
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
124
125
126
127
128
129
130
<!DOCTYPE html>
<html>
<head>
<title>Joe Bloggs - Curriculum Vitae</title>
<meta name="viewport" content="width=device-width"/>
<meta name="description" content="The Curriculum Vitae of Joe Bloggs."/>
<meta charset="UTF-8">
<link type="text/css" rel="stylesheet" href="style.css">
<link href='http://fonts.googleapis.com/css?family=Rokkitt:400,700|Lato:400,300' rel='stylesheet' type='text/css'>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body id="top">
<div id="cv" class="instaFade">
<div class="mainDetails">
<div id="headshot" class="quickFade">
<img src="headshot.jpg" alt="Alan Smith" />
</div>
<div id="name">
<h1 class="quickFade delayTwo">김규진</h1>
<h2 class="quickFade delayThree">백엔드 주니어 개발자</h2>
</div>
<div id="contactDetails" class="quickFade delayFour">
<ul>
<li>e: <a href="kjkj268@gmail.com" target="_blank">kjkj268@gmail.com</a></li>
<li>w: <a href="https://velog.io/@kjkj268">https://velog.io/@kjkj268</a></li>
</ul>
</div>
<div class="clear"></div>
</div>
<div id="mainArea" class="quickFade delayFive">
<section>
<article>
<div class="sectionTitle">
<h1>Personal Profile</h1>
</div>
<div class="sectionContent">
<p> 잘 부탁드립니다. </p>
</div>
</article>
<div class="clear"></div>
</section>
<section>
<div class="sectionTitle">
<h1>Work Experience</h1>
</div>
<div class="sectionContent">
<article>
<h2>구름톤 트레이닝 - 풀스택 과정</h2>
<p class="subDetails">may 2023 - Present</p>
<p>풀스택 과정 교육을 듣고 있습니다.</p>
</article>
<article>
<h2>Certification</h2>
<p class="subDetails">June 2022</p>
<p></p>
<li>정보처리기사</li>
<li>SQLD</li>
<p></p>
</article>
</div>
<div class="clear"></div>
</section>
<section>
<div class="sectionTitle">
<h1>Key Skills</h1>
</div>
<div class="sectionContent">
<ul class="keySkills">
<li>Java</li>
<li>Spring boot</li>
<li>javascript</li>
<li>Html</li>
<li>Css</li>
<li>React</li>
<li>Kubernetis</li>
<li>Docker</li>
<li>Oracle</li>
</ul>
</div>
<div class="clear"></div>
</section>
<section>
<div class="sectionTitle">
<h1>Education</h1>
</div>
<div class="sectionContent">
<article>
<h2>Korea National University of Transportation</h2>
<p class="subDetails">Computer Engineering</p>
<p>컴퓨터공학을 전공하였습니다.</p>
</article>
</div>
<div class="clear"></div>
</section>
</div>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-3753241-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</body>
</html>