Skip to content

Commit

Permalink
Revised resume
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahvatar committed Jan 9, 2025
1 parent 95fa2bc commit e5c2912
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<i data-feather="file-text"></i>
</button>
<div id="resumeDropdownContent" class="dropdown-content">
<a href="./src/images/adubois-resume.pdf" download="adubois-resume.pdf" onclick="window.location.href=this.href">
<a href="./src/images/adubois-resume-2.pdf" download="adubois-resume-2.pdf" onclick="window.location.href=this.href">
<i data-feather="download"></i> Download PDF
</a>
<a href="#" id="viewOnlineBtn" class="view-online-btn">
Expand All @@ -100,9 +100,9 @@
<div id="resumePreviewModal" class="resume-preview-modal">
<div class="resume-preview-content">
<button id="closePreviewBtn" class="close-preview-btn">&times;</button>
<object id="resumePreviewObject" data="./src/images/adubois-resume.pdf" type="application/pdf" width="100%" height="100%">
<object id="resumePreviewObject" data="./src/images/adubois-resume-2.pdf" type="application/pdf" width="100%" height="100%">
<p>Your browser doesn't support PDF viewing.
<a href="./src/images/adubois-resume.pdf" download="adubois-resume.pdf">Download the PDF</a> instead.</p>
<a href="./src/images/adubois-resume-2.pdf" download="adubois-resume-2.pdf">Download the PDF</a> instead.</p>
</object>
</div>
</div>
Expand Down
Binary file added src/images/adubois-resume-2.pdf
Binary file not shown.

0 comments on commit e5c2912

Please sign in to comment.