用html写个简历吧!听起来就很酷!
用纯html写个个人简历!首先得先找个模板!
一个优秀模板所应该具有的素质?
简单?
仅仅一个html页面,完全没有乱七八糟,保证学的明明白白。
简单整洁?
该有的内容一个不少!
一个完美的简历!
那么,这样的模板到底有什么用呢?
1. 改一改后台显示内容,换成自己的信息。那,它就是一个美呆了的个人简历。大厂,投,投,投!
2. 程序员可以自己加些后台,做个个人简历制作网站,圆自己一个站长梦,是不是还能增加点睡后收入?
3. 初学程序员的码农小朋友们,可以学学网页制作,在这个框架横行的世代,学好基础是一件多么可贵的事情。比如我们的时间轴,统计图,都可以学它一学!
我们看看代码吧
<!doctype html>
<!--
Design by Free Responsive Templates
http://www.free-responsive-templates.com
Released for free under a Creative Commons Attribution 3.0 Unported License (CC BY 3.0)
Coder: lsa, free.responsive.templates@gmail.com
Created: 11 September 2012
-->
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Free Responsive Template #23 - Responsive Resume/CV-xxxxxx.com</title>
<link href='http://fonts.googleapis.com/css?family=Cutive' rel='stylesheet' type='text/css'>
<link href="css/styles.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="wrapper">
<header>
<div class="colLeft"><img src="images/person.png" alt="John Bunton"></div>
<div class="colRight description about">
<h1>John Bunton</h1>
<h2>Front End Developer</h2>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to
</p>
<ul>
<li><a href="">john.bunton@gmail.com</a></li>
<li><a href="">www.JohnBunton.com</a></li>
<li><a href="">(394) 291-2827</a></li>
</ul>
<div class="icons">
<ul>
<li><a href=""><img src="images/facebook.png" alt="facebok"></a></li>
<li><a href=""><img src="images/twitter.png" alt="twitter"></a></li>
<li><a href=""><img src="images/googleplus.png" alt="googleplus"></a></li>
<li><a href=""><img src="images/dribbble.png" alt="dribbble"></a></li>
</ul>
</div>
<div class="clearfloat"></div>
</div>
</header>
<div class="clearfloat"></div>
<hr>
<section>
<div class="colLeft">
<h2>Work Experience</h2>
</div>
<div class="colRight description">
<h3>Senior Developer</h3>
<span>JS, php, full-time</span>
<div class="date">July 2011 - Present</div>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also
</p>
<div class="listContent">
<ul>
<li>Lorem Ipsum is simply dummy text of the printing and</li>
<li>Typesetting industry. Lorem Ipsum has been the industry's </li>
<li>Standard dummy text ever since the 1500s, when an unknown </li>
</ul>
</div>
<hr>
</div>
<div class="colRight description">
<h3>FrontEnd Developer</h3>
<span>full-time, html/css</span>
<div class="date">May 2009 - July 2011</div>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also
</p>
<div class="listLinks">
<ul>
<li><a href="#">Lorem Ipsum is simply dummy text of the printing and</a></li>
<li><a href="#">Typesetting industry. Lorem Ipsum has been the industry's</a></li>
<li><a href="#">Standard dummy text ever since the 1500s, when an unknown</a></li>
</ul>
</div>
</div>
</section>
<div class="clearfloat"></div>
<hr>
<section>
<div class="colLeft">
<h2>Technical Skills</h2>
</div>
<div class="colRight description">
<h3>HTML/CSS</h3>
<span>Best practices, 100%</span>
<div class="date">Expert - 7 years</div>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also
</p>
<hr>
</div>
<div class="colRight description">
<h3>jQuery Framework</h3>
<span>JavaScript, 40%</span>
<div class="date">Advanced - 4 years</div>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also
</p>
<hr>
</div>
<div class="colRight description">
<h3>UI/UX</h3>
<span>User Experiens, User interface</span>
<div class="date">Begginer - 2 years</div>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also
</p>
</div>
</section>
<div class="clearfloat"></div>
<hr>
<section>
<div class="colLeft">
<h2>education</h2>
</div>
<div class="colRight description">
<h3>Kyiv Politechnical Institute</h3>
<span>Computer Science</span>
<div class="date">2004-2009</div>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also
</p>
</div>
</section>
<div class="clearfloat"></div>
<hr>
<footer>
<p>
Copyright © <a href="#">Your Site Name</a> | Collect Form <a href="http://www.xxx.com/" title="xxx">xxx</a> <a href="http://xxx.com" target="_blank">xxx</a>
</p>
</footer>
</div>
</body>
</html>
再来看看css
* {
margin:0;
padding:0;
}
body {
font-family: 'Cutive', serif;
font-size:100%;
background: url(../images/siteBackground.jpg);
margin: 0;
padding: 0;
color: #e0e0df;
text-shadow:0 0px, 1px 1px #000000;
}
h1 {
font-size:1.7em;
color:#ffffff;
text-decoration:none;
line-height:30px;
font-weight:inherit;
}
h2 {
font-size:0.8em;
color:#e2bf00;
font-weight:inherit;
text-transform:uppercase;
padding:0 0 20px 0;
}
h3 {
font-size:1.1em;
color:#a09f9f;
font-weight:inherit;
line-height:15px;
}
a img {
border: none;
}
a {
color: #0191d6;
text-decoration: none;
}
a:hover {
color: #00adff;
text-decoration: underline;
}
img {
max-width: 100%;
height: auto;
width: auto;
}
p {
line-height:140%;
padding:10px 0 20px 0;
}
ul li {
list-style:none;
}
hr {
background: none repeat scroll 0 0 #3f3f3f;
box-shadow:0 1px #000000;
border: 0 none;
height: 2px;
margin: 30px 0;
}
.wrapper {
width:93.75%; /* 960px/1024px */
margin:0 auto;
}
header {
padding:30px 0 0 0;
}
.about {
margin-top:10px;
}
.description {
position:relative;
}
.icons, .date {
position:absolute;
top:0;
right:0;
}
.date {
background:none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
padding:3px 10px;
text-align:right;
}
span, .date {
color:#a09f9f;
font-style:italic;
font-size:0.7em;
}
.icons li {
display:inline;
}
.colLeft {
width:31.041666666666666666666666666667%;
float:left;
text-align:right;
}
.colRight {
width:64.166666666666666666666666666667%;
float:right;
}
.listContent li {
background:url(../images/p.png) no-repeat left 5px;
padding-left:20px;
}
.listLinks li {
background:url(../images/p2.png) no-repeat left 5px;
padding-left:20px;
}
footer {
text-align: center;
padding:0 10px 30px 10px;
}
.clearfloat {
clear:both;
height:0;
line-height: 0px;
}
/**************************/
/*********************************Begin main menu****************************************/
/**************************/
/**************************/
/*********************************End main menu****************************************/
/**************************/
/*********************************Begin Media Queries****************************************/
/**************************/
/* for 960px or less */
@media screen and (max-width: 960px) {
.wrapper {
width:93.75%; /* 960px/1024px */
margin:0 auto;
}
}
/* for 768px or less */
@media screen and (max-width: 768px) {
.icons {
position: relative;
padding:10px 0 0 0;
}
.date {
position: relative;
padding:3px 10px;
}
}
/* for 480px or less */
@media screen and (max-width: 480px) {
.colLeft {
float:none;
width:auto;
text-align:center;
}
.colRight {
float:none;
width:auto;
}
}
/**************************/
/*********************************End Media Queries****************************************/
/**************************/
那么,这么优雅的模板完整版,在哪儿下载呢?
https://download.csdn.net/download/qqhxmdq/89070017
一起来快乐的玩耍吧!!!
上一篇: HTML表格表单以及
下一篇: 0基础看这一篇就够了