Skip to content

Commit 1e02832

Browse files
committed
Add new job posts, fix JobCard
1 parent cf82fb2 commit 1e02832

12 files changed

+63
-36
lines changed

src/components/JobCard.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ const { title, location, type, level, salary, description, responsibilities, req
2828
{sponsor.data.name}
2929
</a>
3030

31-
{ level && type && location &&
32-
<p class="text-gray-600 mb-2">{level}{type}{location}</p>
31+
{ location &&
32+
<p class="text-gray-600 mb-2">{([level, type, location].filter(Boolean)).join("")}</p>
3333
}
3434
<p class="text-gray-700 mb-4">{salary}</p>
3535
<p class="mb-3">{description}</p>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: ""
3+
location:
4+
type:
5+
level:
6+
tags:
7+
salary:
8+
description:
9+
responsibilities:
10+
requirements:
11+
benefits:
12+
apply_link: https://link
13+
---

src/content/sponsors/arm/ml-eda-devops-intern-python-automation-for-ai-in-hardware.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "ML/EDA DevOps Intern – Python Automation for AI in Hardware"
33
location: "Sophia Antipolis, France"
44
type: "Flexible (Autumn/Winter 2025) 6 months"
5-
level: null
5+
level: Intern
66
salary: null
77
tags: []
88
description:

src/content/sponsors/arm/qa-devops-intern-software-infrastructure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "QA/DevOps Intern – Software Infrastructure"
33
location: "Sophia Antipolis, France"
44
type: "Flexible (Autumn/Winter 2025) 6 months"
5-
level: null
5+
level: Intern
66
salary: null
77
tags: []
88
description:

src/content/sponsors/picnic/data-engineer.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

src/content/sponsors/picnic/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,14 @@ tier: Gold
2222
Picnic leverages AI and automation to streamline grocery delivery, reducing
2323
costs and environmental impact. Though not explicitly tied to 2025 events in
2424
available data, it remains a key player in Europe’s e-commerce sector.
25+
26+
## Picnic Technologies
27+
28+
At Picnic, we’re building the modern milkman – delivering groceries to millions
29+
of people across three countries. And we’re one of the only companies in the
30+
world to do it all by ourselves. From our fully automated warehouse to our
31+
delivery algorithms – it’s all built by our own people. We find it gives us more
32+
freedom when it comes to trying out new and innovative ideas! To do this, we
33+
need ambitious, entrepreneurial and creative people who know how to handle data.
34+
Our goal is to revolutionize the way people do groceries every day. Ready to get
35+
on board?
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: "Senior Data Engineer"
3+
location:
4+
type:
5+
level: Senior
6+
tags:
7+
salary:
8+
description: "As a Data Engineer at Picnic, you are responsible for translating business needs into successful technical designs. You’ll work with large data sets, discover new insights and business opportunities, and promote business intelligence.
9+
It’s a role with plenty of freedom: think you've spotted a way to ensure our large fleet of electric vehicles is used in the most efficient way? Go ahead and test, evaluate, and evolve your ideas alongside our Distribution team.
10+
More interested in customer behavior? Work on in-app analytics to ensure our mobile store remains smooth, speedy, and robust."
11+
responsibilities:
12+
requirements:
13+
benefits:
14+
apply_link: https://grnh.se/7elvekk21us
15+
---
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: "Tech Lead (Python)"
3+
location:
4+
type:
5+
level: Lead
6+
tags:
7+
salary:
8+
description: "Picnic operates more than 40 product tech teams that each provide an integral part of our customers' experience - from the point they start the app until the moment they hold their groceries in their hands.
9+
As Tech Lead, you will be leading our Python Warehouse Simulation team to empower them to build simulations of some of the biggest automated warehouses in Europe, as well as models of new warehousing and automation concepts that will enable us to expand as never before. Together with the Product Owner, you will evaluate initiatives and drive roadmap discussions. You will be responsible for the delivery of projects and for developing the skills and strengths of the people working in your team.
10+
As a Tech Lead, you’ll lead by example, not by title."
11+
responsibilities:
12+
requirements:
13+
benefits:
14+
apply_link: https://grnh.se/hkx4v8021us
15+
---

src/content/sponsors/travelperk/engineering-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Engineering Manager"
33
location: "London, Barcelona, Edinburgh and Berlin"
44
type: ""
5-
level: null
5+
level: Manager
66
salary: null
77
tags: []
88
description:

src/content/sponsors/travelperk/senior-director-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Senior Director, Data"
33
location: "Barcelona and London"
44
type: ""
5-
level: null
5+
level: Director
66
salary: null
77
tags: []
88
description:

0 commit comments

Comments
 (0)