Updated about page

This commit is contained in:
Andreas Dahm
2026-03-26 09:09:15 +01:00
parent 548cac026d
commit 00ebedfc90
4 changed files with 30 additions and 12 deletions

View File

@@ -34,7 +34,7 @@ export class AboutComponent {
{ {
key: 'ABOUT.XP.COMPANY9', key: 'ABOUT.XP.COMPANY9',
logo: AssetsConstants.COLORDIGITAL_LOGO, logo: AssetsConstants.COLORDIGITAL_LOGO,
no_highlights: true no_highlights: false
}, },
{ {
key: 'ABOUT.XP.COMPANY8', key: 'ABOUT.XP.COMPANY8',
@@ -135,6 +135,8 @@ export class AboutComponent {
'ABOUT.SKILLS.JAVA', 'ABOUT.SKILLS.JAVA',
'ABOUT.SKILLS.SPRING', 'ABOUT.SKILLS.SPRING',
'ABOUT.SKILLS.ANGULAR', 'ABOUT.SKILLS.ANGULAR',
'ABOUT.SKILLS.VUE',
'ABOUT.SKILLS.REACT',
'ABOUT.SKILLS.TYPESCRIPT', 'ABOUT.SKILLS.TYPESCRIPT',
'ABOUT.SKILLS.CSHARP', 'ABOUT.SKILLS.CSHARP',
'ABOUT.SKILLS.PYTHON' 'ABOUT.SKILLS.PYTHON'
@@ -146,7 +148,9 @@ export class AboutComponent {
'ABOUT.TOOLS.DOCKER', 'ABOUT.TOOLS.DOCKER',
'ABOUT.TOOLS.K8S', 'ABOUT.TOOLS.K8S',
'ABOUT.TOOLS.JENKINS', 'ABOUT.TOOLS.JENKINS',
'ABOUT.TOOLS.POSTGRES' 'ABOUT.TOOLS.POSTGRES',
'ABOUT.TOOLS.MONGO',
'ABOUT.TOOLS.GITLAB'
]; ];
skillsEngineering = [ skillsEngineering = [

View File

@@ -33,9 +33,11 @@
"EDUCATION": "Ausbildung" "EDUCATION": "Ausbildung"
}, },
"SKILLS": { "SKILLS": {
"JAVA": "Java 8/21+", "JAVA": "Java",
"SPRING": "Spring Boot 2/3", "SPRING": "Spring Boot",
"ANGULAR": "Angular 19+", "ANGULAR": "Angular",
"VUE": "Vue.js",
"REACT": "React",
"DOCKER": "Docker", "DOCKER": "Docker",
"UNITY": "Unity", "UNITY": "Unity",
"PYTHON": "Python", "PYTHON": "Python",
@@ -63,8 +65,13 @@
"XP": { "XP": {
"COMPANY9": { "COMPANY9": {
"COMPANY": "ColorDigital GmbH", "COMPANY": "ColorDigital GmbH",
"ROLE": "Senior Software Engineer", "ROLE": "Senior Software Engineer - DMIxOS Team",
"TIME": "März 2026 heute" "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": { "COMPANY8": {
"COMPANY": "Teraport GmbH", "COMPANY": "Teraport GmbH",

View File

@@ -33,9 +33,11 @@
"EDUCATION": "Education" "EDUCATION": "Education"
}, },
"SKILLS": { "SKILLS": {
"JAVA": "Java 8/21+", "JAVA": "Java",
"SPRING": "Spring Boot 2/3", "SPRING": "Spring Boot",
"ANGULAR": "Angular 19+", "ANGULAR": "Angular",
"VUE": "Vue.js",
"REACT": "React",
"DOCKER": "Docker", "DOCKER": "Docker",
"UNITY": "Unity", "UNITY": "Unity",
"PYTHON": "Python", "PYTHON": "Python",
@@ -63,8 +65,13 @@
"XP": { "XP": {
"COMPANY9": { "COMPANY9": {
"COMPANY": "ColorDigital GmbH", "COMPANY": "ColorDigital GmbH",
"ROLE": "Senior Software Engineer", "ROLE": "Senior Software Engineer - DMIxOS Team",
"TIME": "Mar. 2026 now" "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": { "COMPANY8": {
"COMPANY": "Teraport GmbH", "COMPANY": "Teraport GmbH",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB