Skip to content

Commit

Permalink
Add theiaCon videos (#685)
Browse files Browse the repository at this point in the history
fixed #684
  • Loading branch information
JonasHelming authored Dec 18, 2024
1 parent 7c4c913 commit 60e2927
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/Resources.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 2 additions & 0 deletions src/components/index/CommonNews.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ const PlatformHeader = () => (
<a href="https://eclipsesource.com/blogs/2024/12/06/eclipse-theia-1-56-release-news-and-noteworthy/" rel="noopener noreferrer">Learn about the latest 1.56 Release</a> and <a href="https://eclipsesource.com/blogs/2024/12/12/the-eclipse-theia-community-release-2024-11/">the latest Community Release (2024-11)</a>.
<br />
Stay up-to-date: <a href="https://twitter.com/theia_ide">follow us on Twitter</a> and <a href="https://accounts.eclipse.org/mailing-list/friends-of-theia">register to the "Friends of Theia" mailing list</a>.
<br />
In case you missed TheiaCon 2024, all talk recordings are available now, see <a href="https://www.youtube.com/playlist?list=PLy7t4z5SYNaQAGs0tr_ZSv3h2GKH2G50X">here</a>!
</h2>
</div>
)
Expand Down

0 comments on commit 60e2927

Please sign in to comment.