-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume5.html
68 lines (60 loc) · 1.8 KB
/
resume5.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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="css/style_3.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<link rel="shortcut icon" href="https://helloqingfeng.github.io/front-end-index/img/favicon.png"/>
<title>Personal Document</title>
</head>
<body>
<div class="aside">
<p>个人简历</p>
</div>
<div class="main">
<div class="title">
<p>基本信息</p>
</div>
<div class="detail num1">
<p><span>姓名:</span>张三</p>
<p><span>性别:</span>男</p>
<p><span>应聘职位:</span>应用架构师</p>
</div>
<div class="clearfix"></div>
<div class="title">
<p>联系方式</p>
</div>
<div class="detail num1">
<p><span>手机:</span>18600000000</p>
<p><span>邮箱:</span>[email protected]</p>
<p><span>个人GitHub:</span>https://helloqingfeng.github.io</p>
</div>
<div class="clearfix"></div>
<div class="title">
<p>能力描述</p>
</div>
<div class="detail num2">
<p><span>技术能力</span>熟练掌握HTML,CSS,JavaScript</p>
<p><span>综合能力</span>良好的沟通,主动积极,努力勤奋</p>
</div>
<div class="clearfix"></div>
<div class="title">
<p>教育经历</p>
</div>
<div class="detail num2">
<p><span>本科</span>百度前端技术学院小微学院</p>
<p><span>研究生</span>985百度前端技术学院</p>
</div>
<div class="clearfix"></div>
<div class="title">
<p>项目经历</p>
</div>
<div class="detail num2">
<p><span>小度助手</span>作为前端工程师角色参与了ABC组件的开发</p>
<p><span>人工智能</span>作为文档工程师参与了SAN Doc</p>
</div>
<div class="clearfix"></div>
</div>
</body>
</html>