@@ -33,12 +33,15 @@ defmodule AlgoraWeb.Components.TechBadge do
3333 defp icon_url ( "ray" ) , do: "/images/logos/ray.png"
3434 defp icon_url ( "vllm" ) , do: "/images/logos/vllm.png"
3535 defp icon_url ( "huggingface" ) , do: "/images/logos/huggingface.png"
36+ defp icon_url ( "youtube" ) , do: "/images/logos/youtube.png"
37+ defp icon_url ( "tiktok" ) , do: "/images/logos/tiktok.png"
3638 defp icon_url ( tech ) , do: "https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/#{ icon_path ( tech ) } "
3739
3840 defp icon_path ( "aws" ) , do: "amazonwebservices/amazonwebservices-plain-wordmark.svg"
3941 defp icon_path ( "gcp" ) , do: "googlecloud/googlecloud-original.svg"
4042 defp icon_path ( "objectivec" ) , do: "objectivec/objectivec-plain.svg"
4143 defp icon_path ( "rails" ) , do: "rails/rails-plain.svg"
44+ defp icon_path ( "django" ) , do: "django/django-plain.svg"
4245 defp icon_path ( "html" ) , do: "html5/html5-original.svg"
4346 defp icon_path ( "css" ) , do: "css3/css3-original.svg"
4447 defp icon_path ( tech ) , do: "#{ tech } /#{ tech } -original.svg"
@@ -48,11 +51,13 @@ defmodule AlgoraWeb.Components.TechBadge do
4851 defp icon_class ( "crystal" ) , do: "bg-white invert saturate-0"
4952 defp icon_class ( "groovy" ) , do: "bg-white invert saturate-0"
5053 defp icon_class ( "objectivec" ) , do: "bg-white invert saturate-0"
54+ defp icon_class ( "django" ) , do: "bg-white invert saturate-0"
5155 defp icon_class ( "purescript" ) , do: "bg-white invert saturate-0"
5256 defp icon_class ( "astro" ) , do: "bg-white invert saturate-0"
5357 defp icon_class ( "apple" ) , do: "bg-white invert saturate-0"
5458 defp icon_class ( "github" ) , do: "bg-white invert saturate-0"
5559 defp icon_class ( "bash" ) , do: "bg-white invert saturate-0"
60+ defp icon_class ( "twitter" ) , do: "bg-white invert saturate-0"
5661 defp icon_class ( _tech ) , do: "bg-transparent"
5762
5863 defp normalize ( tech ) do
@@ -128,18 +133,6 @@ defmodule AlgoraWeb.Components.TechBadge do
128133 "Swift" ,
129134 "Elixir" ,
130135 "Lua" ,
131- "Julia" ,
132- "Haskell" ,
133- "Clojure" ,
134- "Solidity" ,
135- "Objective-C" ,
136- "R" ,
137- "Erlang" ,
138- "Perl" ,
139- "Zig" ,
140- "Nim" ,
141- "Groovy" ,
142- "F#" ,
143136 "OCaml" ,
144137 "Crystal" ,
145138 "PureScript" ,
@@ -183,7 +176,12 @@ defmodule AlgoraWeb.Components.TechBadge do
183176 "Firecracker" ,
184177 "Ray" ,
185178 "vLLM" ,
186- "Huggingface"
179+ "Huggingface" ,
180+ "Twitter" ,
181+ "YouTube" ,
182+ "LinkedIn" ,
183+ "TikTok" ,
184+ "Django"
187185 ]
188186 end
189187end
0 commit comments