-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
26 lines (24 loc) · 830 Bytes
/
resume.html
File metadata and controls
26 lines (24 loc) · 830 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
<html>
<head>
<title>Kathy Huang</title>
<link href="style.css" type="text/css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Raleway|Alegreya+Sans+SC:300" rel="stylesheet">
</head>
<body>
<div class="topnav" id="navigation">
<h1 id="title"><a href="index.html" style="text-decoration:none; color:black">Kathy Huang</a></h1>
<ul>
<li><a href="index.html">ABOUT</a></li>
<li><a href="projects.html">PROJECTS</a></li>
<li><a href="art.html">ART</a></li>
<li class="active"><a href="resume.html">RESUME</a></li>
</ul>
</div>
<div class="res">
<h2>Resume</h2>
<iframe src="./Assets/resume.pdf" width="700" height="900">
This browser does not support PDFs.
</iframe>
</div>
</body>
</html>