-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
25 lines (22 loc) · 963 Bytes
/
resume.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Michael Hayworth ePortfolio</title>
<link rel="stylesheet" href="css/home.css">
</head>
<body>
<div class="nav">
<a href="https://mhayworth.github.io" target="_parent">Home</a>
<a href="https://mhayworth.github.io/careergoals.html" target="_parent">Career Goals</a>
<a href="https://mhayworth.github.io/mycourses" target="_parent">My Courses</a>
<a href="https://mhayworth.github.io/experientiallearning.html" target="_parent">Experiential Learning</a>
<a href="https://mhayworth.github.io/resume.html" target="_parent">Resume</a>
<a href="https://mhayworth.github.io/contact.html" target="_parent">Contact</a>
</div>
<h1>Resume</h1>
<iframe src="files/Resume.pdf" width="100%" height="100%">
</iframe>
</body>
</html>