@@ -48,6 +48,8 @@ defmodule AlgoraWeb.Components.TechBadge do
48
48
defp icon_url ( "sglang" ) , do: "https://avatars.githubusercontent.com/u/147780389?s=200&v=4"
49
49
defp icon_url ( "electron" ) , do: "https://avatars.githubusercontent.com/u/13409222?s=200&v=4"
50
50
defp icon_url ( "oci" ) , do: "https://avatars.githubusercontent.com/u/12563465?s=200&v=4"
51
+ defp icon_url ( "drizzle orm" ) , do: "https://avatars.githubusercontent.com/u/108468352?s=48&v=4"
52
+ defp icon_url ( "zod" ) , do: "https://raw.githubusercontent.com/colinhacks/zod/main/logo.svg"
51
53
defp icon_url ( tech ) , do: "https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/#{ icon_path ( tech ) } "
52
54
53
55
defp icon_path ( "aws" ) , do: "amazonwebservices/amazonwebservices-plain-wordmark.svg"
@@ -76,6 +78,7 @@ defmodule AlgoraWeb.Components.TechBadge do
76
78
defp icon_class ( "flask" ) , do: "bg-white invert saturate-0"
77
79
defp icon_class ( "prisma" ) , do: "bg-white invert saturate-0"
78
80
defp icon_class ( "vercel" ) , do: "bg-white invert saturate-0"
81
+ defp icon_class ( "expo" ) , do: "bg-white invert saturate-0"
79
82
defp icon_class ( _tech ) , do: "bg-transparent"
80
83
81
84
defp normalize ( tech ) do
@@ -210,6 +213,7 @@ defmodule AlgoraWeb.Components.TechBadge do
210
213
"Azure" ,
211
214
"AWS" ,
212
215
"GCP" ,
216
+ "Cloudflare" ,
213
217
"React" ,
214
218
"Svelte" ,
215
219
"Vue.js" ,
@@ -274,7 +278,11 @@ defmodule AlgoraWeb.Components.TechBadge do
274
278
"MLIR" ,
275
279
"Julia" ,
276
280
"Electron" ,
277
- "OCI"
281
+ "OCI" ,
282
+ "Supabase" ,
283
+ "Drizzle ORM" ,
284
+ "Zod" ,
285
+ "Expo"
278
286
]
279
287
end
280
288
end
0 commit comments