diff --git a/index.html b/index.html index d863af1..1d73359 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:

@@ -209,22 +209,22 @@

Compétences professionnelles:
-

Web Design 95%

+

Développement web 90%

-

Web Development 67%

+

Frontend Development 85%

-

Graphic Design 85%

+

Backend Development 75%

-

SEO Marketing 60%

+

Gestion de Projet et Collaboration 90%

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 {