Skip to content

Commit 03f0b54

Browse files
committed
bugfix: fix presentation
1 parent 28af99b commit 03f0b54

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/components/ui/Hero.astro

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ const { fullName, title, institute, profilePicture } = Astro.props
1717
</span>
1818
</h1>
1919
<p class="text-2xl text-gray-500 mb-4 opacity-0 animate-fade-in-up delay-200">
20-
<AnimatedTextComponent text= {title} timer=2000 client:visible></AnimatedTextComponent>
20+
<AnimatedTextComponent text= {title} timer=500 client:visible></AnimatedTextComponent>
2121
</p>
2222
<p class="text-lg text-gray-700 mb-6">
23-
<AnimatedTextComponent timer=100 text={HomeFr.presentation} client:visible></AnimatedTextComponent>
23+
<AnimatedTextComponent timer=500 text={HomeFr.presentation} client:visible></AnimatedTextComponent>
2424
</p>
2525

2626
<div class="flex gap-4 opacity-0 animate-fade-in-up delay-500">

src/data/CvFr.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export const CvFr = {
33
firstName: "Papa",
44
lastName: "Coundia",
55
fullName: "Papa Coundia",
6-
title: "Développeur FullStack, Angular | PHP / JAVA .",
6+
title: "Développeur FullStack, Javascript | PHP / JAVA .",
77
institute: "",
88
research_areas: "Tech",
99
infos: "Diplômé d'un master 2 en informatique avec plus de 5 ans d'expérience je peux intervenir dans ces domaines d'activité: " +

src/data/HomeFr.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export const HomeFr = {
44
'spécialisé dans la création d\'applications performantes et centrées sur' +
55
' l\'utilisateur avec Angular, Tailwind CSS et JavaScript.' +
66
' Mon expertise s\'étend également au back-end avec PHP (Symfony) et Java (Spring),' +
7-
' ainsi qu\'aux architectures complexes comme DDD et CQRS. En tant que Consultant en informatique indépendant,' +
7+
' ainsi qu\'aux architectures complexes comme DDD et CQRS. En tant que ingénieur en informatique,' +
88
' je suis disponible pour collaborer sur ' +
99
'de nouveaux projets stimulants et apporter ma passion pour le développement de solutions logicielles de qualité',
1010
'projects': 'Projets',

0 commit comments

Comments
 (0)