Skip to content

Commit 759071b

Browse files
committed
feat(resume): move language section
1 parent d46f7b4 commit 759071b

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

public/translations/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"download": "Download",
44
"identity": "Profile",
55
"title": "<b>Technical Director</b> / <b>CTO</b>, <b>Architect</b>, <b>Senior Tech Lead</b>",
6-
"description": "With a background as a <b>full-stack developer</b> and experienced <b>software architect</b>. I currently serve as a unit <b>Technical Director</b> at Worldline. I support teams, projects, and organizations - including internationally - in defining and executing their technical strategy and transformation. Strongly committed to <b>software craftsmanship principles</b>, I thrive in roles that combine <b>technical leadership</b> and <b>hands-on expertise</b> to drive <b>innovative projects</b> and contribute to the <b>growth of an organization</b>.",
6+
"description": "With a background as a <b>full-stack developer</b> and experienced <b>software architect</b>. I currently serve as a unit <b>Technical Director</b> at Worldline. I support teams, projects, and organizations in defining and executing their technical strategy and transformation. Strongly committed to <b>software craftsmanship principles</b>, I thrive in roles that combine <b>technical leadership</b> and <b>hands-on expertise</b> to drive <b>innovative projects</b> and contribute to the <b>growth of an organization</b>.",
77
"age-years": "years",
88
"xp-years": "Experience time: __years__ years",
99
"contact-me": "Contact Me",

public/translations/fr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"download": "Télécharger",
44
"identity": "Profil",
55
"title": "<b>Directeur Technique</b> / <b>CTO</b>, <b>Architecte</b>, <b>Tech Lead senior</b>",
6-
"description": "De profil <b>Développeur full-stack</b> et <b>architecte</b> logiciel expérimenté, acuellement <b>Directeur Technique</b> d'unité chez Worldline, j'accompagne les équipes, projets et organisation - y compris à l'international - dans leur stratégie et leur transformation technique. Attaché aux principes du <b>software craftsmanship</b>, j'aime évoluer dans des rôles me permettant d'allier <b>leadership d'équipe</b> et <b>expertise technique</b> pour accompagner des <b>projets innovants</b> ainsi que la <b>croissance d'une organisation</b>.",
6+
"description": "De profil <b>Développeur full-stack</b> et <b>architecte</b> logiciel expérimenté, acuellement <b>Directeur Technique</b> d'unité chez Worldline, j'accompagne les équipes, projets et organisation dans leur stratégie et leur transformation technique. Attaché aux principes du <b>software craftsmanship</b>, j'aime évoluer dans des rôles me permettant d'allier <b>leadership d'équipe</b> et <b>expertise technique</b> pour accompagner des <b>projets innovants</b> ainsi que la <b>croissance d'une organisation</b>.",
77
"age-years": "ans",
88
"xp-years": "Expérience : __years__ ans",
99
"contact-me": "Contactez Moi",

styles/resume.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ body {
601601
}
602602

603603
.language {
604-
width: 40%;
604+
//width: 40%;
605605
margin: 0 0.5rem;
606606
margin-top: 0.5rem;
607607
text-align: center;
@@ -945,11 +945,11 @@ body {
945945
}
946946

947947
#languages {
948-
width: 55%;
948+
//width: 55%;
949949
}
950950

951951
#interests {
952-
width: 40%;
952+
//width: 40%;
953953
}
954954

955955
}

0 commit comments

Comments
 (0)