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" />
|
<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
BIN
src/public/resume.pdf
Normal file
Binary file not shown.
Reference in New Issue
Block a user