-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
29 lines (29 loc) · 1.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mitchell Talyat - Resume</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>Mitchell Talyat</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<main>
<p><a href="files/Talyat Mitchell Resume 2024.pdf" download="Talyat Mitchell Resume">Download my resume here!</a></p>
<embed src="files/Talyat Mitchell Resume 2024.pdf" type="application/pdf" width="100%" height="1000px" />
</main>
<footer>
<a href="https://github.com/mtalyat">GitHub</a> | <a href="https://bigmintymitch.itch.io">Itch.io</a> | <a href="https://twitter.com/bigmintymitch">Twitter (X)</a>
</footer>
</body>
</html>