-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
26 lines (25 loc) · 841 Bytes
/
resume.html
File metadata and controls
26 lines (25 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html>
<head>
<title>Xin Yi Chen || Resume</title>
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<link href="https://fonts.googleapis.com/css?family=Droid+Sans+Mono|Meddon|Open+Sans:400,600,800" rel="stylesheet">
</head>
<body>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="aboutme.html">About Me</a></li>
<li><a class="active" href="resume.html">Resume</a></li>
<li><a href="contact.html">Contact Me</a></li>
<li><a href="blog.html">Blog</a></li>
</ul>
</nav>
<div class="header">Resume</div>
<hr>
<div class="text">
My resume will soon be up! For now, please refer to my LinkedIn, which can be accessed by clicking
<a href="https://www.linkedin.com/in/xinyichen516/" style="text-decoration:none; color: #767676;">here</a>.
</div>
</body>
</html>