打造全能开发者,开启技术无限可能

用html制造个人简历

时间:2024-12-26

分类:前端开发

编辑:admin

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

当然可以!下面是一个简略的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

本站部分内容含有专业性知识,仅供参考所用。如您有相关需求,请咨询相关专业人员。
相关阅读
css高度自适应屏幕,css页面自适应屏幕巨细

css高度自适应屏幕,css页面自适应屏幕巨细

要使CSS高度自适应屏幕,你能够运用百分比或视口单位(如vw和vh)来设置元素的高度。这里有一些根本的示例:1.运用百分比设置高度:`...

2024-12-27

css3挑选器,css3挑选器优先级

css3挑选器,css3挑选器优先级

CSS3挑选器供给了更强大和灵敏的方法来挑选HTML元素,然后能够更精确地运用款式。以下是CSS3中一些常用的挑选器类型:2.伪类挑选...

2024-12-27

vue默许路由, 什么是默许路由

vue默许路由, 什么是默许路由

在Vue中,默许的路由是指VueRouter库中的默许装备。VueRouter是Vue.js官方的路由管理器,它答应你界说不同的路由...

2024-12-26

vue难吗,入门与进阶之路

vue难吗,入门与进阶之路

Vue.js是一种用于构建用户界面的开源JavaScript结构,由尤雨溪于2014年创立。Vue.js的中心库专心于视图层...

2024-12-26

html5 新特性,二、多媒体支撑与绘图才能

html5 新特性,二、多媒体支撑与绘图才能

2.表单改善:新的表单元素和特点,如``、``、``等,以及`placeholder`、`autofocus`、`requir...

2024-12-26

热门标签