Skip to content

Commit

Permalink
Add TheiaCon Talk Recordings (#575)
Browse files Browse the repository at this point in the history
fixed #574
  • Loading branch information
JonasHelming committed Jul 4, 2024
1 parent a5ec437 commit b0f40cf
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/components/Resources.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,26 @@ const categories = [
},
]
},
{
title: 'TheiaCon Talk Recordings',
resources: [
{
title: 'TheiaCon 2023',
url: 'https://www.youtube.com/watch?v=2rbMtztIHgw&list=PLy7t4z5SYNaQ0cajexl1uZhiZwiD93v9g',
type: 'video'
},
{
title: 'TheiaCon 2022',
url: 'https://www.youtube.com/watch?v=BtWJD-72IJ8&list=PLy7t4z5SYNaRj46WedNTnAXLLHwuk3nro',
type: 'video'
},
{
title: 'TheiaCon 2021',
url: 'https://www.youtube.com/watch?v=SPO8pudgJak&list=PLy7t4z5SYNaQnfc8RoVYBU9i9xqoK7X2_',
type: 'video'
},
]
},
{
title: 'Introductions to Eclipse Theia',
resources: [
Expand Down

0 comments on commit b0f40cf

Please sign in to comment.