-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (28 loc) · 1.21 KB
/
index.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>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-154163620-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-154163620-2');
</script>
<!-- Meta data -->
<meta charset="utf-8">
<meta property="og:title" content="Jiasheng Wu's SDE Resume" />
<meta property="og:description" content="Actively seeking Software Engineer full-time position 2020 | M.S. in Computer Science @USC | Email: [email protected]" />
<meta property="og:url" content="https://jiashengwu.github.io" />
<meta property="og:image" content="https://jiashengwu.github.io/Jiasheng_Wu_Resume_SDE_1200x627.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="627" />
<title>Jiasheng Wu</title>
</head>
<body style="margin: 0; overflow: hidden;">
<!-- <object data="https://jiashengwu.github.io/Jiasheng_Wu_Resume_SDE.pdf" type="application/pdf" style="width: 100vw; height: 100vh;" /> -->
<script>
window.location.href = "https://jiashengwu.com/Jiasheng_Wu_Resume_SDE.pdf";
</script>
</body>
</html>