Skip to content

Commit

Permalink
feat: Adding Ollama 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 May 13, 2024
1 parent 12e16bf commit eba84b6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/lib/try/TryOnline.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import Rust from '@icons-pack/svelte-simple-icons/src/components/Rust.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 Angular from '@icons-pack/svelte-simple-icons/src/components/Angular.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';
Expand Down Expand Up @@ -70,8 +69,8 @@
<Spring size={70} color={$darkModeThemeEnabled ? 'currentColor' : "#6DB33F"}/>
</TryTechnology>

<TryTechnology hrefLink='https://workspaces.openshift.com/f?url=https://github.com/che-samples/nodejs-angular&storageType=ephemeral'>
<Angular size={70} color={$darkModeThemeEnabled ? 'currentColor' : "#DD0031"}/>
<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'>
Expand Down

0 comments on commit eba84b6

Please sign in to comment.