Skip to content

Commit 9ed40f9

Browse files
committed
Add Henkel job and add email to website
1 parent c6701ed commit 9ed40f9

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

src/components/jobsboard.astro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ const { details } = Astro.props;
3131
))
3232
}
3333
</ul>
34-
{details.joburl && <Link href={details.joburl} aria-describedby="tier-enterprise" style="outline" class="">Read more</Link>}
34+
{details.joburl && <Link href={details.joburl} aria-describedby="tier-enterprise" style="outline" class="mr-5">Read more</Link>}
35+
{details.email && <Link href=`mailto:${details.email}` aria-describedby="tier-enterprise" style="outline" class="">Contact</Link>}
3536
</div>

src/pages/[lang]/jobs.astro

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,16 @@ const jobs = [
5959
email: "laura@sixfeetup.com",
6060
keywords: [],
6161
},
62+
{
63+
title: "Working Student (m/f/x) at Consumer Intelligence Product Team",
64+
company: "Henkel",
65+
companyurl: "https://www.henkel.com/",
66+
description: "We are looking for a motivated Working Student (m/f/d) to support our Product Owners in building a Composable Customer Data Platform (CDP) that enables personalization, and data intelligence across our global brands. In this role, you will help refine requirements, coordinate delivery, and gain hands-on experience in agile, digital product management within an international data and tech environment.",
67+
salary: "Not provided",
68+
joburl: "",
69+
email: "raquel.pinho@henkel.com",
70+
keywords: ["Hybrid"],
71+
},
6272
];
6373
6474
---

0 commit comments

Comments
 (0)