From dac8a13dec1b616809ae7b02488fa9b3e3c2276e Mon Sep 17 00:00:00 2001 From: Thomas Josso Date: Wed, 11 Dec 2024 16:23:03 +0100 Subject: [PATCH] fix(resume): fix layout --- resume.html | 104 +++++++++++++++++++++++++++------------------------- style.css | 13 ++++++- 2 files changed, 66 insertions(+), 51 deletions(-) diff --git a/resume.html b/resume.html index 6104d17..696c264 100644 --- a/resume.html +++ b/resume.html @@ -51,25 +51,25 @@

Josso

@@ -95,12 +95,12 @@

Summary

Autonomous and creative, with technical expertise and - product experience. Proficient with managing complex - end-to-end projects, I combine an innovative mindset - and a strong sense of teamwork to bring projects to - life that I take pride in. I have a particular - appreciation for well-crafted interfaces providing a - smooth user experience. + product experience.
+ Proficient with managing complex end-to-end projects, + I combine an innovative mindset and a strong sense of + teamwork to bring projects to life that I take pride + in. I have a particular appreciation for well-crafted + interfaces providing a smooth user experience.

@@ -118,12 +118,6 @@

Experience

Founder -
Q4 2024
- TBA
(2023
@@ -189,8 +183,12 @@

Experience

- Product Engineer + Product Engineer +
(2023)
@@ -202,11 +200,6 @@

Experience

Lead Software Engineer -
(2020
@@ -421,7 +414,7 @@

Education

-
+

Skills

@@ -431,40 +424,52 @@

Skills

- React + React
-
6+ years
+
6 years
- Typescript
-
5.5+ years
+
6 years
- GraphQL + GraphQL
-
3.5+ years
+
4 years
- Next.js
-
2.5+ years
+
2 years
- React - Native + React Native
-
2+ years
+
2 years
@@ -481,32 +486,33 @@

Languages

- French + French
-
Native
+
Native
TEF Canada
-
C2 (2024)
+
C2 (2024)
- - English -
-
- Full professionnal + + English
+
Full professionnal
IELTS GT
-
C1 (2024)
+
C1 (2024)
diff --git a/style.css b/style.css index 559f6bc..84ab6c7 100644 --- a/style.css +++ b/style.css @@ -311,10 +311,11 @@ a:-webkit-any-link { /* flex-direction: column; */ align-items: center; justify-content: center; + padding-bottom: 10px; } .name h1 { - font-size: 20px; + font-size: 25px; font-weight: normal; font-family: arial; letter-spacing: 10px; @@ -369,6 +370,14 @@ a:-webkit-any-link { } /* DETAILS */ +.section-row { + gap: 15px; +} + +.section-row > div { + flex: 1; +} + .section { padding-left: 0; } @@ -421,7 +430,7 @@ a:-webkit-any-link { .tag { padding: 0 3px; - background-color: var(--tint); + background-color: var(--complementary-tint); border-radius: 3px; }