-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
180 lines (163 loc) · 7.79 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<base target="_blank">
<link rel="stylesheet" href="css/common.css">
<link href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<title>孟政元的个人简历</title>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-sm-12">
<br>
<h2 id="resume_header">个 人 简 历</h2>
<h4 id="resume_header_en">Personal Resume</h4>
<br>
<table id="resume_table" class="table-bordered table-responsive">
<!-- 基本信息 -->
<tr>
<td class="group-name" rowspan="2">基本信息</td>
<td class="item-name">姓名</td>
<td class="item-name">性别</td>
<td class="item-name">出生日期</td>
<td id="avatar_cell" rowspan="6"><img id="avatar" src="img/avatar.jpg" alt="证件照"></td>
</tr>
<tr>
<td class="item-content">孟政元</td>
<td class="item-content">男</td>
<td class="item-content">1996.10.10</td>
</tr>
<!-- 教育信息 -->
<tr>
<td class="group-name" rowspan="2">教育信息</td>
<td class="item-name">学历</td>
<td class="item-name">本科院校</td>
<td class="item-name">本科专业</td>
</tr>
<tr>
<td class="item-content">本科</td>
<td class="item-content">吉林大学</td>
<td class="item-content">计算机科学与技术</td>
</tr>
<!-- 联系方式 -->
<tr>
<td class="group-name" rowspan="2">联系方式</td>
<td class="item-name">邮箱</td>
<td class="item-name">电话</td>
<td class="item-name">QQ</td>
</tr>
<tr>
<td class="item-content">[email protected]</td>
<td class="item-content">18671038230</td>
<td class="item-content">278227739</td>
</tr>
<!-- 个人简介 -->
<tr>
<td class="group-name">个人简介</td>
<td class="group-content" colspan="4">
<p>
性格: 开朗, 乐观, 随和, 能与身边的人融洽相处, 乐于助人.
</p>
<p>
Personality: Cheerful, optimistic, easygoing, able to get along with the people around you, helpful.
</p>
<p>
爱好: 听音乐, 华尔兹.
</p>
<p>
Hobbies: Listening to music, waltz.
</p>
<p>
专业: Web前端, Vue.js, Node.js, Virtual DOM, Web安全, 数据可视化, 时常关注Web标准最新的进展和方向.喜欢自己动手实践, 通过所学习的知识做一些自己感兴趣的东西并与他人分享.
</p>
<p>
Professional: Web front end, Vue.js, Node.js, Virtual DOM, Web security, data visualization, constantly paying attention to the latest developments and directions of Web standards. I like to put my thoughts into practice and do something I am interested in through the knowledge I have learned and Share with others.
</p>
<p>
以后: 希望自己以后能够多些耐心, 多些毅力, 静下心来, 做好自己该做的事情. 懂得感恩和回报.
</p>
<p>
In the future: I hope that I can be more patient, more persevering, calm down, and do what I should do. To be grateful.
</p>
</td>
</tr>
<!-- 教育经历 -->
<tr>
<td class="group-name">教育经历</td>
<td class="group-content" colspan="4">
<ul>
<li>2011-2014年就读于湖北襄阳五中</li>
<li>2014-2018年就读于吉林大学计算机科学与技术学院计算机科学与技术专业</li>
</ul>
</td>
</tr>
<!-- 技能特长 -->
<tr>
<td class="group-name">技能特长</td>
<td class="group-content" colspan="4">
<ul>
<li>Web前端(HTML, JS, CSS, WebAssembly, WebSocket, ServiceWorker, Vue, Jquery, BootStrap, React, Angular等)</li>
<li>Node.JS相关的技术栈(如webpack,babel等)</li>
<li>数据可视化(Canvas, SVG, D3.js, Three.js等)</li>
<li>简单的后台服务器运维(Nginx, MySQL等)</li>
<li>网络应用架构(HTTP, HTTPS, SSL, CDN, FTP等)</li>
<li>网站的搭建与维护(域名管理, SEO等)</li>
<li>开发工具(IDEA, MarkDown等)</li>
<li>团队协作(Git, GitHub等)</li>
</ul>
</td>
</tr>
<!-- 荣誉奖项 -->
<tr>
<td class="group-name">荣誉奖项</td>
<td class="group-content" colspan="4">
<ul>
<li>
<a href="assets/60537.pdf">
2017年建模美赛SP奖
</a>
</li>
<li>
<a href="img/yoyo.png">
吉林大学2016年大创国家级项目(YOYO笔记)负责人
</a>
</li>
</ul>
</td>
</tr>
<!-- 个人成果-->
<tr>
<td class="group-name">个人成果</td>
<td class="group-content" colspan="4">
<ul>
<li>
<a href="https://twesix.cn">
个人网站(https://www.twesix.cn)
</a>
</li>
<li>
<a href="https://github.com/twesix">
我的GitHub账号(https://github.com/twesix)
</a>
</li>
<li>
<a href="http://yumiao.org.cn">
育苗支教官网(https://yu-miao.github.io/)
</a>
</li>
</ul>
</td>
</tr>
</table>
<br>
<footer>
<p class="print text-center">该简历Web版请登录https://twesix.cn/resume/查看, 可以看到更详细的信息</p>
</footer>
<br>
</div>
</div>
</div>
</body>
</html>