mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 05:09:49 -06:00
Added resume to site
This commit is contained in:
19
resume.html
Normal file
19
resume.html
Normal 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>
|
||||
Reference in New Issue
Block a user