From db9276f0d1bfd1969ff9fd9905cb2a44a9451ff6 Mon Sep 17 00:00:00 2001 From: Afpa Date: Thu, 14 Dec 2023 09:00:09 +0100 Subject: [PATCH 1/4] html competences --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index d863af1..22474e3 100644 --- a/index.html +++ b/index.html @@ -47,7 +47,7 @@

-Développeur web-

Voir mon CV - Recrutez-moi + Recrutez-moi
@@ -173,7 +173,7 @@

Mes Compétences
-

Coding Skills

+

Compétences de programmation:

From 23442f3c90db4c4be6fbecfc9dcb84802d1d88ea Mon Sep 17 00:00:00 2001 From: Afpa Date: Thu, 14 Dec 2023 09:03:57 +0100 Subject: [PATCH 2/4] html competences fr --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 22474e3..d015764 100644 --- a/index.html +++ b/index.html @@ -209,17 +209,17 @@

Compétences professionnelles:
-

Web Design 95%

+

Création de sites web 95%

-

Web Development 67%

+

Développement web 67%

-

Graphic Design 85%

+

Conception graphique 85%

From 19a3e265c2c37d3cbcfabbbf2dc7107271cb9f9f Mon Sep 17 00:00:00 2001 From: Afpa Date: Thu, 14 Dec 2023 09:14:17 +0100 Subject: [PATCH 3/4] html competences % --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index d015764..70647d8 100644 --- a/index.html +++ b/index.html @@ -209,22 +209,22 @@

Compétences professionnelles:
-

Création de sites web 95%

+

Développement web 95%

-

Développement web 67%

+

Frontend Development 80%

-

Conception graphique 85%

+

Backend Development 70%

-

SEO Marketing 60%

+

Gestion de Projet et Collaboration 90%

From f0bc7b1978d06d32d6ff1385465d19f836422dd3 Mon Sep 17 00:00:00 2001 From: Afpa Date: Thu, 14 Dec 2023 09:19:54 +0100 Subject: [PATCH 4/4] html competences %, css competences ok --- index.html | 6 +++--- style.css | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 70647d8..1d73359 100644 --- a/index.html +++ b/index.html @@ -209,17 +209,17 @@

Compétences professionnelles:
-

Développement web 95%

+

Développement web 90%

-

Frontend Development 80%

+

Frontend Development 85%

-

Backend Development 70%

+

Backend Development 75%

diff --git a/style.css b/style.css index ce049b9..e88171d 100644 --- a/style.css +++ b/style.css @@ -546,19 +546,19 @@ span { } .skills-column:nth-child(2) .skills-content .progress:nth-child(1) .bar span { - width: 95%; + width: 90%; } .skills-column:nth-child(2) .skills-content .progress:nth-child(2) .bar span { - width: 67%; + width: 85%; } .skills-column:nth-child(2) .skills-content .progress:nth-child(3) .bar span { - width: 85%; + width: 75%; } .skills-column:nth-child(2) .skills-content .progress:nth-child(4) .bar span { - width: 60%; + width: 90%; } .contact {