From 60e2927e7a2552611afa7c763c63e21e0df1d2e3 Mon Sep 17 00:00:00 2001 From: Jonas Helming Date: Wed, 18 Dec 2024 12:09:57 +0100 Subject: [PATCH] Add theiaCon videos (#685) fixed #684 --- src/components/Resources.js | 5 +++++ src/components/index/CommonNews.js | 2 ++ 2 files changed, 7 insertions(+) diff --git a/src/components/Resources.js b/src/components/Resources.js index 138ee0e..e70ad42 100644 --- a/src/components/Resources.js +++ b/src/components/Resources.js @@ -124,6 +124,11 @@ const categories = [ { title: 'TheiaCon Talk Recordings', resources: [ + { + title: 'TheiaCon 2024', + url: 'https://www.youtube.com/playlist?list=PLy7t4z5SYNaQAGs0tr_ZSv3h2GKH2G50X', + type: 'video' + }, { title: 'TheiaCon 2023', url: 'https://www.youtube.com/watch?v=2rbMtztIHgw&list=PLy7t4z5SYNaQ0cajexl1uZhiZwiD93v9g', diff --git a/src/components/index/CommonNews.js b/src/components/index/CommonNews.js index a95267e..cc77752 100644 --- a/src/components/index/CommonNews.js +++ b/src/components/index/CommonNews.js @@ -19,6 +19,8 @@ const PlatformHeader = () => ( Learn about the latest 1.56 Release and the latest Community Release (2024-11).
Stay up-to-date: follow us on Twitter and register to the "Friends of Theia" mailing list. +
+ In case you missed TheiaCon 2024, all talk recordings are available now, see here! )