Skip to content

Commit

Permalink
added download resume button
Browse files Browse the repository at this point in the history
  • Loading branch information
Needless2Say committed Aug 23, 2024
1 parent 207c665 commit 15ec80d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/resume/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ export default function Resume() {
<div className="2xl:basis-1/4"></div>
<div className="2xl:basis-2/4 flex flex-col justify-start bg-gray-600/[0.7] mx-2 my-8 p-3">
<div className="pb-6 text-2xl font-bold">My Resume</div>
<div>
<a
href="Arthur_Krieger_Resume.pdf"
download="Arthur_Krieger_Resume.pdf"
className="inline-block mb-6 px-6 py-3 text-white bg-blue-600 rounded-lg hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-blue-400 focus:ring-opacity-75"
>
Download My Resume
</a>
</div>
<div className="pb-2 text-xl font-bold">Objective</div>
<div className="pb-6">
Forward-thinking individual with refined interpersonal and multitasking skills.
Expand Down

0 comments on commit 15ec80d

Please sign in to comment.