Skip to content

Commit bb41951

Browse files
Merge pull request #349 from marcphilipp/marc/support-care-add-marc
feat: add Marc to Support & Care page
2 parents 42f4d97 + 02f76df commit bb41951

3 files changed

Lines changed: 20 additions & 0 deletions

File tree

locales/de.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@
361361
"containersBullet4": "Kryptographische Signierung gegen Manipulation",
362362
"containersBullet5": "Minimierte Angriffsfläche durch systematisches Hardening",
363363
"containersImgAlt": "Open Elements liefert in Zukunft offizielle gehärtete Container-Images für die deutsche öffentliche Verwaltung",
364+
"marcRole": "JUnit Team Lead & Java Champion",
364365
"modelTitle": "Mehr als nur Support: Unser Modell",
365366
"modelP1": "Support & Care funktioniert anders als klassischer Vendor-Support. Sie tragen gemeinsam mit uns die laufenden Pflege- und Verbesserungsaufwände für die betreuten Open-Source-Komponenten — offen, nachvollziehbar und messbar.",
366367
"modelSubtitle": "Hier folgt Support & Care drei wichtigen Prinzipien:",

locales/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@
330330
"containersBullet4": "Cryptographic signing against tampering",
331331
"containersBullet5": "Minimized attack surface through systematic hardening",
332332
"containersImgAlt": "Open Elements delivers official hardened container images for the German public administration",
333+
"marcRole": "JUnit Team Lead & Java Champion",
333334
"modelTitle": "More Than Just Support: Our Model",
334335
"modelP1": "Support & Care works differently from traditional vendor support. Together with us, you share the ongoing maintenance and improvement efforts for the supported open source components — openly, transparently and measurably.",
335336
"modelSubtitle": "Support & Care follows three important principles:",

src/app/[locale]/support-care/page.tsx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,24 @@ export default function SupportCareMavenPage() {
614614
{t('sebastianRole')}
615615
</span>
616616
</Link>
617+
<Link
618+
href="/employees/marc"
619+
className="text-center w-44 no-underline"
620+
style={{ color: 'inherit' }}>
621+
<Image
622+
src="/team/marc.jpg"
623+
alt="Marc Philipp"
624+
width={120}
625+
height={120}
626+
className="w-[120px] h-[120px] rounded-full object-cover mx-auto mb-3 border-[3px] border-[#5DB9F5]"
627+
/>
628+
<strong className="block text-[0.95rem] text-blue">
629+
Marc Philipp
630+
</strong>
631+
<span className="text-[0.8rem]" style={{ color: '#5CBA9E' }}>
632+
{t('marcRole')}
633+
</span>
634+
</Link>
617635
</div>
618636

619637
<p>{t('whyP2')}</p>

0 commit comments

Comments
 (0)