-
Notifications
You must be signed in to change notification settings - Fork 189
/
Copy pathresume.html
87 lines (87 loc) · 3.03 KB
/
resume.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
<!DOCTYPE html>
<html>
<head>
<title >实验2</title>
</head>
<body bgcolor="OldLace">
<table width="900" border="0" align="center" bgcolor="FloralWhite">
<th height="80" align="center" colspan="3"><font size="7" face="楷体">个人简历</font></th>
<tr>
<td colspan="2" height="30" bgcolor="BlanchedAlmond"><font size="4"><b> 基本信息</b></font></td>
</tr>
<tr>
<td width="60%" >
<table border="0" width="100%" height="270">
<tr bgcolor="Linen">
<td width="50%">姓 名:***</td>
<td width="50%">婚姻状况:未婚</td>
</tr>
<tr>
<td>出生年月:1997.07</td>
<td>性 别:男</td>
</tr>
<tr bgcolor="Linen">
<td>学 历:本科</td>
<td>名 族:汉族</td>
</tr>
<tr>
<td>毕业学校:惠州学院</td>
<td>学 位:学士</td>
</tr>
<tr bgcolor="Linen">
<td>专 业:软件工程</td>
</tr>
<tr >
<td colspan="2">个人Github主页:<a href="https://github.com/1614080902117">https://github.com/1614080902117</a></td>
</tr>
</table>
</td>
<td width="20%"><img src="https://raw.githubusercontent.com/1614080902117/html5-2018/master/1614080902117/p1.jpg" width="100%" ></td>
</tr>
<tr>
<td colspan="2" height="30" bgcolor="BlanchedAlmond"><font size="4"><b>求职意向</b></font></td>
</tr>
<tr>
<td colspan="2" height="60"><p>·JAVA开发工程师</p></td>
</tr>
<tr>
<td colspan="2" height="30" bgcolor="BlanchedAlmond"><font size="4"><b>教育背景与工作经历</b></font></td>
</tr>
<tr>
<td colspan="2" height="60"><p>·2016.09-2020.07 惠州学院 软件工程 本科</p></td>
</tr>
<tr>
<td colspan="2" height="30" bgcolor="BlanchedAlmond"><font size="4"><b>专业技能</b></font></td>
</tr>
<tr>
<td colspan="2" height="140"><p>·熟悉Java语言,会面向对象编程。<br>
·熟悉Html、CSS、JS,对html5有一定的了解。<br>
·熟悉SQL语句,熟练操作MySQL和SqlSever数据库。<br>
·了解C、C++等语言。
</p></td>
</tr>
<tr>
<td colspan="2" height="30" bgcolor="BlanchedAlmond"><font size="4"><b>自我评价、兴趣爱好</b></font></td>
</tr>
<tr>
<td colspan="2" height="160"><p>·工作认真负责,责任感强。<br>
·积极乐观,善于交流。<br>
·学习能力较强,做事细心。<br>
·爱好软件事业,对从事IT行业的工作有浓厚的兴趣。
</p></td>
</tr>
<tr>
<td colspan="2" height="30" bgcolor="BlanchedAlmond"><font size="4"><b>联系方式</b></font></td>
</tr>
<tr>
<td colspan="2" height="60"><p>·手机号码:12345678<br>
·邮箱:12345678@163.com
</p></td>
</tr>
</table>
<form action="https://github.com/1614080902117" method="get">
<p align="center" bgcolor="Seashell"><font size="5">留言板</font></p>
<p align="center"><textarea name="content" cols="20" rows="10" style="width:800px;height:250px;font-size: 24px"></textarea><input type="submit" value="留言" style="margin-left: 10px"></p>
</form>
</body>
</html>