Skip to content
Snippets Groups Projects
Commit 9a3d8f6f authored by Clement Franckelemon's avatar Clement Franckelemon
Browse files

:lipstick: add easter egg profile

parent 07fe599c
No related branches found
No related tags found
No related merge requests found
Pipeline #59432 passed
public/images/secret.png

348 KiB

......@@ -4,7 +4,7 @@
<img :src="secretActif ? '/clement.franckelemon.etu/portfolio-2025/spa/images/secret.png' : src "
style="border-radius: 50%; width: 100%; height: 100%; object-fit: cover;"
class="full-height full-width shadow-6"
@dblclick="secretActif = !secretActif"
@dblclick="secretActif = !secretActif && isMain"
>
</div>
<div class="col-6 column items-center text-h2 text-bold text-secondary" :class="$q.screen.lt.md ? 'text-h4' : 'text-h2' ">
......@@ -25,6 +25,10 @@ defineProps({
src: {
type: String,
required: true
},
isMain: {
type: Boolean,
default: false
}
})
......
......@@ -6,6 +6,7 @@
second="FRANCKELEMON"
accent="Alternant en 3ème année de BUT Informatique chez Nextoo"
src="/clement.franckelemon.etu/portfolio-2025/spa/images/profil.png"
:is-main="true"
class="q-mb-xl" />
<div id="presentation" class="col-12" />
<PresentationView class="q-mb-xl" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment