forked from daehopark/resume-for-web-developer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
205 lines (191 loc) · 8.33 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Résumé</title>
<link rel="shortcut icon" href="./assets/img/favicon/favicon.ico">
<!-- Noto Sans KR-Hestia -->
<link rel="stylesheet" href="./assets/noto-fonts/stylesheets/NotoSansKR-Hestia.css">
<!-- font-awesome -->
<link href="./assets/bower_components/components-font-awesome/css/font-awesome.min.css" rel="stylesheet">
<!-- custom css -->
<link href="./assets/css/common.css" rel="stylesheet">
<link href="./assets/css/style.css" rel="stylesheet">
<!-- IE8 에서 HTML5 요소와 미디어 쿼리를 위한 HTML5 shim 와 Respond.js -->
<!-- WARNING: Respond.js 는 당신이 file:// 을 통해 페이지를 볼 때는 동작하지 않습니다. -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="resume-wrapper">
<!-- header -->
<header>
<h1 class="heading-container">Résumé</h1>
<h2 class="name-container">your name</h2>
<h3 class="job-container">your role</h3>
<div class="profile-picture">
<img src="./assets/img/profile.png" alt="">
</div>
<div class="contact-container">
<ul class="contact-list">
<li>
<a href="tel:01000000000">+82. 010. 0000. 0000</a>
<span><i class="fa fa-phone" aria-hidden="true"></i></span>
</li>
<li>
<a href="mailto:[email protected]">[email protected]</a>
<span><i class="fa fa-envelope-o" aria-hidden="true"></i></span>
</li>
<li>
<a href="#" target="_blank">your homepage address</a>
<span><i class="fa fa-globe" aria-hidden="true"></i></span>
</li>
<li>
<a href="https://github.com/dhparkdh/resume-for-web-developer" target="_blank">your github address</a>
<span><i class="fa fa-github" aria-hidden="true"></i></span>
</li>
</ul>
</div>
</header><!-- header -->
<!-- main -->
<section id="main">
<div class="resume-item-wrapper">
<!-- experince -->
<section class="resume-item experience">
<div class="inner">
<h2>experience</h2>
<ul>
<!-- list example
<li>
<h3>Your Role</h3>
<h4 class="company">Your Company Name & Location</h4>
<span class="date">Working Period</span>
<p class="detail">
Details what you did at this company
</p>
</li>
-->
<li>
<h3>Chief Technology Officer</h3>
<h4 class="company">Global Unicorn Corp. in Bundang</h4>
<span class="date">Sept 2015 - present</span>
<p class="detail">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
</p>
</li>
<li>
<h3>Senior Front-End Developer</h3>
<h4 class="company">Awesome Startup Corp. in Gangnam</h4>
<span class="date">Feb 2015 - Jan 2016</span>
<p class="detail">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
</p>
</li>
<li>
<h3>Junior Front-End Developer</h3>
<h4 class="company">Great Web Agency in Hongdae</h4>
<span class="date">Mar 2010 - Jan 2015</span>
<p class="detail">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
</p>
</li>
</ul>
</div>
</section><!-- experince -->
<!-- project -->
<section class="resume-item project">
<div class="inner">
<h2>project</h2>
<ul>
<!-- list example
<li>
<h3><a href="#" target="_blank">Your Project Name</a></h3>
<p class="detail">
Details what the project is
</p>
<p class="tags">#hash #tags</p>
</li>
-->
<li>
<h3><a href="https://github.com/dhparkdh/resume-for-web-developer" target="_blank">HTML5 Résumé template for web developer</a></h3>
<p class="detail">
Online Résumé(CV) template for web developer using HTML5 and CSS3.
</p>
<p class="tags">#HTML5 #CSS3 #Noto</p>
</li>
<li>
<h3><a href="#" target="_blank">Project Name</a></h3>
<p class="detail">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
</p>
<p class="tags">#hash #tags</p>
</li>
<li>
<h3><a href="#" target="_blank">Project Name</a></h3>
<p class="detail">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
</p>
<p class="tags">#hash #tags</p>
</li>
</ul>
</div>
</section><!-- project -->
<!-- skill -->
<section class="resume-item skill">
<div class="inner">
<h2>Skill</h2>
<ul>
<!-- list example
<li>
<h3>Your Skill Name</h3>
<div class="skill-bar">
<span class="bar" style="width: Percentage% ;"></span>
</div>
</li>
-->
<li>
<h3>Master</h3>
<div class="skill-bar">
<span class="bar" style="width: 100% ;"></span>
</div>
</li>
<li>
<h3>Professional</h3>
<div class="skill-bar">
<span class="bar" style="width: 80% ;"></span>
</div>
</li>
<li>
<h3>Senior</h3>
<div class="skill-bar">
<span class="bar" style="width: 60% ;"></span>
</div>
</li>
<li>
<h3>Junior</h3>
<div class="skill-bar">
<span class="bar" style="width: 40% ;"></span>
</div>
</li>
<li>
<h3>Rookie</h3>
<div class="skill-bar">
<span class="bar" style="width: 20% ;"></span>
</div>
</li>
</ul>
</div>
</section><!-- skill -->
</div>
</section><!-- main -->
<!-- footer -->
<footer>
© 2016 <a href="https://github.com/dhparkdh" target="-_blank">dhpark</a>. All rights reserved.
</footer><!-- footer -->
</div>
</body>
</html>