-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (20 loc) · 724 Bytes
/
index.html
File metadata and controls
21 lines (20 loc) · 724 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Harry Randazzo's CV</title>
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>📜</text></svg>">
<meta property="og:title" content="Harry Randazzo's CV">
<meta property="og:description" content="Software Engineer CV - Harry Randazzo"
</head>
<body style="overflow: hidden">
<iframe
src="./harry-randazzo-cv.pdf"
width="100%"
height="100%"
style="position: absolute; left: 0; top: 0; border: none"
>
</iframe>
</body>
</html>