mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 05:09:49 -06:00
19 lines
472 B
HTML
19 lines
472 B
HTML
<!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> |