Added resume to site

This commit is contained in:
2021-09-19 14:30:18 -04:00
parent 271add19e9
commit 3e9e1656c9
5 changed files with 53 additions and 12 deletions

19
resume.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<title>Andrew Simonson - Resume</title>
<link href="homepage.css" rel="stylesheet" type="text/css">
</head>
<body>
<h1>Resume</h1>
<nav class="navBar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="resume.html">Resume</a></li>
</ul>
</nav>
<br />
<br />
<iframe src="resume/firstSemesterResume.pdf" width="80%" height="800em"></iframe>
</body>
</html>