全栈博客园 全栈博客园全栈博客园

用html制造个人简历

当然可以!下面是一个简略的HTML个人简历模板。你可以依据自己的需求进行修正和扩展。

```html个人简历 body { fontfamily: Arial, sansserif; lineheight: 1.6; margin: 0; padding: 0; } .container { width: 80%; margin: auto; overflow: hidden; } header { background: 333; color: fff; paddingtop: 30px; minheight: 70px; borderbottom: 000 3px solid; } header a { color: fff; textdecoration: none; texttransform: uppercase; fontsize: 16px; } header ul { padding: 0; liststyle: none; } header li { display: inline; padding: 0 20px 0 20px; } .mainsection { margintop: 30px; } .sectiontitle { fontsize: 28px; marginbottom: 20px; } .sectiontitle span { background: 333; color: fff; padding: 5px; borderradius: 3px; } .about { marginbottom: 20px; } .about img { width: 100px; float: left; marginright: 20px; } .about p { margintop: 10px; } .about .aboutme { paddingbottom: 20px; } .about .aboutme h4 { fontsize: 24px; } .about .aboutme span { fontsize: 14px; color: 333; } .educationblock { marginbottom: 20px; } .educationblock .education { marginbottom: 10px; } .educationblock .education .degree { fontweight: bold; } .educationblock .education .year { fontsize: 14px; } .educationblock .education .university { fontsize: 14px; } .experienceblock { marginbottom: 20px; } .experienceblock .experience { marginbottom: 10px; } .experienceblock .experience .title { fontweight: bold; } .experienceblock .experience .duration { fontsize: 14px; } .experienceblock .experience .company { fontsize: 14px; } .skillblock { marginbottom: 20px; } .skillblock .skill { marginbottom: 10px; } .skillblock .skill .name { fontweight: bold; } .skillblock .skill .level { fontsize: 14px; } .footer { background: 333; color: fff; textalign: center; padding: 10px; position: relative; bottom: 0; width: 100%; } 个人简历

个人信息 名字:张三 性别:男 出生日期:1990年1月1日 电话:1234567890 邮箱:[email protected] 个人简介 我是一名有经历的软件工程师,具有5年的开发经历。我对编程充满热情,拿手运用Java和Python进行开发。在团队协作中,我可以快速习惯并解决问题。此外,我还具有杰出的交流才能和项目办理才能。

教育布景 计算机科学与技术 2012年 2016年 某某大学

工作经历 软件工程师 2016年 2021年 某某公司 高档软件工程师 2021年 至今 某某公司

技术 Java 娴熟 Python 娴熟 项目办理 娴熟

Copyright

未经允许不得转载:全栈博客园 » 用html制造个人简历