images
continuous-integration/drone/push Build is passing Details

main
Lucas DELANIER 1 year ago
parent f8d475c8cb
commit 3371e1f2b6

@ -19,7 +19,7 @@ const props = defineProps({
<InfoBuble>{{ props.year }}</InfoBuble>
<InfoBuble>{{ props.duration }}</InfoBuble>
</div>
<img :src="`/src/assets/images/${ props.image }`" class="object-contain mb-6"
<img :src="`/images/${ props.image }`" class="object-contain mb-6"
:class=" props.important === true ? 'h-24' : 'h-10'" :alt="`logo de l'entreprise ${props.company}`">
<p class="text-xl text-gray-500" v-html="props.description"/>

@ -4,7 +4,7 @@ import RedirectLogo from './../assets/icons/redirect.svg';
</script>
<template>
<div class="flex flex-col justify-center items-center">
<img src="/images/picture.png" height="624" width="624" class="w-24 h-24 sm:w-40 sm:h-40"
<img src="/src/assets/images/picture.png" height="624" width="624" class="w-24 h-24 sm:w-40 sm:h-40"
alt="Lucas Delanier">
<div class="flex flex-row items-center gap-1">
<p class="pt-2">

Loading…
Cancel
Save