Added new position
All checks were successful
Build, Test & Push Frontend / quality-check (pull_request) Successful in 1m44s
Build, Test & Push Frontend / docker (pull_request) Has been skipped

This commit is contained in:
Andreas Dahm
2026-03-04 20:37:04 +01:00
parent 61a2057291
commit a3ec68acc5
5 changed files with 132 additions and 115 deletions

View File

@@ -90,13 +90,15 @@
</div>
</div>
<div class="highlights">
<ul>
<li>{{ entry.key + '.HIGHLIGHTS.P1' | translate }}</li>
<li>{{ entry.key + '.HIGHLIGHTS.P2' | translate }}</li>
<li>{{ entry.key + '.HIGHLIGHTS.P3' | translate }}</li>
</ul>
</div>
@if (!entry.no_highlights) {
<div class="highlights">
<ul>
<li>{{ entry.key + '.HIGHLIGHTS.P1' | translate }}</li>
<li>{{ entry.key + '.HIGHLIGHTS.P2' | translate }}</li>
<li>{{ entry.key + '.HIGHLIGHTS.P3' | translate }}</li>
</ul>
</div>
}
</div>
@if(entry.key !== xpKeys.at(xpKeys.length-1)?.key)

View File

@@ -31,6 +31,11 @@ import {SharedFunctions} from '../../shared/SharedFunctions';
export class AboutComponent {
xpKeys = [
{
key: 'ABOUT.XP.COMPANY9',
logo: AssetsConstants.COLORDIGITAL_LOGO,
no_highlights: true
},
{
key: 'ABOUT.XP.COMPANY8',
logo: AssetsConstants.TERAPORT_LOGO

View File

@@ -61,10 +61,15 @@
"DOCKER": "Docker"
},
"XP": {
"COMPANY9": {
"COMPANY": "ColorDigital GmbH",
"ROLE": "Senior Software Engineer",
"TIME": "März 2026 heute"
},
"COMPANY8": {
"COMPANY": "Teraport GmbH",
"ROLE": "Senior Software Developer / Architect",
"TIME": "Feb. 2024 heute",
"TIME": "Feb. 2024 Feb. 2026",
"HIGHLIGHTS": {
"P1": "Architektur und Implementierung der Datenbankanbindung mit Hibernate 6.x.",
"P2": "Konzeption und Entwicklung einer Full-Stack-Webanwendung für Kollisionsanalysen (Angular + Spring Boot + Docker).",

View File

@@ -61,10 +61,15 @@
"DOCKER": "Docker"
},
"XP": {
"COMPANY9": {
"COMPANY": "ColorDigital GmbH",
"ROLE": "Senior Software Engineer",
"TIME": "Mar. 2026 now"
},
"COMPANY8": {
"COMPANY": "Teraport GmbH",
"ROLE": "Senior Software Developer / Architect",
"TIME": "Feb. 2024 now",
"TIME": "Feb. 2024 Feb. 2026",
"HIGHLIGHTS": {
"P1": "Architecture and implementation of database connectivity using Hibernate 6.x.",
"P2": "Design and development of a full-stack web application for collision analysis (Angular + Spring Boot + Docker).",