|
|
|
@ -3,7 +3,7 @@ import PrimaryButton from './PrimaryButton.vue';
|
|
|
|
|
import BreadCrumb from './BreadCrumb.vue';
|
|
|
|
|
import BreadCrumbCell from './BreadCrumbCell.vue';
|
|
|
|
|
import {Vue3Lottie} from "vue3-lottie";
|
|
|
|
|
import CopyJson from '../assets/lotties/Animation - 1714933994295.json'
|
|
|
|
|
import CopyJson from 'containers/lucasdelanier-portfolio/lotties/Animation - 1714933994295.json'
|
|
|
|
|
import { ref } from "vue";
|
|
|
|
|
function openCV(){
|
|
|
|
|
window.open('https://codefirst.iut.uca.fr/containers/lucasdelanier-portfolio/files/cv.pdf', '_blank');
|
|
|
|
@ -29,7 +29,7 @@ function copyEmail(event) {
|
|
|
|
|
|
|
|
|
|
</script>
|
|
|
|
|
<template>
|
|
|
|
|
<header class="flex w-full p-12 justify-between items-center">
|
|
|
|
|
<div class="flex w-full p-12 justify-between items-center">
|
|
|
|
|
<div class="flex items-center gap-7">
|
|
|
|
|
<p class="selectable hidden lg:block">{{ $t('personal-email')}}</p>
|
|
|
|
|
<div class="relative parent hidden lg:block">
|
|
|
|
@ -56,7 +56,7 @@ function copyEmail(event) {
|
|
|
|
|
</template>
|
|
|
|
|
</BreadCrumb>
|
|
|
|
|
</div>
|
|
|
|
|
</header>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
<style>
|
|
|
|
|
.parent{
|
|
|
|
|