-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path12html.html
More file actions
262 lines (243 loc) · 9.65 KB
/
Copy path12html.html
File metadata and controls
262 lines (243 loc) · 9.65 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
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
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>12쉽소 이력서 출력</title>
<style>
@import url(12style.css);
</style>
</head>
<body>
<div class="top">
<p class="logo">12쉽소</p>
<table class="topTable">
<tr>
<td class="leftColumn">
<p class="topHighlightText" style="font-size:20px">언제나 웃는 얼굴로!</p>
<p class="topHighlightText" style="font-size:72px">홍길동</p>
</td>
<td class="rightColumn">
<img src="SampleImage.jpeg" style="width:120px; height:160px">
</td>
</tr>
</table>
</div>
<div class="infoBox">
<div class="infoTitleContainer">
<span class="infoTitle">인적사항</span>
<div class="infoLine"></div>
</div>
<br>
<table class="infoTable">
<tr>
<td class="infoLeft">
<div class="roundBox"><p class="infoText">생년월일</p></div>
</td>
<td class="infoRight">
<p class="infoText">1960.01.01</p>
</td>
</tr>
<tr>
<td class="infoLeft">
<div class="roundBox"><p class="infoText">주소</p></div>
</td>
<td class="infoRight" style="text-align:left; padding-left:12px;">
<p class="infoText">경기도 수원시 권선구<br>정조로 1</p>
</td>
</tr>
<tr>
<td class="infoLeft">
<div class="roundBox"><p class="infoText">연락처</p></div>
</td>
<td class="infoRight">
<p class="infoText">010-1234-5678</p>
</td>
</tr>
<tr>
<td class="infoLeft">
<div class="roundBox"><p class="infoText">긴급 연락처</p></div>
</td>
<td class="infoRight">
<p class="infoText">010-8765-4321</p>
</td>
</tr>
<tr>
<td class="infoLeft">
<div class="roundBox"><p class="infoText">이메일</p></div>
</td>
<td class="infoRight" style="text-align:left; padding-left:12px;">
<p class="infoText">abc12345<br>@naver.com</p>
</td>
</tr>
</table>
</div>
<br>
<div class="infoBox">
<div class="infoTitleContainer">
<span class="infoTitle">저, 홍길동은</span>
<div class="infoLine"></div>
</div>
<br>
<table class="infoTable">
<tr class="infoCenter">
<td> <div class="roundBox"><p class="infoText">잘 웃는 사람 🤗</p></div> </td>
</tr>
<tr class="infoCenter">
<td> <div class="roundBox"><p class="infoText">꼼꼼하고 섬세한 사람 📚</p></div> </td>
</tr>
<tr class="infoCenter">
<td> <div class="roundBox"><p class="infoText">영어를 잘하는 사람 🗣️</p></div> </td>
</tr>
</table>
</div>
<br>
<div class="infoBox">
<div class="infoTitleContainer">
<span class="infoTitle">최종학력사항</span>
<div class="infoLine"></div>
</div>
<br>
<table class="infoTable">
<tr>
<td class="infoLeft">
<div class="roundBox"><p class="infoText">학교명</p></div>
</td>
<td class="infoRight">
<p class="infoText">한국대학교</p>
</td>
</tr>
<tr>
<td class="infoLeft">
<div class="roundBox"><p class="infoText">전공</p></div>
</td>
<td class="infoRight">
<p class="infoText">수학과</p>
</td>
</tr>
<tr>
<td class="infoLeft">
<div class="roundBox"><p class="infoText">입학연도</p></div>
</td>
<td class="infoRight">
<p class="infoText">1990</p>
</td>
</tr>
<tr>
<td class="infoLeft">
<div class="roundBox"><p class="infoText">졸업연도</p></div>
</td>
<td class="infoRight">
<p class="infoText">2000</p>
</td>
</tr>
<tr>
<td class="infoLeft">
<div class="roundBox"><p class="infoText">학점</p></div>
</td>
<td class="infoRight">
<p class="infoText"> 3.00 / 4.5 </p>
</td>
</tr>
</table>
</div>
<br>
<div class="infoBox">
<div class="infoTitleContainer">
<span class="infoTitle">자격증</span>
<div class="infoLine"></div>
</div>
<br>
<table class="infoTable">
<tr>
<td class="infoLeft">
<div class="roundBox"><p class="infoText">자격증명</p></div>
</td>
<td class="infoRight">
<p class="infoText">교원자격증</p>
</td>
</tr>
<tr>
<td class="infoLeft">
<div class="roundBox"><p class="infoText">취득연도</p></div>
</td>
<td class="infoRight">
<p class="infoText">1994</p>
</td>
</tr>
<tr>
<td class="infoLeft">
<div class="roundBox"><p class="infoText">인증기관</p></div>
</td>
<td class="infoRight">
<p class="infoText">대한민국 교육부</p>
</td>
</tr>
</table>
<br>
<div class="infoLineSub"></div>
<br>
<table class="infoTable">
<tr>
<td class="infoLeft">
<div class="roundBox"><p class="infoText">자격증명</p></div>
</td>
<td class="infoRight">
<p class="infoText">통계처리사</p>
</td>
</tr>
<tr>
<td class="infoLeft">
<div class="roundBox"><p class="infoText">취득연도</p></div>
</td>
<td class="infoRight">
<p class="infoText">1996</p>
</td>
</tr>
<tr>
<td class="infoLeft">
<div class="roundBox"><p class="infoText">인증기관</p></div>
</td>
<td class="infoRight">
<p class="infoText">수학진흥원</p>
</td>
</tr>
</table>
</div>
<br>
<div class="infoBox">
<div class="infoTitleContainer">
<span class="infoTitle">경력사항</span>
<div class="infoLine"></div>
</div>
<br>
<p class="career"> <span class="roundBoxinText">LG전자</span> <span class="roundBoxinText">인사팀</span>에서
<span class="roundBoxinText">2002년</span>부터 <span class="roundBoxinText">2004년</span>까지
<span class="roundBoxinText">2년</span>동안 <span class="roundBoxinText">인사관리</span> 업무를 맡았어요. </p>
<br>
<div class="infoLineSub"></div>
<br>
<p class="career"> <span class="roundBoxinText">SK텔레콤</span> <span class="roundBoxinText">미래기회전략실</span>에서
<span class="roundBoxinText">2004년</span>부터 <span class="roundBoxinText">2010년</span>까지
<span class="roundBoxinText">6년</span>동안 <span class="roundBoxinText">통신 시장 리서치</span> 업무를 맡았어요. </p>
</div>
<br>
<div class="infoBox">
<div class="infoTitleContainer">
<span class="infoTitle">자기소개</span>
<div class="infoLine"></div>
</div>
<br>
<p class="paragraph"> 안녕하세요 반갑습니다. 저는 항상 바르고 웃는 자세의 홍길동입니다. 최대한 열심히 하겠습니다 아자아자!
안녕하세요 반갑습니다. 저는 항상 바르고 웃는 자세의 홍길동입니다. 최대한 열심히 하겠습니다 아자아자! 안녕하세요 반갑습니다.
저는 항상 바르고 웃는 자세의 홍길동입니다. 최대한 열심히 하겠습니다 아자아자! 안녕하세요 반갑습니다. 저는 항상 바르고 웃는 자세의 홍길동입니다. 최대한 열심히 하겠습니다 아자아자!
안녕하세요 반갑습니다. 저는 항상 바르고 웃는 자세의 홍길동입니다. 최대한 열심히 하겠습니다 아자아자! 안녕하세요 반갑습니다.
저는 항상 바르고 웃는 자세의 홍길동입니다. 최대한 열심히 하겠습니다 아자아자! </p>
</div>
<br>
<div class="infoBox"><div class="infoLine"></div></div>
<div class="infoBox" style="text-align:center;">
<p class="sloganEnd">1,2,3처럼 쉬운 이력서 생성 도우미,</p> <p class="logoEnd">12쉽소</p>
</div>
</body>
</html>