
<!DOCTYPE html>
<html>
<head>
<title>个人简历</title>
<style type="text/css">
html{
background-image: url(tubiao/background.png);
background-repeat:no-repeat;
color:#696969;
font-size:27px;
}
table{
align:"center";
width:"990" ;
height:"1400";
border:"0" ;
cellpadding:"0" ;
cellspacing:"0";
}
#head{
margin-top:80px;
margin-left:70px;
width:200px;
height:200px;
border-radius:50%;
border:5px solid #F8F8FF;
}
#icon{
margin-top:10px;
margin-left:37px;
width:75px;
height:75px;
}
#rightup{
margin-top:8px;
margin-left:4px;
width:40px;
height:40px;
}
#name{
font-size:50px;
font-weight:bold;
margin-top:-140px;
margin-left:360px;
}
#title{
margin-top:10px;
margin-left:120px;
font-size: 35px;
color: #7E91B3;
font-weight: lighter;//字体变细
}
.label{
margin-top:20px;
margin-left:100px;
font-size: 22px;
border-radius:10%;
border:10px solid #7E91B3;
color: white;
background-color: #7E91B3;
}
.infomation{
margin-top:-900px;
margin-left:240px;
}
.infomation font{
margin-top:-950px;
margin-left:120px;
font-size:24px;
}
</style>
</head>
<body>
<ul>
<img id="head" src='tubiao/head.png'>
<div>
<div id="name" style="color:black">李 四</div>
<div style="margin-top:-115px;
margin-left:580px;">
<div>
<img id="rightup" src="tubiao/phoneNumber.png"> 1**********
</div>
<div>
<img id="rightup" src="tubiao/postbox.png"> *******@qq.com
</div>
<div>
<img id="rightup" src="tubiao/card.png"> 1999年1月1号
</div>
</div>
</div>
</ul>
<table>
<tr>
<td>
<br>
<font id="title"><b>个 人 标 签</b><br><br>
</font>
<font class="label">开朗健谈</font>
<font class="label" style="margin-left:10px">热爱生活</font><br><br>
<font class="label">努力上进</font>
<font class="label" style="margin-left:10px">自律自尊</font><br>
</td>
</tr>
<tr>
<td>
<br><br>
<font id="title"><b>求 职 意 向</b></font><br><br>
<font style="margin-left:100px;">工 作 地 点:**</font><br>
<font style="margin-left:100px;">期 望 薪 资:面议</font><br>
<font style="margin-left:100px;">入 职 时 间:2020.7</font><br>
<font style="margin-left:100px;">目 前 状 态:学生</font><br>
</td>
</tr>
<tr>
<td>
<br><br>
<font id="title"><b>技 能 爱 好</b></font><br>
<img id="icon" src='tubiao/read1.png' style="margin-left:110px;">
<img id="icon" src='tubiao/sing.png'><br>
<font style="margin-left:110px;">读书-------唱歌</font><br>
<img id="icon" src='tubiao/drama.png' style="margin-left:110px;">
<img id="icon" src='tubiao/badminton.png'><br>
<font style="margin-left:110px;">排球-------篮球</font><br>
</td>
</tr>
</table>
<div class="infomation">
<ul>
<br><br>
<font id="title"><b>教 育 经 验</b></font><br><br>
<font style="font-weight:lighter">2017.9——2020.4</font>
<font style="font-weight:lighter">家里蹲大学</font><br><br>
<font>计算机学院 计算机专业</font><br>
<font>本科期间成绩优异,校级优秀学生,曾获奖学金</font><br><br><br>
<font id="title"><b>技 能 分 析</b></font><br><br>
<font>学会C语言、C++、Java、Python等多种编程语言</font><br>
<font>掌握编程序、写网页,界面设计等多种技能</font><br><br>
<font>熟练使用sublime、eclipse、sqlServer、Android </font><br>
<font>Studio等软件</font><br>
<font style="font-weight:bold">所获证书:CET6</font><br><br><br>
<font id="title"><b>自 我 评 价</b></font><br><br>
<font>自律让我在生活中掌握更多的主动权。面对挑战我更</font><br>
<font>乐于主动出击,乐观面对。</font><br>
</ul>
</div>
<br><br><br><br><br><br>
</body>
</html>