-
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
Showing
1 changed file
with
29 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,29 @@ | ||
<!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"> | ||
<title>Document</title> | ||
</head> | ||
<body> | ||
<pre> | ||
<h1>个人简历</h1> | ||
<img src="C:\Users\asus-pc\Desktop\照片.jpg" width="124px"; height="180px"; | ||
style="position:absolute; right:600px; top:20px; " alt:"替代文字" > | ||
<h2> 基本资料 Basic infomation</h2> | ||
<hr> | ||
<div> 姓名:lucky 专业:计算机科学与技术 </div> | ||
<div> 性别:男 毕业院校:华中科技大学</div> | ||
<div> 民族:汉 地址:珞喻路1037号森林</div> | ||
<div> 学历:本科 邮编:430074</div> | ||
<div> 出生日期:1997.4.4 联系电话:13888888888</div> | ||
<h2> 求职意向 Job search intention</h2> | ||
<hr> | ||
<div> 网页设计师、UI设计师、平面设计师</div> | ||
<h2> 职业技能 Occupation Skill</h2> | ||
<hr> | ||
<div> 熟悉掌握Photoshop、CorelDRAW、Illustrator、Indesign等平面设计和网页制作软件</div> | ||
</pre> | ||
</body> | ||
</html> |