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

feat: Using devfile.io samples for getting-started #104

Merged
merged 3 commits into from
Jun 25, 2024
Merged
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
38 changes: 19 additions & 19 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/python-django&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'>
<TryTechnology hrefLink='https://workspaces.openshift.com#https://registry.devfile.io/devfiles/ollama/1.0.0&storageType=ephemeral'>
<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
Loading