Skip to content

Commit 47b0c9f

Browse files
authored
Create resume.html
1 parent ae1a745 commit 47b0c9f

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

resume.html

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<html>
2+
<head>
3+
<style>
4+
body {
5+
background-color: #2e3440;
6+
display: flex;
7+
justify-content: center;
8+
align-items: center;
9+
height: 100vh;
10+
margin: 0;
11+
}
12+
object {
13+
width: 80%;
14+
height: 85%;
15+
border: 3px solid #5e81ac;
16+
}
17+
</style>
18+
</head>
19+
<body>
20+
<object data="resume.pdf" type="application/pdf">
21+
<p>Alternative text - include a link <a href="resume.pdf">to the PDF!</a></p>
22+
</object>
23+
</body>
24+
</html>

0 commit comments

Comments
 (0)