Created
January 30, 2020 10:04
-
-
Save zilun-wang/0e3e827175ca9fe9e48e5211b5692087 to your computer and use it in GitHub Desktop.
Resume
This file contains hidden or 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
<html> | |
<head> | |
<title>Resume of Wzl</title> | |
<style> | |
header { | |
background-color:black; | |
color:white; | |
text-align:center; | |
padding:5px; | |
} | |
nav { | |
line-height:30px; | |
background-color:#eeeeee; | |
width:200px; | |
height:450px; | |
float:left; | |
padding:5px; | |
} | |
section { | |
width:500px; | |
float:left; | |
padding:10px; | |
} | |
footer { | |
background-color:black; | |
color:white; | |
clear:both; | |
text-align:center; | |
padding:5px; | |
} | |
</style> | |
</head> | |
<body> | |
<header> | |
<h1>Resume of Wzl</h1> | |
</header> | |
<nav> | |
<img src="file://E:/Pictures/Unsplashed/123.jpg" width=200px height=200px /> | |
<ul> | |
<li>name:Wzl | |
<li>age:20 | |
<li>E-mail:[email protected] | |
</ul> | |
</nav> | |
<section> | |
<ul> | |
<li>Ability:adasdadsasd | |
<li>Project: | |
<a href="https://github.com/ZainLLL/wzl_git">project A</a> | |
<a href="https://github.com/ZainLLL/wzl_git">project B</a> | |
<li>Internship Experience: | |
<table border="1"> | |
<tr> | |
<td>Time</td> | |
<td>Position</td> | |
<td>Harvest</td> | |
</tr> | |
<tr> | |
<td>sfdsfsdfsdf</td> | |
<td>sdfsdfsdfsdf</td> | |
<td>asdasdasd</td> | |
</tr> | |
</table> | |
</ul> | |
</section> | |
<footer> | |
by WZL 2020/1/30 | |
</footer> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment