-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
26 lines (22 loc) · 851 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
26
<!DOCTYPE html>
<html>
<head>
<title>Gordon Fountain | Resume</title>
<link rel="stylesheet" href="./styles.css">
<link rel="shortcut icon" href="./resources/favicon.ico" type="image/x-icon">
<link rel="icon" href="./resources/favicon.ico" type="image/x-icon">
</head>
<body>
<div class="navbar">
<a href='./index.html'>Home</a>
<a href='./resume.html' style="text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 3px;">Resume</a>
<a href='./portfolio.html'>Projects</a>
<div class="gradient-line"></div>
</div>
<div>
<object data="./resources/GordonResume.pdf" type="application/pdf" class="resume">
<p>Unable to display PDF file. <a href="./resources/GordonResume.pdf">Download</a> instead.</p>
</object>
</div>
</body>
</html>