-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathembed.html
60 lines (55 loc) · 1.51 KB
/
embed.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Harsh Kapadia's Résumé</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
iframe {
width: 100vw;
height: 100vh;
position: fixed;
}
</style>
<meta
name="keywords"
content="harsh kapadia, web developer, computer networking, git, otc, our tech community"
/>
<meta name="description" content="Web Dev and Computer Networking" />
<meta name="author" content="Harsh Kapadia" />
<meta property="og:site_name" content="Harsh Kapadia" />
<meta property="og:title" content="Harsh Kapadia's Résumé" />
<meta property="og:type" content="website" />
<meta
property="og:description"
content="Web Dev and Computer Networking"
/>
<meta
property="og:url"
content="https://resume.harshkapadia.me/embed"
/>
<meta
property="og:image"
itemprop="image"
content="https://resume.harshkapadia.me/static/img/og-img.png"
/>
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="600" />
<meta property="twitter:card" content="summary_large_image" />
<meta
property="twitter:image"
content="https://resume.harshkapadia.me/static/img/og-img.png"
/>
</head>
<body>
<iframe
src="https://docs.google.com/gview?url=https://resume.harshkapadia.me/harsh-kapadia-resume.pdf&embedded=true"
title="Harsh Kapadia's Résumé"
></iframe>
</body>
</html>