-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
50 lines (46 loc) · 1.89 KB
/
Copy pathresume.html
File metadata and controls
50 lines (46 loc) · 1.89 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Casey Vu</title>
<link rel="stylesheet" href="styles.css"/>
<link rel="stylesheet" href="resume.css"/>
<script src="script.js"></script>
</head>
<body>
<header>
<nav id="navigation-bar">
<div id="nav-toggle">
<div></div>
<div></div>
<div></div>
</div>
<ul id="little-name">
<li><a href="index.html">Casey Vu</a></li>
</ul>
<ul id="navigation-items">
<li id="mobile-placeholder" class="hidden"><a href="index.html">HOME</a></li>
<li><a href="about.html">ABOUT</a></li>
<li><a href="projects.html">PROJECTS</a></li>
<li><a href="resume.html">RESUME</a></li>
</ul>
</nav>
</header>
<section class="background">
<p class="center">This page features both my Technical and Hospitality resumes.</p>
<p id="resume-link"><a href="files/Current Final Resume 09-09-2024.docx">Download Technical Resume</a></p>
<embed id="resume-picture-format" src="files/Current Final Resume 09-09-2024.pdf" width="800" height="1100">
<p id="resume-link" class="top-padding"><a href="files/Hospitality Resume - Casey Vu.docx">Download Hospitality Resume</a></p>
<embed id="resume-picture-format" class="bottom-padding" src="files/Hospitality Resume - Casey Vu.pdf" width="800" height="1100">
</section>
<footer>
<section id="link-bar">
<section>
<!--placeholder-->
</section>
<section id="links">
<a href="https://www.linkedin.com/in/casey-vu-b89a41290/"><img src="images/linkedin.png"></a>
<a href="https://github.com/caseyvuu"><img src="images/github.png"></a>
</section>
</section>
</footer>
</body>