Skip to content

Commit

Permalink
maj
Browse files Browse the repository at this point in the history
  • Loading branch information
VachetVirginie committed Mar 22, 2024
1 parent 160e819 commit ebf32ba
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 2 deletions.
79 changes: 79 additions & 0 deletions src/sections/career/CareerSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,85 @@
</div>
</div>
</div>
<div
class="flex flex-row-reverse items-start"
data-v-a860d564="">
<div
class="border-t-4 border-l-4 border-transparent"
data-v-a860d564="">
<div
class="w-16 h-16 mr-16 border-b-4 border-r-4 border-dashed rounded-br-full border-primary"
data-v-a860d564="" />
</div>
<div
class="flex-auto border-t-4 border-transparent"
data-v-a860d564="">
<div
class="h-16 border-b-4 border-dashed border-primary"
data-v-a860d564="" />
</div><div
class="w-16 h-16 mt-16 ml-16 border-t-4 border-l-4 border-dashed rounded-tl-full border-primary"
data-v-a860d564="" />
</div>
<div
class="flex flex-row"
data-v-a860d564="">
<div
class="flex-col items-center hidden md:flex"
data-v-a860d564="">
<div
class="flex flex-col items-center justify-center w-32 py-5 mr-4 uppercase border rounded bg-primary border-primary aos-init aos-animate"
data-aos="zoom-in"
data-aos-duration="6000"
data-v-a860d564="">
<div
class="text-3xl text-white"
data-v-a860d564="">
Step 5
</div><div
class="text-sm text-center text-white"
data-v-a860d564="">
CDI
</div>
</div>
</div>
<div
class="flex-auto border rounded border-primary aos-init aos-animate"
data-aos="fade-left"
data-aos-duration="6000"
data-v-a860d564="">
<div
class="flex flex-col items-center md:flex-row"
data-v-a860d564="">
<div
class="flex-auto"
data-v-a860d564="">
<div
class="pt-3 pl-3 text-sm font-normal uppercase md:hidden"
data-v-a860d564="">- CDI
</div><div
class="p-3 text-3xl font"
data-v-a860d564="">
Caisse Nationale de l'Assurance Maladie
</div><div
class="px-3 pb-6 text-lg"
data-v-a860d564="">
J'ai intégré l'équipe de développeurs dédiée au design system de la Caisse Nationale de l'Assurance Maladie en Janvier 2024.
</div>
</div>
<div
class="w-full p-5 md:w-96"
data-v-a860d564="">
<img
loading="lazy"
src="https://raw.githubusercontent.com/deraw/deraw/0bb37de28d6a749bf10841fe65a4d420d854439b/synapse.png"
alt="logo cnam"
class="object-scale-down"
data-v-a860d564="">
</div>
</div>
</div>
</div>
</div>
</section>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/sections/career/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"subtitle_1": "Step 4",
"subtitle_2": " - CDI",
"work_place": "Ngtv Experience",
"work_description": "Je travaille chez Ngtv experience depuis Octobre 2019 en tant que",
"work_description": "J'ai travaillé chez Ngtv Experience d'octobre 2019 à janvier 2024 en tant que",
"colored_text_description":"developpeur web front et back "
}
}
Expand Down
5 changes: 4 additions & 1 deletion src/sections/hero/HeroView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,10 @@
hero-img"
title="Tailwind"
home-skill>
<img class="w-full max-w-xs mx-auto lg:max-w-lg xl:max-w-xl" src="https://landingfoliocom.imgix.net/store/collection/dusk/images/hero/1/3d-illustration.png" alt="" />
<img
class="w-full max-w-xs mx-auto lg:max-w-lg xl:max-w-xl"
src="https://landingfoliocom.imgix.net/store/collection/dusk/images/hero/1/3d-illustration.png"
alt="">
<img
loading="lazy"
:src="require('@/imgs/hero/technologies/tailwind.svg')"
Expand Down

0 comments on commit ebf32ba

Please sign in to comment.