-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
40 lines (28 loc) · 886 Bytes
/
resume.html
File metadata and controls
40 lines (28 loc) · 886 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>joewe</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="content">
<h1 class="name">joewe low<span id="underscore">_</span></h1>
<nav class="menu">
<a href="index.html">home</a>
<a class="projects" href="projects.html">projects</a>
<a class="resume" href="resume.html" style="color:#EDEDED">resume</a>
</nav>
<script src="menu.js"></script>
<p class="resume-download">
<a href="files/resume.pdf" target="_blank">
resume.pdf
<img src="images/download.png" width=22></img>
</a>
</p>
<p>
<embed class="resume-pdf" src="files/resume.pdf" width="718px" height="700" type="application/pdf">
<!-- <iframe src="http://docs.google.com/gview?url=http://joewelow.github.io/resume.pdf&embedded=true" style="width:718px; height:700px;" frameborder="0"></iframe> -->
</p>
</div>
<body>
</html>