From 66370d362c1c761039d077187c1945e676678d2f Mon Sep 17 00:00:00 2001 From: "julian.dannenberg" Date: Mon, 14 Oct 2024 07:55:25 +0000 Subject: [PATCH 1/2] =?UTF-8?q?Create=20Jobs=20=E2=80=9Cneuer-job-deutsch-?= =?UTF-8?q?m-w-d-bonn=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jobs/de/neuer-job-deutsch-m-w-d-bonn.json | 48 +++++++++++++++++++ .../jobs/en/neuer-job-deutsch-m-w-d-bonn.json | 7 +++ 2 files changed, 55 insertions(+) create mode 100644 src/content/jobs/de/neuer-job-deutsch-m-w-d-bonn.json create mode 100644 src/content/jobs/en/neuer-job-deutsch-m-w-d-bonn.json diff --git a/src/content/jobs/de/neuer-job-deutsch-m-w-d-bonn.json b/src/content/jobs/de/neuer-job-deutsch-m-w-d-bonn.json new file mode 100644 index 0000000..26f57a5 --- /dev/null +++ b/src/content/jobs/de/neuer-job-deutsch-m-w-d-bonn.json @@ -0,0 +1,48 @@ +{ + "workingHours": "fullTime", + "title": "Neuer Job Deutsch", + "jobDate": "2024-10-14", + "workingPlace": "Bonn", + "tasks": [ + { + "task": "Dies" + }, + { + "task": "Das" + }, + { + "task": "Jenes" + } + ], + "qualifications": [ + { + "qualification": "Wer" + }, + { + "qualification": "Wie" + }, + { + "qualification": "Was" + }, + { + "qualification": "Warum" + } + ], + "benefits": [ + { + "benefit": "Benefit 1" + }, + { + "benefit": "Benefit 2" + }, + { + "benefit": "Benefit 3" + }, + { + "benefit": "Benefit 4" + }, + { + "benefit": "Benefit 5" + } + ] +} diff --git a/src/content/jobs/en/neuer-job-deutsch-m-w-d-bonn.json b/src/content/jobs/en/neuer-job-deutsch-m-w-d-bonn.json new file mode 100644 index 0000000..3e22e1c --- /dev/null +++ b/src/content/jobs/en/neuer-job-deutsch-m-w-d-bonn.json @@ -0,0 +1,7 @@ +{ + "workingHours": [ + "Vollzeit" + ], + "title": "New Job English", + "jobDate": "2024-10-14" +} From e09f29df3cfab51b2805ce7672d0b02376a9b038 Mon Sep 17 00:00:00 2001 From: "julian.dannenberg" Date: Mon, 14 Oct 2024 08:14:04 +0000 Subject: [PATCH 2/2] =?UTF-8?q?Update=20Jobs=20=E2=80=9Cneuer-job-deutsch-?= =?UTF-8?q?m-w-d-bonn=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jobs/en/neuer-job-deutsch-m-w-d-bonn.json | 49 +++++++++++++++++-- 1 file changed, 45 insertions(+), 4 deletions(-) diff --git a/src/content/jobs/en/neuer-job-deutsch-m-w-d-bonn.json b/src/content/jobs/en/neuer-job-deutsch-m-w-d-bonn.json index 3e22e1c..26f57a5 100644 --- a/src/content/jobs/en/neuer-job-deutsch-m-w-d-bonn.json +++ b/src/content/jobs/en/neuer-job-deutsch-m-w-d-bonn.json @@ -1,7 +1,48 @@ { - "workingHours": [ - "Vollzeit" + "workingHours": "fullTime", + "title": "Neuer Job Deutsch", + "jobDate": "2024-10-14", + "workingPlace": "Bonn", + "tasks": [ + { + "task": "Dies" + }, + { + "task": "Das" + }, + { + "task": "Jenes" + } ], - "title": "New Job English", - "jobDate": "2024-10-14" + "qualifications": [ + { + "qualification": "Wer" + }, + { + "qualification": "Wie" + }, + { + "qualification": "Was" + }, + { + "qualification": "Warum" + } + ], + "benefits": [ + { + "benefit": "Benefit 1" + }, + { + "benefit": "Benefit 2" + }, + { + "benefit": "Benefit 3" + }, + { + "benefit": "Benefit 4" + }, + { + "benefit": "Benefit 5" + } + ] }