From b9e1862577f0036c64a6ca2f3a44810da5e02aec Mon Sep 17 00:00:00 2001 From: "joerg.kitz" Date: Fri, 2 Aug 2024 09:55:23 +0000 Subject: [PATCH] =?UTF-8?q?Update=20Jobs=20=E2=80=9Cdublikat-erster-job?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/content/jobs/de/dublikat-erster-job.json | 21 ++++++++++++++++++++ src/content/jobs/en/dublikat-erster-job.json | 20 +++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 src/content/jobs/de/dublikat-erster-job.json create mode 100644 src/content/jobs/en/dublikat-erster-job.json diff --git a/src/content/jobs/de/dublikat-erster-job.json b/src/content/jobs/de/dublikat-erster-job.json new file mode 100644 index 0000000..bc53ca2 --- /dev/null +++ b/src/content/jobs/de/dublikat-erster-job.json @@ -0,0 +1,21 @@ +{ + "workingHours": "fullTime", + "jobDate": "2024-04-15", + "title": "Dublikat Erster Job 2", + "workingPlace": "Standort Eins", + "tasks": [ + { + "task": "Alles abarbeiten" + } + ], + "qualifications": [ + { + "qualification": "Sehr gut sein" + } + ], + "benefits": [ + { + "benefit": "Gratis Limo" + } + ] +} diff --git a/src/content/jobs/en/dublikat-erster-job.json b/src/content/jobs/en/dublikat-erster-job.json new file mode 100644 index 0000000..f46f8a2 --- /dev/null +++ b/src/content/jobs/en/dublikat-erster-job.json @@ -0,0 +1,20 @@ +{ + "title": "Dublikat Erster Job 2", + "workingHours": "fullTime", + "workingPlace": "Standort Eins", + "tasks": [ + { + "task": "Alles abarbeiten" + } + ], + "qualifications": [ + { + "qualification": "Sehr gut sein" + } + ], + "benefits": [ + { + "benefit": "Gratis Limo" + } + ] +}