Skip to content

Commit d98e14c

Browse files
authored
Merge pull request #14
improve text
2 parents 83c637d + cd24295 commit d98e14c

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

DOC/.HELP.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ameliore ce text et n'utilise pas le pronom je,
2+
Explique (quest je ce je veux faire,
3+
pourquoi je le fais et comment je le fais

src/components/ui/Hero.astro

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ const { fullName, title, institute, profilePicture } = Astro.props
1313
<div class="flex-1">
1414
<h1 class="text-5xl font-bold mb-6 opacity-0 animate-fade-in-up">
1515
<span class="text-primary">
16-
<AnimatedTextComponent text= {fullName} timer=1000 client:visible></AnimatedTextComponent>
16+
<AnimatedTextComponent text= {fullName} timer=1 client:visible></AnimatedTextComponent>
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=500 client:visible></AnimatedTextComponent>
20+
<AnimatedTextComponent text= {title} timer=1 client:visible></AnimatedTextComponent>
2121
</p>
2222
<p class="text-lg text-gray-700 mb-6">
2323
<AnimatedTextComponent timer=500 text={HomeFr.presentation} client:visible></AnimatedTextComponent>

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, Javascript [Angular] / Java [Spring boot] .",
6+
title: "Développeur FullStack, Javascript [Angular] / Java [Spring] .",
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/pages/index.astro

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ const { fullName, title, institute } = CvFr.person
2525
/>
2626
</section>
2727

28-
<section class='py-12 border-b'>
29-
<Grid gridTitle={HomeFr.projects} gridItems={Projects} />
30-
</section>
28+
<!--<section class='py-12 border-b'>-->
29+
<!-- <Grid gridTitle={HomeFr.projects} gridItems={Projects} />-->
30+
<!--</section>-->
3131

3232
<section class='py-12 border-t'>
3333
<ArticleList listTitle={HomeFr.services} listItems={Services} />

0 commit comments

Comments
 (0)