Skip to content

Commit

Permalink
fixed render
Browse files Browse the repository at this point in the history
  • Loading branch information
Anna Dymchenko committed Sep 21, 2023
1 parent d6d3367 commit 9dc1ac4
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@
<html>
<head>
<title>Anna's Resume</title>
<style>
*{
border:0;
margin:0;
}
</style>
</head>
<body>
<embed src="https://adymchenko.github.io/resume.pdf" type="application/pdf" width="100%" height="600px"/>
<div style="height: 100vh;">
<iframe src="https://adymchenko.github.io/resume.pdf" width="100%"; height="100%" frameborder="0"></iframe>
</body>
</html>
</html>

0 comments on commit 9dc1ac4

Please sign in to comment.