diff --git a/app/resume.tsx b/app/resume.tsx index 4cedb048..99bb3c07 100644 --- a/app/resume.tsx +++ b/app/resume.tsx @@ -108,6 +108,16 @@ export const DATA = { }, work: [ + { + company: "Hensoldt AG", + href: "https://www.hensoldt.net/", + location: "Fürstenfeldbruck, Germany", + title: "Senior AI Solutions Architect", + logoUrl: "/images/projects/hensoldt.jpeg", + start: "2025", + end: "Present", + description: "Design and build technical AI/ML solutions.", + }, { company: "XITASO GmbH", href: "https://xitaso.com", diff --git a/public/images/projects/hensoldt.jpeg b/public/images/projects/hensoldt.jpeg new file mode 100644 index 00000000..75ca5143 Binary files /dev/null and b/public/images/projects/hensoldt.jpeg differ