Skip to content

Commit

Permalink
Add details on resume
Browse files Browse the repository at this point in the history
  • Loading branch information
icyfry committed Sep 9, 2024
1 parent a57a605 commit 0e8cae6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
8 changes: 2 additions & 6 deletions src/components/MyResume.vue
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export default defineComponent({
const { t, te, locale } = useI18n();
const changeLanguage = (language: string) => {
locale.value = language // Changez la langue ici
locale.value = language
console.log('Language changed to', language)
}
Expand Down Expand Up @@ -195,14 +195,12 @@ export default defineComponent({
if (!te(`resume.projects.${i}.skills.${j}`)) break;
skillsArray.push(t(`resume.projects.${i}.skills.${j}`));
}
const highlightsCount = 100;
const highlightsArray = [];
for (let j = 0; j < highlightsCount; j++) {
if (!te(`resume.projects.${i}.highlights.${j}`)) break;
highlightsArray.push(t(`resume.projects.${i}.highlights.${j}`));
}
projectsArray.push({
id: i + 1,
title: t(`resume.projects.${i}.title`),
Expand All @@ -215,10 +213,8 @@ export default defineComponent({
});
const description = computed(() => {
return t('resume.description')
}
);
});
return {
changeLanguage,
Expand Down
14 changes: 7 additions & 7 deletions src/resume.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ export const resumeContent = {
languages: 'Languages',
},
personalInfo: {
title: 'Freelance Digital Web / Web3 Architect',
title: 'Freelance Digital Web / Web3 Architect - 13 years of experience',
},
description: 'With 12 years of experience, I support technical teams in the seamless design and operational delivery of web projects integrated into IT systems. My expertise extends to driving these projects within complex programs. I have served as an architect and tech lead across various industries, including manufacturing, retail, and the luxury sector. As an Agile enthusiast, I focus on modern digital architectures. My approach involves designing systems and innovative solutions that empower teams to execute their strategies effectively.',
description: 'I support technical teams in the seamless design and operational delivery of web projects integrated into IT systems. My expertise extends to driving these projects within complex programs. I have served as an architect and tech lead across various industries, including manufacturing, retail, and the luxury sector. As an Agile enthusiast, I focus on modern digital architectures. My approach involves designing systems and innovative solutions that empower teams to execute their strategies effectively.',
experiences: [
{
id: 1,
Expand All @@ -25,7 +25,7 @@ export const resumeContent = {
position: 'Consultant / Enterprise Architect',
company: 'Capgemini',
period: 'September 2015 - January 2024',
description: 'I work to align architectural strategies with business objectives. As an agile architect, I also guide delivery teams in achieving these goals'
description: 'Enterprise architect of COE Commerce for Capgemini France. I work to align architectural strategies with business objectives. As an agile architect, I also guide delivery teams in achieving these goals'
},
{
id: 3,
Expand Down Expand Up @@ -149,7 +149,7 @@ export const resumeContent = {
id: 6,
title: 'Architect : E-commerce platform',
company: 'Hermès',
skills: ['AWS', 'Drupal', 'Magento', 'Angular', 'Typescript'],
skills: ['AWS', 'Drupal', 'Magento', 'Akeneo', 'Angular', 'Typescript'],
highlights: [
'E-commerce platform program: Agile at scale, 10 scrum teams',
'Architecture coordination: Architectural roadmap construction, exploratory studies, project coordination; Program architecture vision and support of teams in the implementation of the objectives.',
Expand All @@ -176,7 +176,7 @@ export const resumeContent = {
fr: {
resume: {
personalInfo: {
title: 'Architecte Web / Web3 Freelance',
title: 'Architecte Web / Web3 Freelance - 13 ans d\'expérience',
},
titles: {
experiences: 'Experiences',
Expand All @@ -199,7 +199,7 @@ export const resumeContent = {
position: 'Consultant / Architecte Enterprise',
company: 'Capgemini',
period: 'Sept 2015 - Jan 2024',
description: "Alignement de l'architecture avec les objectifs business. En tant qu'architecte d'entreprise, je réalise des analyses et des plans pour aider les entreprises à atteindre leurs objectifs, tandis qu'en tant qu'architecte agile, je guide les équipes de delivery"
description: "Architecte d'entreprise du COE Commerce pour Capgemini France. Alignement de l'architecture avec les objectifs business. En tant qu'architecte d'entreprise, je réalise des analyses et des plans pour aider les entreprises à atteindre leurs objectifs, tandis qu'en tant qu'architecte agile, je guide les équipes de delivery"
},
{
id: 3,
Expand Down Expand Up @@ -323,7 +323,7 @@ export const resumeContent = {
"id": 6,
"title": "Architecte : Plateforme E-commerce",
"company": "Hermès",
"skills": ["AWS", "Drupal", "Magento", "Angular", "Typescript"],
"skills": ["AWS", "Drupal", "Magento", 'Akeneo', "Angular", "Typescript"],
"highlights": [
"Programme de plateforme E-commerce : Agile à grande échelle, 10 équipes scrum",
"Coordination de l'architecture : Construction de la roadmap architecturale, études exploratoires, coordination de projet; Vision de l'architecture du programme et support des équipes dans la mise en œuvre des objectifs.",
Expand Down

0 comments on commit 0e8cae6

Please sign in to comment.