|
|
|
@ -34,12 +34,12 @@ function copyEmail(event) {
|
|
|
|
|
<div class="flex items-center gap-7">
|
|
|
|
|
<p class="selectable hidden lg:block">Delanierlucas@gmail.com</p>
|
|
|
|
|
<div class="relative parent hidden lg:block">
|
|
|
|
|
<PrimaryButton text="Copier" @click="copyEmail"/>
|
|
|
|
|
<PrimaryButton text="Copier" @click="copyEmail" role="button"/>
|
|
|
|
|
<Vue3Lottie ref="copyAnimation" :animationData="CopyJson" :height="180" :width="180"
|
|
|
|
|
class="absolute z-10 pointer-events-none child" :auto-play="false" :loop="false"
|
|
|
|
|
v-show="display"/>
|
|
|
|
|
</div>
|
|
|
|
|
<PrimaryButton :text="$t('cv')" @click="openCV"/>
|
|
|
|
|
<PrimaryButton :text="$t('cv')" @click="openCV" onkeydown="openCV();" role="button"/>
|
|
|
|
|
</div>
|
|
|
|
|
<div class=" hidden sm:block">
|
|
|
|
|
<BreadCrumb>
|
|
|
|
|