-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhyunwoo.html
119 lines (83 loc) · 4.64 KB
/
hyunwoo.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
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>Hyunwoo @ SNU</title>
<meta name="Description" content=" add description ... ">
<meta name="Keywords" content=" add keywords ... ">
<link rel="shortcut icon" href="favicon.ico">
<link rel="apple-touch-icon-precomposed" href="apple-touch-icon.png">
<!--<link type="text/css" href="http://completethemes.ro/themeforest/cv/style.css" rel="stylesheet" media="all">-->
<link href="resources/css/base.css" rel="stylesheet">
<link href="resources/css/grid.css" rel="stylesheet">
<link href="resources/css/elements.css" rel="stylesheet">
<link href="resources/css/layout.css" rel="stylesheet">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,700" rel="stylesheet" type="text/css">
<link href="resources/css/default.css" rel="stylesheet" id="cv-skin">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i" rel="stylesheet">
<!-- Stylesheets -->
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/font-awesome.min.css"/>
<link rel="stylesheet" href="css/flaticon.css"/>
<link rel="stylesheet" href="css/animate.css"/>
<link rel="stylesheet" href="css/owl.carousel.css"/>
<link rel="stylesheet" href="css/style.css"/>
</head>
<body>
<div id="wrap">
<div id="header">
<!-- /// HEADER //////////////////////////////////////////////////////////////////////////////////////////////////////////// -->
<div class="cv-section">
<div class="span8">
<div class="cv-section-title">
<img src="profile.png" width="120" alt="">
<h1>
Hyunwoo Jung
<small>Undergraduate Intern</small>
</br>
</h1>
</div><!-- end .cv-section-title -->
</div><!-- end .span9 -->
<div class="span4">
<div class="cv-item">
<div class="social-media fixed">
<a href="#" class="facebook-icon social-icon">
<i class="fa fa-facebook"></i>
</a>
<!-- <a href="#" class="twitter-icon social-icon">
<i class="fa fa-twitter"></i>
</a> -->
<a href="#" class="googleplus-icon social-icon">
<i class="fa fa-google-plus"></i>
</a>
<a href="#" class="linkedin-icon social-icon">
<i class="fa fa-linkedin"></i>
</a>
</div
>
<p class="last">
<h3><strong>Contact</strong></h3>
<h4>Email: <a href="mailto:[email protected]">chaosphch at snu.ac.kr</a></h4>
<h4>Office: Room 416, Building 301, Seoul National University, Seoul, Korea</h4>
</p>
</div>
</div>
</div>
</div><!-- end #header -->
<div id="content">
<div class="cv-section">
<div class="span3">
<div class="cv-section-title">
<h2>Education</h2>
</div>
</div>
<br>
<div class="span9">
<div class="cv-item">
<h3>Seoul National University- B.S. in Physical Science Education, Computer Science and Engineering(Dual degree)</h3>
</div><!-- end .cv-item -->
</div><!-- end .span9 -->
</div>
</body>
</html>