@@ -48,6 +48,8 @@ defmodule AlgoraWeb.Components.TechBadge do
4848 defp icon_url ( "sglang" ) , do: "https://avatars.githubusercontent.com/u/147780389?s=200&v=4"
4949 defp icon_url ( "electron" ) , do: "https://avatars.githubusercontent.com/u/13409222?s=200&v=4"
5050 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"
5153 defp icon_url ( tech ) , do: "https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/#{ icon_path ( tech ) } "
5254
5355 defp icon_path ( "aws" ) , do: "amazonwebservices/amazonwebservices-plain-wordmark.svg"
@@ -76,6 +78,7 @@ defmodule AlgoraWeb.Components.TechBadge do
7678 defp icon_class ( "flask" ) , do: "bg-white invert saturate-0"
7779 defp icon_class ( "prisma" ) , do: "bg-white invert saturate-0"
7880 defp icon_class ( "vercel" ) , do: "bg-white invert saturate-0"
81+ defp icon_class ( "expo" ) , do: "bg-white invert saturate-0"
7982 defp icon_class ( _tech ) , do: "bg-transparent"
8083
8184 defp normalize ( tech ) do
@@ -210,6 +213,7 @@ defmodule AlgoraWeb.Components.TechBadge do
210213 "Azure" ,
211214 "AWS" ,
212215 "GCP" ,
216+ "Cloudflare" ,
213217 "React" ,
214218 "Svelte" ,
215219 "Vue.js" ,
@@ -274,7 +278,11 @@ defmodule AlgoraWeb.Components.TechBadge do
274278 "MLIR" ,
275279 "Julia" ,
276280 "Electron" ,
277- "OCI"
281+ "OCI" ,
282+ "Supabase" ,
283+ "Drizzle ORM" ,
284+ "Zod" ,
285+ "Expo"
278286 ]
279287 end
280288end
0 commit comments