-
Notifications
You must be signed in to change notification settings - Fork 1
/
resume.html
30 lines (27 loc) · 1.35 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
30
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Michael Sharman - Resume :: michaelsharman.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Michael Sharman is a technical product leader from Sydney, Australia.">
<meta name="author" content="Michael Sharman">
<meta name="robots" content="noindex, nofollow">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-56LKFT5XYV"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-56LKFT5XYV');
</script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6603343650850908" crossorigin="anonymous"></script>
</head>
<body>
<div style="width:100%;height:100%;position:absolute;padding:0;margin:0;top:0;left:0;">
<object data="/static/files/MichaelSharman_Resume.pdf" type="application/pdf" width="100%" height="100%">
<p>This browser does not support PDFs. Please download the PDF to view it: <a href="/static/files/MichaelSharman_Resume.pdf">Download resume</a>.</p>
</object>
</div>
</body>
</html>