forked from jitinnair1/autoCV
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (26 loc) · 1.04 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 lang="en-US">
<head>
<meta charset="UTF-8">
<!--You can add your name and affiliation below to personalise -->
<meta property="og:title" content="Sidney Lu"/>
<!--You can add your keywords to personalise-->
<meta property="og:description" content="Education, Experience, Projects etc."/>
<meta property="og:image" content="https://dummyimage.com/100x100/000/fff&text=CV" />
<title>Sidney Lu</title>
<style>
html, body {
height: calc(100% - 2pt); /* Corrected: use 'calc' instead of 'cal' */
margin: 0; /* Remove any default margin */
}
embed {
width: 100%;
height: 100%; /* Set the embed to take full height of the viewport */
border: none; /* Optional: Remove any border around the embed */
}
</style>
</head>
<body>
<embed src="./Sidney_Lu.pdf" type="application/pdf" />
</body>
</html>