Skip to content

Commit

Permalink
Added CV download
Browse files Browse the repository at this point in the history
  • Loading branch information
SamElfring committed Oct 3, 2023
1 parent fa31711 commit 74c195e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Binary file added public/files/cv_Sam Elfring.pdf
Binary file not shown.
8 changes: 5 additions & 3 deletions src/components/Hero.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@
</p>

<div class="mt-4 text-slate-300">
<button
class="mr-4 border-blue-500 border px-4 py-1 rounded-full shadow-2xl hover:bg-blue-500 hover:text-white"
<a
href="/files/cv_Sam Elfring.pdf"
download
class="mr-4 border-blue-500 border px-4 py-2 rounded-full shadow-2xl hover:bg-blue-500 hover:text-white"
>
Download CV
</button>
</a>
<a
href="#contact"
class="border border-white px-4 py-2 rounded-full cursor-pointer hover:bg-white hover:text-black"
Expand Down

0 comments on commit 74c195e

Please sign in to comment.