Skip to content

Commit 4d76749

Browse files
committed
added ruby
1 parent a40a311 commit 4d76749

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

src/components/Project.astro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ function getColor(language: string) {
1313
return "#f34b7d";
1414
case "astro":
1515
return "#9933ff";
16+
case "ruby":
17+
return "#dd3333";
1618
default:
1719
return "#999999";
1820
}

src/sections/Projects.astro

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@ import Project from "../components/Project.astro";
2323
description="Database that provides backend services like databases, authentication, hosting, and cloud functions to help build and scale apps quickly without managing servers."
2424
path="kryobase"
2525
/>
26-
<Project
27-
name="smoothcloud"
28-
languages={["Astro"]}
29-
description="Next gen self-host storage solution for everyone."
30-
path="smoothcloud"
31-
/>
3226
<Project
3327
name="nexoengine"
3428
languages={["Java"]}
3529
description="3D Game-Engine in Java with OpenGL."
3630
path="nexoengine"
3731
/>
32+
<Project
33+
name="smoothcloud"
34+
languages={["Astro", "Ruby"]}
35+
description="Next gen self-host storage solution for everyone."
36+
path="smoothcloud"
37+
/>
3838
<Project
3939
name="javaro"
4040
languages={["Java"]}

0 commit comments

Comments
 (0)