Skip to content

Commit

Permalink
embedding pdf rather than displaying image
Browse files Browse the repository at this point in the history
  • Loading branch information
PatMyron committed Dec 14, 2018
1 parent 1725a81 commit 773391a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resume.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<div data-include="header.html"></div>
<div class="hfeed site" id="page">
<div style="width:100%; height:0; background-color:white">
<a href="resume.pdf"><img alt="resume" class="resume" height="1100" id="resume" src="resume.png" style="max-width: 100%;height: auto; border: 0;" width="850"></a>
<embed src="resume.pdf#toolbar=0&navpanes=0&scrollbar=0&statusbar=0&messages=0&view=Fit&zoom=100" class="resume" type="application/pdf" height="1100" width="850" />
</div>
</div>
</body>
Expand Down
Binary file removed resume.png
Binary file not shown.

0 comments on commit 773391a

Please sign in to comment.