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" />
</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

Binary file not shown.