mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-01-14 12:14:42 +01:00
Add resume
This commit is contained in:
@@ -65,14 +65,15 @@ const { data: experiences } = await getWorkExperiences()
|
||||
<Education v-for="education in educations" :key="education.title" :education="education" />
|
||||
</GridSection>
|
||||
<div class="flex justify-center">
|
||||
<UTooltip text="Coming very soon..." :popper="{ offsetDistance: 20 }">
|
||||
<UTooltip text="Click to discover my journey" :popper="{ offsetDistance: 20 }">
|
||||
<UButton
|
||||
label="Download my CV"
|
||||
icon="i-material-symbols-lab-profile-outline-rounded"
|
||||
color="primary"
|
||||
variant="outline"
|
||||
size="xl"
|
||||
:disabled="true"
|
||||
to="/resume.pdf"
|
||||
target="_blank"
|
||||
/>
|
||||
</UTooltip>
|
||||
</div>
|
||||
|
||||
BIN
src/public/resume.pdf
Normal file
BIN
src/public/resume.pdf
Normal file
Binary file not shown.
Reference in New Issue
Block a user