diff --git a/src/routes/extend/index.svelte b/src/routes/extend/index.svelte index 0ec22ba..a9ebc63 100644 --- a/src/routes/extend/index.svelte +++ b/src/routes/extend/index.svelte @@ -58,7 +58,7 @@ import Visualstudiocode from '@icons-pack/svelte-simple-icons/src/components/Vis

- Eclipse Che provisions development environments, including IDEs. Any IDE that can run in a container and can be accessed through a Web UI will work with Eclipse Che. The IDEs that are pre-packaged with Che are Open Source VisualStudio Code, Eclipse Theia and JetBrains IDEs using JetBrains Projector. + Eclipse Che provisions development environments, including IDEs. Any IDE that can run in a container and can be accessed through a Web UI will work with Eclipse Che. The IDEs that are pre-packaged with Che are Open Source VisualStudio Code and JetBrains IDEs using JetBrains Projector.

diff --git a/src/routes/features/index.svelte b/src/routes/features/index.svelte index 721ad55..06708a5 100644 --- a/src/routes/features/index.svelte +++ b/src/routes/features/index.svelte @@ -82,7 +82,7 @@

IDEs are packaged and distributed as Linux Containers

-

IDEs run remotely, in a Kubernetes Pod, and are accessible from a browser. Currently IDEs packaged and included with Eclipse Che are VS Code, JetBrains and Eclipse Theia.

+

IDEs run remotely, in a Kubernetes Pod, and are accessible from a browser. Currently IDEs packaged and included with Eclipse Che are VS Code and JetBrains.

diff --git a/src/routes/index.svelte b/src/routes/index.svelte index 497f606..b84d816 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -4,7 +4,6 @@ import { onMount } from 'svelte'; import VisualStudioCode from '@icons-pack/svelte-simple-icons/src/components/Visualstudiocode.svelte'; import Jetbrains from '@icons-pack/svelte-simple-icons/src/components/Jetbrains.svelte'; - import EclipseIDE from '@icons-pack/svelte-simple-icons/src/components/Eclipseide.svelte'; import Try from '$lib/try/Try.svelte'; import { variables } from '$lib/variables'; import { pageTitle, pageDescription, pageUrl } from '$lib/stores'; @@ -14,8 +13,8 @@ $pageUrl = 'https://www.eclipse.org/che/'; let ideImages = []; - const darkImages = [`${variables.imagesPath}/ide-code-dark.png`, `${variables.imagesPath}/ide-pycharm-dark.png`, `${variables.imagesPath}/ide-theia-dark.png`] - const lightImages = [`${variables.imagesPath}/ide-code-light.png`, `${variables.imagesPath}/ide-pycharm-light.png`, `${variables.imagesPath}/ide-theia-light.png`] + const darkImages = [`${variables.imagesPath}/ide-code-dark.png`, `${variables.imagesPath}/ide-pycharm-dark.png`] + const lightImages = [`${variables.imagesPath}/ide-code-light.png`, `${variables.imagesPath}/ide-pycharm-light.png`] let devfileInGithubImage; let devfileImage; @@ -218,7 +217,7 @@ Swap the IDE as you would change your sunglasses

-
+
@@ -242,21 +241,6 @@

The IDEs for professional developers run with JetBrains Projector and deployed on Kubernetes.

- -
-
-
-
-
-
-
- -
-

Eclipse Theia

-
-
-

Built on top of the Theia IDE platform developed under the Eclipse Foundation.

-
diff --git a/static/images-website/ide-theia-dark.png b/static/images-website/ide-theia-dark.png deleted file mode 100644 index 70b4cd1..0000000 Binary files a/static/images-website/ide-theia-dark.png and /dev/null differ diff --git a/static/images-website/ide-theia-light.png b/static/images-website/ide-theia-light.png deleted file mode 100644 index c9844d0..0000000 Binary files a/static/images-website/ide-theia-light.png and /dev/null differ