-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html.html
54 lines (54 loc) · 1.38 KB
/
index.html.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link href="style_3.css" rel="stylesheet" />
<title>简历</title>
</head>
<body>
<article>
<h1>简历</h1>
<section>
<h2>基本信息</h2>
<p><b>姓名</b> 张三 <b>性别</b> 男 <b>应聘职位</b> web前端工程师</p>
</section>
<section>
<h2>联系方式</h2>
<p><b>手机</b> 12312341234 <b>Email</b> <a href="mailto:[email protected]">[email protected]</a> <b>个人主页</b> Github</p>
</section>
<section>
<h2>能力描述</h2>
<section>
<h3>技术能力</h3>
<p>熟练掌握HTML,CSS,Javascript</p>
</section>
<section>
<h3>综合能力</h3>
<p>良好的沟通,主动积极,努力勤奋</p>
</section>
</section>
<section>
<h2>教育经历</h2>
<section>
<h3>本科</h3>
<p>百度前端技术学院</p>
</section>
<section>
<h3>研究生</h3>
<p>百度前端奇数学院</p>
</section>
</section>
<section>
<h2>项目经历</h2>
<section>
<h3>小度小度</h3>
<p>作为前端工程师角色参与ABC组件开发</p>
</section>
<section>
<h3>SAN Doc</h3>
<p>作为文档工程师参与编写</p>
</section>
</section>
</article>
</body>
</html>