add index.html

This commit is contained in:
王利华(实习生)
2014-01-19 00:17:31 +08:00
parent fec9418f07
commit 5d81992f37
3 changed files with 41 additions and 0 deletions
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

+35
View File
@@ -0,0 +1,35 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>vczero</title>
</head>
<body>
<div style="width:800px; margin-left:auto; margin-right:auto;font-family:Tahoma,Verdana,Arial;font-size:12px;color:#333333;line-height:23px;">
<div style="margin-top:25px;">
<span style="font-size:30px;width:800px; font-weight:bolder; font-family:Tahoma,Cordia New">Yesterday Today Tomorrow</span>
<br />
<div style="float:right; color:#0000FF; font-weight:bold;">by vczero</div>
<br />
<br />
</div>
<div style="width:500px; float:left; height:280px; ">
<span>姓名:vczero</span><br />
<span>性别:男</span><br />
<span>生日:1991-09-24</span><br />
<span>公司:AutoNavi</span><br />
<span>毕业院校:CHZU</span><br />
<span>专业:Geographic Information System(GIS)</span><br />
<span>爱好:打兵乓球</span><br />
<span>从业技能:Node.js及相关后端开发</span><br />
<span>略懂的:Node、JAVA(EE)、.NET、http、MongoDB、SQL、LBS、SNS</span><br />
<span>专业竞赛:ESRI杯安徽省第四届GIS软件开发大赛一等奖(web创新组)...</span><br />
<span>项目情况:主持国家大学生科技创新项目1项、校级科研项目2项,参与企事业研发项目2项。</span><br />
<span>在校表现:三好学生(3次)、一等奖学金(3次)、国家励志奖学金(3次)</span>
</div>
<div style="width:280px;float:right; height:280px;">
<img src="image/me.jpg" style="width:200px;height:230px;" alt="" />
</div>
</div>
</body>
</html>
+6
View File
@@ -0,0 +1,6 @@
body
{
font-family:Tahoma,Verdana,Arial;
font-size:12px;
color:#333333;
}