-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
927ab65
commit 73e5131
Showing
6 changed files
with
234 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
html, | ||
body { | ||
margin: 0; | ||
width: 750px; | ||
height: 1200px; | ||
} | ||
.box { | ||
width: 750px; | ||
height: 1200px; | ||
background-color: rgba(70, 70, 70, 1.0) | ||
} | ||
.box .photo img{ | ||
width: 20%; | ||
top: 100px; | ||
left: 90px; | ||
position: absolute; | ||
} | ||
.box h1 { | ||
color: #ffffff; | ||
text-align: right; | ||
font-size: 3.0em; | ||
padding-right: 30px; | ||
padding-top: 30px; | ||
} | ||
.box h2 { | ||
color: rgba(255, 196, 0, 1.0); | ||
} | ||
.box .information { | ||
text-align: right; | ||
padding-right: 30px; | ||
color: #ffffff; | ||
} | ||
.box .purpose { | ||
text-align: right; | ||
padding-right: 30px; | ||
color: #ffffff; | ||
} | ||
.box .education { | ||
text-align: left; | ||
padding-left: 30px; | ||
color: #ffffff; | ||
} | ||
.box .experience { | ||
text-align: left; | ||
padding-left: 30px; | ||
color: #ffffff; | ||
} | ||
.box .skills { | ||
text-align: left; | ||
padding-left: 30px; | ||
color: #ffffff; | ||
} | ||
.box .representation { | ||
text-align: left; | ||
padding-left: 30px; | ||
color: #ffffff; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | ||
<link rel="stylesheet" href="css/resume.css"> | ||
<title>简历</title> | ||
</head> | ||
<body> | ||
<div class="box"> | ||
<!-- 简历标题 --> | ||
<h1>RESUME<br>简历</h1> | ||
<!-- 简历内容 --> | ||
<div class="photo"> | ||
<img src="img/photo.jpg"/> | ||
</div> | ||
<div class="information"> | ||
<h2>个人信息</h2> | ||
<div class="container"> | ||
<p>姓名:邓杰<br>性别:男<br>年龄:22<br>籍贯:湖北<br>专业:平面设计<br>联系电话:15622882037<br>QQ:42664882<br>E-mail:[email protected]</p> | ||
</div> | ||
</div> | ||
<div class="purpose"> | ||
<h2>应聘职位</h2> | ||
<div class="container">平面设计师(工资面议)</div> | ||
</div> | ||
<div class="education"> | ||
<h2>教育背景</h2> | ||
<div class="container"> | ||
<p>2008/8-2011/5 黄冈第三中学<br>2012/1-2013/11 深圳加速培训职业学校 平面设计专业</p> | ||
</div> | ||
</div> | ||
<div class="experience"> | ||
<h2>工作经历</h2> | ||
<div class="container"> | ||
<p>2014/1-2014-11 深圳市龙益广告公司(平面设计师)<br>2014/12-2015/4 深圳市创意广告公司(平面设计师)<br> | ||
(主要负责画册、宣传单、海报、名片、户外广告、板式设计及<br>数码后期处理等。)</p> | ||
</div> | ||
</div> | ||
<div class="skills"> | ||
<h2>个人擅长</h2> | ||
<div class="container"> | ||
<p>画册、宣传单、海报、名片、户外广告、板式设计及<br>数码后期处理。<br>熟练PS、CDR、AI、Office。</p> | ||
</div> | ||
</div> | ||
<div class="representation"> | ||
<h2>个人陈述</h2> | ||
<div class="container"> | ||
<p>本人性格诚实稳重,做事耐心勤快,责任心强,适应能力强,有<br>很高的团队合作精神,综合素质好。本人对平面设计有很浓的兴<br> | ||
趣,大学毕业参加了一年多的工作后,为了以后有更好的发展,<br>在广州连邦教育培训中心参加了三个月的平面广告设计师的培训,<br> | ||
经过三个月的培训,现在无论在设计创意上还是在设计软件的操<br>作上都有很大的提高。</p> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | ||
<link rel="stylesheet" href="css/course timetable.css"> | ||
<title>课表</title> | ||
</head> | ||
<body> | ||
<div class="box"> | ||
<!-- 表格标题 --> | ||
<header class="title">我的课表</header> | ||
<!-- 表格内容 --> | ||
<div class="tab"> | ||
<table border="0"> | ||
<thead> | ||
<tr> | ||
<th></th> | ||
<th>周一</th> | ||
<th>周二</th> | ||
<th>周三</th> | ||
<th>周四</th> | ||
<th>周五</th> | ||
<th>周六</th> | ||
<th>周日</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<th>一二节</th> | ||
<td></td> | ||
<td>马克思主义基本原理</td> | ||
<td>大学物理</td> | ||
<td>复变函数与积分变换</td> | ||
<td>概率论与数理统计</td> | ||
<td></td> | ||
<td></td> | ||
</tr> | ||
<tr> | ||
<th>三四节</th> | ||
<td>大学体育</td> | ||
<td>复变函数与积分变换</td> | ||
<td>概率论与数理统计</td> | ||
<td>数据结构</td> | ||
<td>汇编语言程序设计</td> | ||
<td>前端培训</td> | ||
<td></td> | ||
</tr> | ||
<tr> | ||
<th>五六节</th> | ||
<td>大学物理</td> | ||
<td>数据结构</td> | ||
<td>汇编语言程序设计</td> | ||
<td></td> | ||
<td></td> | ||
<td>前端培训</td> | ||
<td></td> | ||
</tr> | ||
<tr> | ||
<th>七八节</th> | ||
<td>电路理论</td> | ||
<td>面向对象程序设计</td> | ||
<td>电路理论</td> | ||
<td></td> | ||
<td>面向对象程序设计</td> | ||
<td>前端培训</td> | ||
<td></td> | ||
</tr> | ||
<tr> | ||
<th>九至十二节</th> | ||
<td>心理学与生活</td> | ||
<td></td> | ||
<td></td> | ||
<td></td> | ||
<td></td> | ||
<td></td> | ||
<td></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
html, | ||
body { | ||
margin: 0; | ||
width: 100%; | ||
height: 100%; | ||
} | ||
.box { | ||
height: 660px; | ||
background: url(../img/bg.jpeg); | ||
} | ||
.box .title { | ||
position: relative; | ||
top: 18%; | ||
width: 1000px; | ||
margin: 0 auto; | ||
text-align: center; | ||
color: #ffffff; | ||
font-size: 2.0em; | ||
} | ||
.box .tab { | ||
position: relative; | ||
top: 25%; | ||
left: 20%; | ||
width: 100%; | ||
margin: 0 auto; | ||
} | ||
.box .tab th, td { | ||
background: rgba(250, 250, 250, 0.6) | ||
} | ||
.box .tab th, td { | ||
width: 100px; | ||
height: 50px; | ||
text-align: center; | ||
} | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.