+
-
+
-
-
-
+
+
+
The open source UpWork alternative.
@@ -185,7 +187,7 @@ defmodule AlgoraWeb.HomeLive do GitHub bounties, freelancing and full-time jobs. -
+
<.link
navigate={~p"/onboarding/org"}
class="rounded-md bg-primary px-12 py-5 text-xl font-semibold text-primary-foreground shadow hover:bg-primary/90"
@@ -200,10 +202,12 @@ defmodule AlgoraWeb.HomeLive do
- -
+
- {stat.label} +
- + {stat.label} +
- {stat.value} @@ -215,25 +219,25 @@ defmodule AlgoraWeb.HomeLive do
-
<%= for stat <- @stats do %>
-
- Trusted by the world's most innovative teams
-
+
<.logo_cloud />
+
<%= if length(@featured_devs) > 0 do %>
-
+
<.dev_card dev={List.first(@featured_devs)} />
-
+
<%= if length(@featured_devs) >= 3 do %>
<%= for dev <- Enum.slice(@featured_devs, 1..2) do %>
<.dev_card dev={dev} />
<% end %>
<% end %>
-
+
-
<%= for dev <- Enum.slice(@featured_devs, 3..4) do %>
<.dev_card dev={dev} />
<% end %>
@@ -291,10 +295,10 @@ defmodule AlgoraWeb.HomeLive do
<% end %>
+
@@ -347,7 +351,7 @@ defmodule AlgoraWeb.HomeLive do
%{
name: "ZIO",
url: "https://zio.dev",
- args: %{src: ~p"/images/wordmarks/zio.png", class: "mt-4 aspect-[67/20] max-h-10 brightness-0 invert"}
+ args: %{src: ~p"/images/wordmarks/zio.png", class: "mt-4 max-h-10 brightness-0 invert"}
},
%{
name: "Tailcall",
@@ -362,6 +366,14 @@ defmodule AlgoraWeb.HomeLive do
url: "https://www.golem.cloud",
component: &Wordmarks.golemcloud/1,
args: %{class: "max-h-9"}
+ },
+ %{
+ name: "Remotion",
+ url: "https://remotion.dev",
+ args: %{
+ src: "https://algora.io/banners/remotion.png",
+ class: "max-h-10 brightness-0 invert sm:hidden"
+ }
}
],
fn org ->
Total Earned:
- {Money.to_string!(@dev.total_earned)}
+ {Money.to_string!(@dev.total_earned, no_fraction_if_integer: true)}