You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
413 B
11 lines
413 B
<template> |
|
<h2>CV</h2> |
|
<p> |
|
Download the PDF here: |
|
<a :href="getPublicPath('/pdf/cv-en-rick-van-vonderen.pdf')" target="_blank">English</a>, |
|
<a :href="getPublicPath('/pdf/cv-rick-van-vonderen.pdf')" target="_blank">Nederlands</a> |
|
</p> |
|
|
|
<object :data="getPublicPath('/pdf/cv-en-rick-van-vonderen.pdf')" type="application/pdf" |
|
style="width: 100%; height: calc(100vh - 280px)"></object> |
|
</template>
|
|
|