Skip to content

Commit

Permalink
More resume tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Gyanreyer committed Jun 11, 2023
1 parent 766a337 commit 0456d40
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Binary file modified src/assets/resume/Jess_Keoshian_Resume.pdf
Binary file not shown.
4 changes: 3 additions & 1 deletion src/index.webc
Expand Up @@ -149,7 +149,9 @@ description: "art director/they/them"
>
</eleventy-image>
</aside>
<a class="button secondary" href="/Jess_Keoshian_Resume.pdf">view resume</a>
<a class="button secondary" href="/Jess_Keoshian_Resume.pdf" pgtrns:skip>
view resume
</a>
</homepage-section>
</main>
<scroll-to-top></scroll-to-top>
Expand Down
2 changes: 1 addition & 1 deletion src/js/page-transition.mjs
Expand Up @@ -239,7 +239,7 @@
/** @type {HTMLAnchorElement} */
el
) => {
if (el.hasAttribute("download") || el.target === "_blank") {
if (el.hasAttribute("pgtrns:skip") || el.target === "_blank") {
return;
}

Expand Down

0 comments on commit 0456d40

Please sign in to comment.