@@ -33,12 +33,15 @@ defmodule AlgoraWeb.Components.TechBadge do
33
33
defp icon_url ( "ray" ) , do: "/images/logos/ray.png"
34
34
defp icon_url ( "vllm" ) , do: "/images/logos/vllm.png"
35
35
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"
36
38
defp icon_url ( tech ) , do: "https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/#{ icon_path ( tech ) } "
37
39
38
40
defp icon_path ( "aws" ) , do: "amazonwebservices/amazonwebservices-plain-wordmark.svg"
39
41
defp icon_path ( "gcp" ) , do: "googlecloud/googlecloud-original.svg"
40
42
defp icon_path ( "objectivec" ) , do: "objectivec/objectivec-plain.svg"
41
43
defp icon_path ( "rails" ) , do: "rails/rails-plain.svg"
44
+ defp icon_path ( "django" ) , do: "django/django-plain.svg"
42
45
defp icon_path ( "html" ) , do: "html5/html5-original.svg"
43
46
defp icon_path ( "css" ) , do: "css3/css3-original.svg"
44
47
defp icon_path ( tech ) , do: "#{ tech } /#{ tech } -original.svg"
@@ -48,11 +51,13 @@ defmodule AlgoraWeb.Components.TechBadge do
48
51
defp icon_class ( "crystal" ) , do: "bg-white invert saturate-0"
49
52
defp icon_class ( "groovy" ) , do: "bg-white invert saturate-0"
50
53
defp icon_class ( "objectivec" ) , do: "bg-white invert saturate-0"
54
+ defp icon_class ( "django" ) , do: "bg-white invert saturate-0"
51
55
defp icon_class ( "purescript" ) , do: "bg-white invert saturate-0"
52
56
defp icon_class ( "astro" ) , do: "bg-white invert saturate-0"
53
57
defp icon_class ( "apple" ) , do: "bg-white invert saturate-0"
54
58
defp icon_class ( "github" ) , do: "bg-white invert saturate-0"
55
59
defp icon_class ( "bash" ) , do: "bg-white invert saturate-0"
60
+ defp icon_class ( "twitter" ) , do: "bg-white invert saturate-0"
56
61
defp icon_class ( _tech ) , do: "bg-transparent"
57
62
58
63
defp normalize ( tech ) do
@@ -128,18 +133,6 @@ defmodule AlgoraWeb.Components.TechBadge do
128
133
"Swift" ,
129
134
"Elixir" ,
130
135
"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#" ,
143
136
"OCaml" ,
144
137
"Crystal" ,
145
138
"PureScript" ,
@@ -183,7 +176,12 @@ defmodule AlgoraWeb.Components.TechBadge do
183
176
"Firecracker" ,
184
177
"Ray" ,
185
178
"vLLM" ,
186
- "Huggingface"
179
+ "Huggingface" ,
180
+ "Twitter" ,
181
+ "YouTube" ,
182
+ "LinkedIn" ,
183
+ "TikTok" ,
184
+ "Django"
187
185
]
188
186
end
189
187
end
0 commit comments