html代码制作的个人简历源代码

<html>
<head>
<title>孙海洋</title>
<mate name="keywords" content="个人简历"/>
<mate name="description" content="孙海洋的个人简历"/>
</head>
<body>
<table  border=5  bordercolor=red align=center>
<tr height=70 bgcolor=green align=‘center‘>
<td width=720 colspan=6 align=center
><font size=5 ><b><a href=http://blog.sina.com.cn/u/3083814572>个人简历

</a></b></font></td>
</tr>

<tr height=50 bgcolor=green>
<td width=110 align=center
><font size=5>姓名:</td>
<td width=150 align=center
><font size=5><a

href=http://user.qzone.qq.com/504660181/infocenter#home>孙海洋</td>
<td width=110 align=center
><font size=5>性别:</td>
<td width=150 align=center
><font size=5>男</td>
<td width=200 colspan=2 rowspan=4><img

src="http://b264.photo.store.qq.com/psb?/1e607185-b189-4edb-a6a9-

3c3e3f4bc25a/lpJL3i5H3AWovj6*eYZTbXKgOtEQuAkqByv4H*wMyRw!/b/dKMBZp1AIgAA

&bo=gALgAQAAAAABAEQ" alt="孙海洋照片" width=200 height=200></td>
 </tr>

<tr height=50 bgcolor=green>
<td width=110 align=center
><font size=4 align=center
>出生年月:</td>
<td width=150 align=center
><font size=5>1992.4.6</td>
<td width=110 align=center
><font size=5>民族:</td>
<td width=150 align=center
><font size=5>汉</td>

</tr>

<tr height=50 bgcolor=green>
<td width=110 align=center
><font size=5>学历:</td>
<td width=150 align=center
><font size=5 align=center
>大专</td>
<td width=110 align=center
><font size=5>专业:</td>
<td width=150 align=center
><font size=4>数控车工</td>

</tr>

<tr height=50 bgcolor=green>
<td width=110 align=center
><font size=5>籍贯:</td>
<td width=150 align=center
><font size=4>河南原阳</td>
<td width=110 align=center
><font size=4>联系电话:</td>
<td width=150 align=center
><font size=3>13602664383</td>

</tr>

<tr height=50 bgcolor=green>
<td width=100 align=center
><font size=4>毕业学校:</td>
<td width=620 colspan=5 align=center
><font size=5>河南经济贸易高级技工学校</td>
</tr>

<tr height=50 bgcolor=green>
<td width=110 align=center
><font size=5>住址:</td>
<td width=610 colspan=5 align=center
><font size=5>下油松新村</td>
</tr>

<tr height=50 bgcolor=green>
<td width=110 align=center
><font size=4>电子邮箱:</td>
<td width=610 colspan=5 align=center
><font size=5>[email protected]</td>
</tr>

<tr height=50 bgcolor=green>
<td width=720 colspan=6 align=center
><font size=5>教育历程</td>
</tr>

<tr height=50 bgcolor=green>
<td width=720  colspan=6 align=center>2007.9-2011.6  在河南高级技工学校读

中专</td>
</tr>

<tr height=50 bgcolor=green>
<td width=720  colspan=6 align=center>2010.9-至今 报读郑州轻工业学院成人大

专</td>
</tr>

<tr height=50 bgcolor=green>
<td width=720 colspan=6 align=center
><font size=5>工作经历</td>
</tr>

<tr height=50 bgcolor=green>
<td width=720  colspan=6 align=center>2011.6-至今 在富士康科技集团工作

</td>
</tr>

<tr height=50 bgcolor=green>
<td width=720 colspan=6 align=center
><font size=5>自我评价</td>
</tr>

<tr height=50 bgcolor=green>
<td width=720  colspan=6>个人工作勤奋,认真负责,能吃苦耐劳,尽职尽责,

</td>
</tr>

<tr height=50 bgcolor=green>
<td width=720 colspan=6></td>
</tr>
</table>

<center><script language="javascript" type="text/javascript"

src="http://js.users.51.la/15653809.js"></script>
<noscript><a href="http://www.51.la/?15653809" target="_blank"><img

alt="我要啦免费统计"

src="http://img.users.51.la/15653809.asp" style="border:none"

/></a></noscript>

</body>
</html>

时间: 2024-11-09 00:42:17

html代码制作的个人简历源代码的相关文章

python代码制作configure文件

