Skip to content

Commit

Permalink
Add resume link to info
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpate committed Oct 24, 2024
1 parent fba70ad commit e63fbed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/info/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,14 @@ export default async function InfoPage() {
);
})}
</div>

<Link
href="/resume.pdf"
target="_blank"
className="block my-8 text-slate-500 text-sm font-medium"
>
Download resume →
</Link>
</section>
</main>
);
Expand Down
Binary file added public/resume.pdf
Binary file not shown.

0 comments on commit e63fbed

Please sign in to comment.