Skip to content

Commit

Permalink
feat: Using devfile.io samples for getting-started
Browse files Browse the repository at this point in the history
Signed-off-by: Ilya Buziuk <[email protected]>
  • Loading branch information
ibuziuk committed Jun 25, 2024
1 parent 5bd9e53 commit 5093a6e
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions src/lib/try/TryOnline.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
import Python from '@icons-pack/svelte-simple-icons/src/components/Python.svelte';
import ReactJs from '@icons-pack/svelte-simple-icons/src/components/ReactJs.svelte';
import DotNet from '@icons-pack/svelte-simple-icons/src/components/DotNet.svelte';
import Rust from '@icons-pack/svelte-simple-icons/src/components/Rust.svelte';
import Django from '@icons-pack/svelte-simple-icons/src/components/Django.svelte';
import Quarkus from '@icons-pack/svelte-simple-icons/src/components/Quarkus.svelte';
import Spring from '@icons-pack/svelte-simple-icons/src/components/Spring.svelte';
import PHP from '@icons-pack/svelte-simple-icons/src/components/Php.svelte';
import Scala from '@icons-pack/svelte-simple-icons/src/components/Scala.svelte';
import C from '@icons-pack/svelte-simple-icons/src/components/C.svelte';
import Angular from '@icons-pack/svelte-simple-icons/src/components/Angular.svelte';
import Svelte from '@icons-pack/svelte-simple-icons/src/components/Svelte.svelte';
import Laravel from '@icons-pack/svelte-simple-icons/src/components/Laravel.svelte';
import TryTechnology from '$lib/try/TryTechnology.svelte';
Expand All @@ -37,52 +37,52 @@
<div class="absolute inset-x-0 top-0 items-center justify-center hidden overflow-hidden md:flex md:inset-y-0">
</div>
<div class="relative grid gap-7 grid-cols-2 sm:grid-cols-3 lg:grid-cols-6 dark:text-gray-300 ">
<TryTechnology hrefLink='https://workspaces.openshift.com/f?url=https://github.com/che-samples/java-guestbook&storageType=ephemeral'>
<TryTechnology hrefLink='https://workspaces.openshift.com#https://registry.devfile.io/devfiles/java-maven/1.3.1&storageType=ephemeral'>
<Java size={70} color={$darkModeThemeEnabled ? 'currentColor' : '#007396'} />
</TryTechnology>

<TryTechnology hrefLink='https://workspaces.openshift.com/f?url=https://github.com/devspaces-samples/golang-health-check/tree/latest&storageType=ephemeral'>
<TryTechnology hrefLink='https://workspaces.openshift.com#https://registry.devfile.io/devfiles/go/2.4.0&storageType=ephemeral'>
<Go size={70} color={$darkModeThemeEnabled ? 'currentColor' : "#00ADD8"}/>
</TryTechnology>

<TryTechnology hrefLink='https://workspaces.openshift.com/f?url=https://github.com/devspaces-samples/python-hello-world/tree/latest&storageType=ephemeral'>
<TryTechnology hrefLink='https://workspaces.openshift.com#https://registry.devfile.io/devfiles/python/3.1.0&storageType=ephemeral'>
<Python size={70} color={$darkModeThemeEnabled ? 'currentColor' : "#3776AB"}/>
</TryTechnology>

<TryTechnology hrefLink='https://workspaces.openshift.com/f?url=https://github.com/che-samples/nodejs-react-redux&storageType=ephemeral'>
<TryTechnology hrefLink='https://workspaces.openshift.com#https://registry.devfile.io/devfiles/nodejs-react/2.2.1&storageType=ephemeral'>
<ReactJs size={70} color={$darkModeThemeEnabled ? 'currentColor' : "#61DAFB"}/>
</TryTechnology>

<TryTechnology hrefLink='https://workspaces.openshift.com#https://registry.devfile.io/devfiles/dotnet60/1.0.3&storageType=ephemeral'>
<DotNet size={70} color={$darkModeThemeEnabled ? 'currentColor' : "#512BD4"}/>
</TryTechnology>

<TryTechnology hrefLink='https://workspaces.openshift.com/f?url=https://github.com/che-samples/helloworld-rust&storageType=ephemeral'>
<Rust size={70} color={$darkModeThemeEnabled ? 'currentColor' : "#000000"}/>
<TryTechnology hrefLink='https://workspaces.openshift.com#https://registry.devfile.io/devfiles/nodejs-basic&storageType=ephemeral'>
<Django size={70} color={$darkModeThemeEnabled ? 'currentColor' : "#000000"}/>
</TryTechnology>

<TryTechnology hrefLink='https://workspaces.openshift.com/f?url=https://github.com/che-incubator/quarkus-api-example&storageType=ephemeral'>
<TryTechnology hrefLink='https://workspaces.openshift.com#https://github.com/che-incubator/quarkus-api-example&storageType=ephemeral'>
<Quarkus size={70} color={$darkModeThemeEnabled ? 'currentColor' : "#00ADD8"}/>
</TryTechnology>

<TryTechnology hrefLink='https://workspaces.openshift.com/f?url=https://github.com/che-samples/java-spring-petclinic&storageType=ephemeral'>
<TryTechnology hrefLink='https://workspaces.openshift.com#https://registry.devfile.io/devfiles/java-springboot/2.2.0&storageType=ephemeral'>
<Spring size={70} color={$darkModeThemeEnabled ? 'currentColor' : "#6DB33F"}/>
</TryTechnology>

<TryTechnology hrefLink='https://workspaces.openshift.com#https://github.com/redhat-developer-demos/cde-ollama-continue'>
<img src="https://ollama.com/public/ollama.png" alt="Ollama" width="50" height="50 ">
</TryTechnology>

<TryTechnology hrefLink='https://workspaces.openshift.com/f?url=https://github.com/devspaces-samples/php-hello-world/tree/latest&storageType=ephemeral'>
<PHP size={70} color={$darkModeThemeEnabled ? 'currentColor' : "#777BB4"}/>
<TryTechnology hrefLink='https://workspaces.openshift.com#https://registry.devfile.io/devfiles/nodejs-angular/2.2.1&storageType=ephemeral'>
<Angular size={70} color={$darkModeThemeEnabled ? 'currentColor' : "#777BB4"}/>
</TryTechnology>

<TryTechnology hrefLink='https://workspaces.openshift.com/f?url=https://github.com/che-samples/scala-sbt&storageType=ephemeral'>
<Scala size={70} color={$darkModeThemeEnabled ? 'currentColor' : "#DC322F"}/>
<TryTechnology hrefLink='https://workspaces.openshift.com#https://registry.devfile.io/devfiles/nodejs-svelte/1.2.1&storageType=ephemeral'>
<Svelte size={70} color={$darkModeThemeEnabled ? 'currentColor' : "#DC322F"}/>
</TryTechnology>

<TryTechnology hrefLink='https://workspaces.openshift.com/f?url=https://github.com/devspaces-samples/c-plus-plus/tree/latest&storageType=ephemeral'>
<C size={70} color={$darkModeThemeEnabled ? 'currentColor' : "#A8B9CC"}/>
<TryTechnology hrefLink='https://workspaces.openshift.com#https://registry.devfile.io/devfiles/php-laravel/2.0.1&storageType=ephemeral'>
<Laravel size={70} color={$darkModeThemeEnabled ? 'currentColor' : "#A8B9CC"}/>
</TryTechnology>

</div>
Expand Down

0 comments on commit 5093a6e

Please sign in to comment.