diff --git a/cv.html b/cv.html index b0772fd..1f44d8e 100644 --- a/cv.html +++ b/cv.html @@ -197,6 +197,57 @@

Expériences

+
+
+ +
+
+
+
+ Fondateur +
Q4 2024
+ NC +
+
+
(2023
+
-
+
2024)
+
+
+
'23
+
-
+
'24
+
+
+ +

+ Conception et développement en solo d'une application + de suivi sportif avec IA, pour web et iOS. +

+
+
+ React Native +
+
+ Typescript +
+
+ NextJS +
+
+ GraphQL +
+
+ MongoDB +
+
+
+
+
@@ -208,7 +259,6 @@

Expériences

>Ingénieur produit -
full-stack
(2023)
@@ -222,7 +272,11 @@

Expériences

Lead ingénieur logiciel - +
+ Amblea +
(2020
@@ -235,13 +289,6 @@

Expériences

'22
-
- - Amblea - -

Développement et maintenance des logiciels front et @@ -257,10 +304,10 @@

Expériences

Typescript
- GraphQL + NextJS
- NextJS + GraphQL
MySQL @@ -279,7 +326,13 @@

Expériences

Ingénieur logiciel -
front-end
+
+ Boxy +
(2019
@@ -292,15 +345,6 @@

Expériences

'20
-
- - Boxy - -

Conception, développement et déploiement d'un client @@ -333,7 +377,13 @@

Expériences

Ingénieur logiciel -
front-end
+
+ Winamax +
(2018
@@ -346,15 +396,6 @@

Expériences

'19
-
- - Winamax - -

Développement et maintenance du client de pari @@ -393,10 +434,12 @@

Formation

Diplôme d'ingénieur -
- spécilisation web +
+ Epita +
-
spé. web
+
spé. web
(2018)
@@ -405,13 +448,6 @@

Formation

'18
-
- - Epita - - -

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 @@

Thomas

Josso

-
-
Softwareengineer
-
@@ -84,7 +81,7 @@

Josso


-
+

Documents

@@ -162,7 +159,7 @@

Documents

-
+

Projects

@@ -180,9 +177,9 @@

Projects

 Unnanounced -  Q4 2024 + >AI Fitness tracker  +
Q4 2024
diff --git a/resume.html b/resume.html index 74ca3ef..67b0e5f 100644 --- a/resume.html +++ b/resume.html @@ -193,6 +193,57 @@

Experience

+
+
+ +
+
+
+
+ Founder +
Q4 2024
+ TBA +
+
+
(2023
+
-
+
2024)
+
+
+
'23
+
-
+
'24
+
+
+ +

+ Solo design and development of an AI fitness tracker + app for both web and iOS. +

+
+
+ React Native +
+
+ Typescript +
+
+ NextJS +
+
+ GraphQL +
+
+ MongoDB +
+
+
+
+
@@ -202,7 +253,6 @@

Experience

Product Engineer -
full-stack
(2023)
@@ -215,7 +265,12 @@

Experience

Lead Software Engineer + > +
(2020
@@ -228,13 +283,6 @@

Experience

'22
-
- - Amblea - -

Development and maintenance of the front and back-end @@ -249,10 +297,10 @@

Experience

Typescript
- GraphQL + NextJS
- NextJS + GraphQL
MySQL @@ -269,7 +317,14 @@

Experience

Software Engineer -
front-end
+
(2019
@@ -282,15 +337,6 @@

Experience

'20
-
- - Boxy - -

Design, development and continuous delivery of a @@ -321,7 +367,14 @@

Experience

Software Engineer -
front-end
+
(2018
@@ -334,16 +387,6 @@

Experience

'19
-

Development and maintenance of the betting client, @@ -381,7 +424,12 @@

Education

Engineering Degree -
web major
+ + web major
(2018)
@@ -390,13 +438,6 @@

Education

'18
-
- - - Epita - - -

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;