Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Theia IDE introductions #570

Merged
merged 1 commit into from
Jul 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions src/components/Resources.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,16 @@ const categories = [
{
title: 'News around Eclipse Theia',
resources: [
{
title: 'Introducing the Theia IDE',
url: 'https://eclipsesource.com/blogs/2024/06/27/introducing-the-theia-ide/',
type: 'article'
},
{
title: 'Eclipse Foundation Introduces the Theia',
url: 'https://newsroom.eclipse.org/news/announcements/eclipse-foundation-introduces-theia-ide-elevate-modern-developer-experience',
type: 'article'
},
{
title: 'The Eclipse Theia Update 2023',
url: 'https://youtu.be/2rbMtztIHgw?si=3a1hw892rPT-lW6d',
Expand Down
2 changes: 1 addition & 1 deletion src/components/index/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ const Header = () => (
</div>
<div className="header__banner">
<h1 style={{ fontSize: '2.2rem' }}>
In case you missed TheiaCon 2023 (Nov 15th-Nov 16th), all talk recordings are available now, see <a href="https://www.youtube.com/watch?v=2rbMtztIHgw&list=PLy7t4z5SYNaQ0cajexl1uZhiZwiD93v9g">here</a>!
Theia IDE is now generally available! Read our <a href="https://newsroom.eclipse.org/news/announcements/eclipse-foundation-introduces-theia-ide-elevate-modern-developer-experience">press release</a> and <a href="https://eclipsesource.com/blogs/2024/06/27/introducing-the-theia-ide/">blog post</a> for more details!
</h1>
</div>
</header>
Expand Down
Loading