在lua中,一直用lua作为config文件,或承载数据的文件 - 好处是lua本身就很好阅读,然后无需额外写解析的代码,还支持在configure文件中读环境变量,条件判断等. 在lua中通过loadfile, setfenv实现) python: cat config.py bar = 10 foo=100 cat python_as_config.py: ns = {} execfile('config.py', ns) print "\n".join(sorted(dir(ns

怎么用代码制作WordPress的归档页面

先看看效果,这个是我网站的归档页面:http://www.shenjieblog.com/archives 其实WordPress自带了一个归档的功能,但是只能显示在网页中的某一个部分,但是我想单独制作一个归档页面,因为看见很多网站都有这个,制作一个单 独的归档页面可以让访问者清晰的看到我的网站内容,可以让访问者轻松地找到自己想要的内容,我最开始在阳光盒子的网站看见了他网站的归档页面,感觉效果很 不错,于是想制作一个和他一样的效果,百度了一下,加上自己的修改和美化,弄了一下午终于做成了上图的效果

20行js代码制作网页刮刮乐

分享一段用canvas和JS制作刮刮乐的代码,JS部分去掉注释不到20行代码效果如下 盖伦.jpg 刮刮乐.gif HTML部分 <body> ![](img/gailun.jpg) <canvas id="canvas" width="400" height="300"></canvas> </body> 没什么要特别注意的为了效果加了些CSS样式 CSS部分 <style type=&qu

用Latex制作自己的简历

Latex的字真是漂亮(在阅读GCC Manual时一直好奇到底是怎么生成这么漂亮的字,当接触了Latex之后,我想答案已经揭晓了),逐步了解Latex可以做很多事,平时用它编辑文档外(生成的文档真的很美观),还写写自己的工作经验和遇到的问题,遂决定用Latex制作简历. 首先找到了moderncv模板.这里是地址: http://www.ctan.org/tex-archive/macros/latex/contrib/moderncv 当然也可以直接点击文字链接,效果是一样的.下面是一段简单

[代码管理_版本控制]开放源代码版本控制系统

当前主流的源代码版本控制系统有:CVS. SVN.Git.Bazzar.Mercurial等几类:多数开源软件源代码都是由上述工具管理,典型的 Linux kernel之前通过SVN,现在由Git工具管理,Ubuntu 发行版所有源代码由 Bazzar 管理.Git.Mercurial和Bazzar为下一代分布式版本控制系统,CVS.SVN 为传统的版本控制系统. 由上述版本控制系统为主功能组成的项目托管平台(也可称协同开发平台)包括:google Code ( 支 持 Git, Mercuri

用代码制作红玫瑰

Rose[x_, theta_] := Module[{phi = (Pi/2) Exp[-theta/(8 Pi)], X = 1 - (1/2) ((5/4) (1 - Mod[3.6 theta, 2 Pi]/Pi)^2 - 1/4)^2, y, r}, y = 1.95653 x^2 (1.27689 x - 1)^2 Sin[phi]; r = X (x Sin[phi] + y Cos[phi]); {r Sin[theta], r Cos[theta], X (x Cos[phi]

大致相同功能和代码是分开两个源代码,还是保持一个代码

比如有两个项目A.B,他们功能着不多一样,但中间有着不同的实现方法.是保存一份代码,还是两份代码呢? 保持一份代码: 优点: 1.优化一片代码,相当于两个项目都优化了. 2.集中管理 3.节省空间.避免复制. 缺点: 1.当某处代码不相同时,要么用 if else: 要么创建虚基类new不同对象.这使的代码比较庞大而杂乱.效率也不好 2.写B项目代码的时候,容易影响到A项目. 3.修改A,要兼容B.有会产生冗余,比如参数多等. 4.有时候要运行A的代码还可能要注释掉一段代码,因为这段代码是为B而

代码制作速度与准确性的训练

<!--要完成此效果把如下代码加入到<body>区域中--> <SCRIPT LANGUAGE="JavaScript"> <!-- Original: Tomer Shiran <!-- This script and many more are available free online at --> <!-- The JavaScript Source!! http://javascript.internet.com -

iOS纯代码制作欢迎界面——UIScrollView, UIPageControl, UIImageView,UIButton, NSTimer

欢迎界面,还是比较简单的,一个UIScrollView控件,一个UIPageControl,几个UIImageView即可摆平.在这里光玩这些,就显得诚意不足了.特意拓展一下,再加几个UIButton,可以让这个欢迎界面变成可点击的,可滑动的模块添加在页面中,然后再加一个NSTimer,让它自己隔2秒自己循环滑动着,立马让它变成可以放在主页用于展示主打商品的模块. 下面直接展示可直接运行的Demo,代码都挺简单,这次就不添加注解了. #import "ViewController.h"