-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathresume.html
55 lines (52 loc) · 3.09 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Goat Counter (GDPR Friendly Analytics) -->
<script data-goatcounter="https://andrewnolan.goatcounter.com/count"
async src="./scripts/count.js"></script>
<!-- my stuff -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<meta name="description"
content="Hi, I'm Andrew Nolan. I'm a student, developer, and a pretty cool guy! Check out my website!!">
<meta name="keywords" content="Andrew Nolan, Andrew Nolan WPI, web dev, Computer Science, acnolan">
<link rel='icon' href='./images/favicon.ico'>
<title>Resume - Andrew Nolan</title>
<link rel="stylesheet" type="text/css" href="./styles/styles.css">
<link rel="stylesheet" type="text/css" href="./styles/resume.css">
</head>
<body class="homepage">
<a href="#main" class="skip-to-main-content-link">Skip to main content</a>
<div class="header">
<div class="content">
<h1><a href="./" class="page-title desktop-only">Resume - Andrew Nolan</a></h1>
<h1><a href="./" class="page-title mobile-only">Resume</a></h1>
<div class="link-block">
<a href="./" aria-label="home"><img class="fa fa-home" src = "./images/iconSvgs/home.svg" alt="Home icon"/></a>
<a target="_blank" href="https://github.com/acnolan" rel="noopener noreferrer" aria-label="github"><img class="fa fa-github" src = "./images/iconSvgs/github.svg" alt="Github icon"/></a>
<a target="_blank" href="https://www.linkedin.com/in/acnolan/" rel="noopener noreferrer" aria-label="linkedin"><img class="fa fa-linkedin" src = "./images/iconSvgs/linkedin.svg" alt="LinkedIn icon"/></a>
<a target="_blank" href="https://twitter.com/AndrewsEdTech" rel="noopener noreferrer" aria-label="twitter"><img class="fa fa-twitter" src = "./images/iconSvgs/twitter.svg" alt="Twitter icon"/></a>
<a name="Email to me" aria-label="Email to me" href="mailto:[email protected]?Subject=Hello%20Andrew!&body=You%20are%20super%20cool!"><img class="fa fa-envelope" src = "./images/iconSvgs/mail.svg" alt="Email icon"/></a>
</div>
</div>
</div>
<main id="main" class="content">
<div class="resume-header">
<h1 class="purple-text">Resume</h1>
<a class="my-links" href="./files/AndrewNolan_Resume_2024_july.pdf" download>Download</a>
</div>
<div class="centered-text">
<object class="pdf-holder" data="./files/AndrewNolan_Resume_2024_july.pdf" type="application/pdf"
width="100%" height="100%">
<p>Your web browser doesn't have a PDF plugin.
Instead you can <a href="./files/AndrewNolan_Resume_2024_july.pdf" download>click here to
download the PDF file.</a></p>
</object>
</div>
<div class="footer-div">
<a id="email" href="mailto:[email protected]?Subject=Hello%20Andrew!&body=You%20are%20super%20cool!">Contact
Me!</a>
</div>
</main>
</body>
</html>