Skip to content

Commit

Permalink
update : resume location
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshsnaik committed Dec 25, 2024
1 parent ce3fdbc commit f3be728
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/pages/resume.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ import BaseLayout from "../layouts/BaseLayout.astro";

<BaseLayout title="Resume">
<div class="button">
<a href="/assets/resume.pdf" download>
<a href="/resume.pdf" download>
<Pill>Download</Pill>
</a>
</div>
<iframe src="/assets/resume.pdf#toolbar=1"></iframe>
<iframe src="/resume.pdf#toolbar=1"></iframe>
</BaseLayout>

<style>
Expand Down

0 comments on commit f3be728

Please sign in to comment.