-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume2.html
More file actions
59 lines (54 loc) · 1.69 KB
/
resume2.html
File metadata and controls
59 lines (54 loc) · 1.69 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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="css/style_2.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"/>
<link href="https://fonts.googleapis.com/css?family=K2D|Mali|Open+Sans|Ubuntu" rel="stylesheet">
<title>Personal Document</title>
</head>
<body>
<div class="wrap">
<div class="left">
<h1>个人简历</h1>
</div>
<div class="content">
<div class="info">
<h2>基本信息</h2>
<p><span>姓名:</span>张三</p>
<p><span>性别:</span>男</p>
<p><span>应聘职位:</span>应用架构师</p>
</div>
<div class="info">
<h2>联系方式</h2>
<p><span>手机:</span>18600000000</p>
<p><span>邮箱:</span>joinefe@baidu.com</p>
<p><span>个人GitHub:</span><a href="https://helloqingfeng.github.io/front-end-index/index.html" target="_blank">https://helloqingfeng.github.io</a></p>
</div>
<div>
<h2>能力描述</h2>
<h4>技术能力</h4>
<p>熟练掌握HTML,CSS,JavaScript</p>
<h4>综合能力</h4>
<p>良好的沟通,主动积极,努力勤奋</p>
</div>
<div>
<h2>教育经历</h2>
<h4>本科</h4>
<p>百度前端技术学院小微学院</p>
<h4>研究生</h4>
<p>百度前端技术学院微学院</p>
</div>
<div>
<h2>项目经历</h2>
<h4>小度小度</h4>
<p>作为前端工程师角色参与了ABC组件的开发</p>
<h4>SAN Doc</h4>
<p>作为文档工程师参与了SAN Doc</p>
</div>
</div>
</div>
</body>
</html>