-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcv.html
More file actions
29 lines (27 loc) · 1.05 KB
/
cv.html
File metadata and controls
29 lines (27 loc) · 1.05 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<meta name="description" content="Personal Website">
<meta name="keywords" content="Physics,James Shirk">
<meta name="author" content="James Shirk">
<link rel="stylesheet" href="styles.css">
<title>James Shirk - Curriculum Vitae</title>
</head>
<body>
<div class="sidenav">
<div class="logo"><a href="/"><img src="logouppercase.png" alt="James Shirk"></a></div>
<a href="/"><button class="buttona">Home</button></a>
<a href="resume"><button class="buttonb">Résumé</button></a>
<a href="#"><button class="buttonc">CV</button></a>
<a href="contact"><button class="buttond">Contact</button></a>
</div>
<div class="main" >
<object data="cv_1.pdf" type="application/pdf" width="750vw" height="900vh">
<p>Oops! Your browser doesn't support PDFs!</p>
<p><a href="cv_1.pdf">Download Instead</a></p>
</object>
</div>
</body>
</html>