From 0c2630a76edd40f1c4f43fac47e9280a87fb0493 Mon Sep 17 00:00:00 2001 From: Vlad-Stefan Harbuz Date: Thu, 1 May 2025 16:33:37 +0100 Subject: [PATCH] Jobs: add first Job of the Week --- src/pages/jobs.astro | 68 +++++++++++++++++++++++++++++++++++++++++++ src/styles/common.css | 30 +++++++++++++++++++ 2 files changed, 98 insertions(+) diff --git a/src/pages/jobs.astro b/src/pages/jobs.astro index 2c8faf80..f63a4347 100644 --- a/src/pages/jobs.astro +++ b/src/pages/jobs.astro @@ -32,6 +32,38 @@ const memberMap = await getMembersAsMap(); matches your values.

+
+ +
{Object.keys(jobSet.companies).map((memberId) => jobSet.companies[memberId].length > 0 && ( @@ -54,6 +86,42 @@ const memberMap = await getMembersAsMap();