Skip to content

Commit

Permalink
switch out resume
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewDTR committed Sep 26, 2024
1 parent f5ad8db commit 8c1fedf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Binary file renamed public/redacted_resume.pdf → public/resume.pdf
Binary file not shown.
8 changes: 6 additions & 2 deletions src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ console.log(currentPath);
<a class={currentPath === "/posts" ? "nav bold" : "nav"} href="/posts"
>Blog</a
>
<a class="nav" href="/redacted_resume.pdf">Resume</a>
<a class="nav" href="/resume.pdf">Resume</a>
<a class={currentPath === "/about" ? "nav bold" : "nav"} href="/about"
>About</a
>
Expand All @@ -19,7 +19,11 @@ console.log(currentPath);
>
</div>
<div class="icons">
<a href="https://www.linkedin.com/in/andrewmses/" target="_blank" class="noicon">
<a
href="https://www.linkedin.com/in/andrewmses/"
target="_blank"
class="noicon"
>
<svg
class="svg-white"
xmlns="http://www.w3.org/2000/svg"
Expand Down

0 comments on commit 8c1fedf

Please sign in to comment.