Add resume

This commit is contained in:
2024-02-22 22:08:50 +01:00
parent daaec3e5cf
commit 00fb3355e4
2 changed files with 3 additions and 2 deletions

View File

@@ -65,14 +65,15 @@ const { data: experiences } = await getWorkExperiences()
<Education v-for="education in educations" :key="education.title" :education="education" /> <Education v-for="education in educations" :key="education.title" :education="education" />
</GridSection> </GridSection>
<div class="flex justify-center"> <div class="flex justify-center">
<UTooltip text="Coming very soon..." :popper="{ offsetDistance: 20 }"> <UTooltip text="Click to discover my journey" :popper="{ offsetDistance: 20 }">
<UButton <UButton
label="Download my CV" label="Download my CV"
icon="i-material-symbols-lab-profile-outline-rounded" icon="i-material-symbols-lab-profile-outline-rounded"
color="primary" color="primary"
variant="outline" variant="outline"
size="xl" size="xl"
:disabled="true" to="/resume.pdf"
target="_blank"
/> />
</UTooltip> </UTooltip>
</div> </div>

BIN
src/public/resume.pdf Normal file

Binary file not shown.