diff --git a/src/assets/data/history.json b/src/assets/data/history.json index 3b966b3..f7929f8 100644 --- a/src/assets/data/history.json +++ b/src/assets/data/history.json @@ -1,20 +1,20 @@ { "de": { "skill08": { - "chancellery2022": { - "date": "08. Dezember 2022", - "title": "Empfang im Bundeskanzleramt", - "text": "Justin Konratt bekommt von Bundeskanzler Olaf Scholz die “Best of Nation”-Medaille verliehen." + "einsteinCup2022": { + "date": "30. Mai – 02. Juni 2022", + "title": "Albert-Einstein-Cup", + "text": "Die Gewinner beim Albert-Einstein-Cup in Neubrandenburg sind: Joachim Schiller (Deutschland), Justin Konratt (Deutschland) und Kantubhukta Lavanya Sai Kumar (Indien). Justin Konratt gewinnt außerdem die Zusatzdisziplin Speed-Programming." }, "wsc2022": { "date": "13. – 16. Oktober 2022", "title": "WorldSkills Competition 2022 Special Edition", - "text": "Justin Konratt holt in Goyang, Korea bei der Weltmeisterschaft die Bronzemedaille für Deutschland." + "text": "Justin Konratt holt die Bronzemedaille für Deutschland." }, - "einsteinCup2022": { - "date": "30. Mai – 02. Juni 2022", - "title": "Albert-Einstein-Cup", - "text": "Die Gewinner beim Albert-Einstein-Cup in Neubrandenburg sind: Joachim Schiller (Deutschland), Justin Konratt (Deutschland) und Kantubhukta Lavanya Sai Kumar (Indien). Justin Konratt gewinnt außerdem die Zusatzdisziplin Speed-Programming." + "chancellery2022": { + "date": "08. Dezember 2022", + "title": "Empfang im Bundeskanzleramt", + "text": "Justin Konratt bekommt von Bundeskanzler Olaf Scholz die “Best of Nation”-Medaille verliehen." }, "nationalChampionship2023": { "date": "25 Mai – 25 Mai 2023", @@ -29,7 +29,7 @@ "wsc2024": { "date": "10 – 15 September 2024", "title": "WorldSkills Lyon 2024", - "text": "" + "text": "Daniel Kalisch gewinnt die Bronzemedaille für Deutschland." } }, "skill09": { @@ -61,7 +61,7 @@ "wsc2024": { "date": "10 – 15 September 2024", "title": "WorldSkills Lyon 2024", - "text": "" + "text": "Simon Brebeck gewinnt eine Exzellenzmedaille und wird zweiter im Speed Programming." } }, "skill17": { @@ -74,20 +74,20 @@ }, "en": { "skill08": { - "chancellery2022": { - "date": "08 December 2022", - "title": "Federal Chancellery", - "text": "Justin Konratt receives the “Best of Nation” medal from Chancellor Olaf Scholz." + "einsteinCup2022": { + "date": "30 May – 02 June 2022", + "title": "Albert Einstein Cup", + "text": "The winners of the Albert Einstein Cup in Neubrandenburg are: Joachim Schiller (Germany), Justin Konratt (Germany), and Kantubhukta Lavanya Sai Kumar (India). Justin Konratt also wins the additional discipline of Speed Programming." }, "wsc2022": { "date": "13 – 16 October 2022", "title": "WorldSkills Competition 2022 Special Edition", - "text": "Justin Konratt wins the bronze medal for Germany at the World Championships in Goyang (Korea)." + "text": "Justin Konratt wins the bronze medal for Germany." }, - "einsteinCup2022": { - "date": "30 May – 02 June 2022", - "title": "Albert Einstein Cup", - "text": "The winners of the Albert Einstein Cup in Neubrandenburg are: Joachim Schiller (Germany), Justin Konratt (Germany), and Kantubhukta Lavanya Sai Kumar (India). Justin Konratt also wins the additional discipline of Speed Programming." + "chancellery2022": { + "date": "08 December 2022", + "title": "Federal Chancellery", + "text": "Justin Konratt receives the “Best of Nation” medal from Chancellor Olaf Scholz." }, "nationalChampionship2023": { "date": "25 – 25 May 2023", @@ -102,7 +102,7 @@ "wsc2024": { "date": "10 – 15 September 2024", "title": "WorldSkills Competition 2024 Lyon", - "text": "" + "text": "Daniel Kalisch wins a bronze medal for Germany." } }, "skill09": { @@ -134,7 +134,7 @@ "wsc2024": { "date": "10 – 15 September 2024", "title": "WorldSkills Lyon 2024", - "text": "" + "text": "Simon Brebeck wins a Medallion for Excellence and places second in Speedprogramming." } }, "skill17": { diff --git a/src/components/skill/SkillRoadmap.astro b/src/components/skill/SkillRoadmap.astro index b1fe8ea..04493ef 100644 --- a/src/components/skill/SkillRoadmap.astro +++ b/src/components/skill/SkillRoadmap.astro @@ -40,8 +40,8 @@ const t = useTranslations(lang); img={RegistrationImage} title={t({ de: "Registrierung", en: "Registration" })} date={t({ - de: "25. Januar – 24. Februar 2023", - en: "25 January – 24 February 2023", + de: "1. November 2024 – 21. Februar 2025", + en: "1 November 2024 – 21 February 2025", })} link={getRelativeLocaleUrl(lang, "dm-registration")} className="xl:mt-0" @@ -51,8 +51,8 @@ const t = useTranslations(lang); img={OnlineCompetitionImage} title={t({ de: "Online-Vorausscheidung", en: "Online Competition" })} date={t({ - de: "28. Februar – 27. März 2023", - en: "28 February – 27 March 2023", + de: "28. Dezember 2024 – 28. Februar 2025", + en: "28 December 2024 – 28 February 2025", })} link={getRelativeLocaleUrl(lang, "dm-registration")} className="md:float-right md:mt-[-4rem]" @@ -61,7 +61,7 @@ const t = useTranslations(lang);