Skip to content

Commit

Permalink
Update roadmap links
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Oct 29, 2024
1 parent a4fc4d4 commit feb50d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/skill/SkillRoadmap.astro
Original file line number Diff line number Diff line change
Expand Up @@ -62,23 +62,23 @@ const t = useTranslations(lang);
img={GermanChampionshipImage}
title={t({ de: "Deutsche Meisterschaft", en: "German Championship" })}
date={t({ de: "2. – 5. Juni 2025", en: "2 – 5 June 2025" })}
link="https://www.worldskillsgermany.com/de/termine/dm-mobile-app-development-it-software-solutions-for-business/"
link="https://youtu.be/GSxIuskpALY"
className="lg:mt-54 md:ml-20 md:mt-48 lg:ml-24 xl:ml-32 xl:mt-72"
hoverTextColor="white"
/>
<EventCard
img={AlbertEinsteinCupImage}
title={t({ de: "Albert-Einstein-Cup", en: "Albert Einstein Cup" })}
date={t({ de: "vsl. Mai 2026", en: "around May 2026" })}
link="https://youtu.be/Cvrt7g8es9k"
link="https://youtu.be/dLzMXGLjN3w"
className="md:float-right md:mr-20 md:mt-[-4rem] lg:mr-24 xl:mr-32"
hoverTextColor="white"
/>
<EventCard
img={WsgHandsImage}
title="WorldSkills Shanghai"
date={t({ de: "22. – 27. September 2026", en: "22 – 27 September 2026" })}
link="https://worldskills2024.com/"
link="https://worldskills2026.com"
className="md:ml-60 md:mt-64 lg:ml-72 lg:mt-72 xl:ml-96 xl:mt-96"
hoverTextColor="white"
/>
Expand Down

0 comments on commit feb50d4

Please sign in to comment.