diff --git a/cv.html b/cv.html index b0772fd..1f44d8e 100644 --- a/cv.html +++ b/cv.html @@ -197,6 +197,57 @@
+ Conception et développement en solo d'une application + de suivi sportif avec IA, pour web et iOS. +
+Développement et maintenance des logiciels front et @@ -257,10 +304,10 @@
Conception, développement et déploiement d'un client @@ -333,7 +377,13 @@
Développement et maintenance du client de pari @@ -393,10 +434,12 @@
Nombreux projets réalisés dans divers langages de diff --git a/cv.pdf b/cv.pdf index 3e57132..24ac793 100644 Binary files a/cv.pdf and b/cv.pdf differ diff --git a/index.html b/index.html index 4109d19..7e6bc8a 100644 --- a/index.html +++ b/index.html @@ -45,9 +45,6 @@
+ Solo design and development of an AI fitness tracker + app for both web and iOS. +
+Development and maintenance of the front and back-end @@ -249,10 +297,10 @@
Design, development and continuous delivery of a @@ -321,7 +367,14 @@
Development and maintenance of the betting client, @@ -381,7 +424,12 @@
Large number of projects implemented in many diff --git a/resume.pdf b/resume.pdf index 2cb51ce..44a059c 100644 Binary files a/resume.pdf and b/resume.pdf differ diff --git a/style.css b/style.css index 188db24..f030f88 100644 --- a/style.css +++ b/style.css @@ -215,7 +215,11 @@ a:-webkit-any-link { flex: 1; flex-direction: column; justify-content: space-between; - padding: 25px 10px 15px 10px; + padding: 10px 10px 15px 10px; +} + +#homepage { + padding: 40px 10px 15px 10px; } .page hr { @@ -334,7 +338,11 @@ a:-webkit-any-link { } .socials div { - font-size: 20px; + display: flex; + align-items: center; + justify-content: center; + font-size: 28px; + width: 48px; } /* DETAILS */ @@ -380,8 +388,8 @@ a:-webkit-any-link { } .entry .bullet { - margin-top: 8px; - padding-right: 20px; + margin-top: 7px; + padding-right: 0; } .entry .description { @@ -394,6 +402,10 @@ a:-webkit-any-link { border-radius: 3px; } +.complementary { + background-color: var(--complementary-tint); +} + .row .technology-list { gap: 4px; flex-wrap: wrap;