diff --git a/src/app/pages/about/about.component.ts b/src/app/pages/about/about.component.ts index 62a52f8..4457ec6 100644 --- a/src/app/pages/about/about.component.ts +++ b/src/app/pages/about/about.component.ts @@ -34,7 +34,7 @@ export class AboutComponent { { key: 'ABOUT.XP.COMPANY9', logo: AssetsConstants.COLORDIGITAL_LOGO, - no_highlights: true + no_highlights: false }, { key: 'ABOUT.XP.COMPANY8', @@ -135,6 +135,8 @@ export class AboutComponent { 'ABOUT.SKILLS.JAVA', 'ABOUT.SKILLS.SPRING', 'ABOUT.SKILLS.ANGULAR', + 'ABOUT.SKILLS.VUE', + 'ABOUT.SKILLS.REACT', 'ABOUT.SKILLS.TYPESCRIPT', 'ABOUT.SKILLS.CSHARP', 'ABOUT.SKILLS.PYTHON' @@ -146,7 +148,9 @@ export class AboutComponent { 'ABOUT.TOOLS.DOCKER', 'ABOUT.TOOLS.K8S', 'ABOUT.TOOLS.JENKINS', - 'ABOUT.TOOLS.POSTGRES' + 'ABOUT.TOOLS.POSTGRES', + 'ABOUT.TOOLS.MONGO', + 'ABOUT.TOOLS.GITLAB' ]; skillsEngineering = [ diff --git a/src/assets/i18n/de.json b/src/assets/i18n/de.json index 4ccc18c..a17712b 100644 --- a/src/assets/i18n/de.json +++ b/src/assets/i18n/de.json @@ -33,9 +33,11 @@ "EDUCATION": "Ausbildung" }, "SKILLS": { - "JAVA": "Java 8/21+", - "SPRING": "Spring Boot 2/3", - "ANGULAR": "Angular 19+", + "JAVA": "Java", + "SPRING": "Spring Boot", + "ANGULAR": "Angular", + "VUE": "Vue.js", + "REACT": "React", "DOCKER": "Docker", "UNITY": "Unity", "PYTHON": "Python", @@ -63,8 +65,13 @@ "XP": { "COMPANY9": { "COMPANY": "ColorDigital GmbH", - "ROLE": "Senior Software Engineer", - "TIME": "März 2026 – heute" + "ROLE": "Senior Software Engineer - DMIxOS Team", + "TIME": "März 2026 – heute", + "HIGHLIGHTS": { + "P1": "Konzeption und Implementierung der zentralen Cloud-Architektur.", + "P2": "Full-Stack-Entwicklung und Optimierung neuer sowie bestehender Systemkomponenten.", + "P3": "Technische Integration von Partnerunternehmen an das eigene Ökosystem." + } }, "COMPANY8": { "COMPANY": "Teraport GmbH", diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json index aab76fb..1b705f0 100644 --- a/src/assets/i18n/en.json +++ b/src/assets/i18n/en.json @@ -33,9 +33,11 @@ "EDUCATION": "Education" }, "SKILLS": { - "JAVA": "Java 8/21+", - "SPRING": "Spring Boot 2/3", - "ANGULAR": "Angular 19+", + "JAVA": "Java", + "SPRING": "Spring Boot", + "ANGULAR": "Angular", + "VUE": "Vue.js", + "REACT": "React", "DOCKER": "Docker", "UNITY": "Unity", "PYTHON": "Python", @@ -63,8 +65,13 @@ "XP": { "COMPANY9": { "COMPANY": "ColorDigital GmbH", - "ROLE": "Senior Software Engineer", - "TIME": "Mar. 2026 – now" + "ROLE": "Senior Software Engineer - DMIxOS Team", + "TIME": "March 2026 – present", + "HIGHLIGHTS": { + "P1": "Designed and implemented the core cloud architecture.", + "P2": "Full-stack development and optimization of new and existing system components.", + "P3": "Technical integration of partner companies into the proprietary ecosystem." + } }, "COMPANY8": { "COMPANY": "Teraport GmbH", diff --git a/src/assets/logos/dmixcloud_logo.jpg b/src/assets/logos/dmixcloud_logo.jpg index befd801..c868b0a 100644 Binary files a/src/assets/logos/dmixcloud_logo.jpg and b/src/assets/logos/dmixcloud_logo.jpg differ