Skip to content

Commit

Permalink
fix(cases)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaiborjosue committed Jan 4, 2024
1 parent a860067 commit 9cd75c3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Binary file added Resume_EG.pdf
Binary file not shown.
4 changes: 4 additions & 0 deletions assets/js/main.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if (window.location.href !== window.location.href.toLowerCase()) {
window.location.href = window.location.href.toLowerCase();
}

/*===== SHOW NAVBAR =====*/
const showNavbar = (toggleId, navId, bodyId, headerId) =>{
const toggle = document.getElementById(toggleId),
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ <h2 class="home__subtitle">My personal interests are Machine Learning/DL, SWE an

<div class="button_wrapper">
<a href="contact" class="button">Contact Me</a>
<a href="Edward Gaibor Resume.pdf" target="_blank" class="button">Download CV</a>
<a href="Resume_EG.pdf" target="_blank" class="button">Download CV</a>
</div>

<div class="badge">
Expand Down

0 comments on commit 9cd75c3

Please sign in to comment.