-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (42 loc) · 1.46 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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Zeng Yang的简历</title>
<style>
body { font-family: Arial, sans-serif; }
.resume-container { width: 80%; margin: auto; }
.section-title { background-color: #eaeaea; padding: 10px; margin-top: 20px; }
.section { margin-bottom: 20px; }
</style>
</head>
<body>
<div class="resume-container">
<h1>简历 - Zeng Yang</h1>
<div class="section">
<div class="section-title">联系方式</div>
<p>手机: 07422928782</p>
<p>邮箱: [email protected]</p>
</div>
<div class="section">
<div class="section-title">教育背景</div>
<h3>MSc in Neuroscience</h3>
<p>King's College London, In Progress</p>
<p>Current Average: 70/100</p>
<h3>Bachelor of Engineering in Software Engineering; Bachelor of Arts in Chinese Language and Literature</h3>
<p>Tianjin University</p>
<p>GPA: 3.25/4.00 (Engineering), 3.68/4.00 (Arts)</p>
</div>
<div class="section">
<div class="section-title">技能和技术熟练度</div>
<h3>编程语言</h3>
<p>Proficient in Python, Java, C++, C, C#, and PHP</p>
<h3>深度学习框架</h3>
<p>Skilled in using TensorFlow and PyTorch</p>
<!-- 数据处理和数据库部分的内容被截断了 -->
</div>
<!-- 其余的简历内容也应以同样的方式展现,但因为内容被截断,此处无法展示 -->
</div>
</body>
</html>