diff --git a/lib/algora_web/components/ui/button.ex b/lib/algora_web/components/ui/button.ex index 1617a38be..65a5a7724 100644 --- a/lib/algora_web/components/ui/button.ex +++ b/lib/algora_web/components/ui/button.ex @@ -64,6 +64,8 @@ defmodule AlgoraWeb.Components.UI.Button do "bg-primary/50 hover:bg-primary/30 text-foreground border-primary/80 hover:border-primary focus-visible:outline-primary-600 data-[state=open]:bg-primary-500/80 data-[state=open]:outline-primary-600 shadow border", "blue" => "bg-blue-500/50 hover:bg-blue-500/30 text-foreground border-blue-500/80 hover:border-blue-500 focus-visible:outline-blue-600 data-[state=open]:bg-blue-500/80 data-[state=open]:outline-blue-600 shadow border", + "purple" => + "bg-purple-500/50 hover:bg-purple-500/30 text-foreground border-purple-500/80 hover:border-purple-500 focus-visible:outline-purple-600 data-[state=open]:bg-purple-500/80 data-[state=open]:outline-purple-600 shadow border", "destructive" => "bg-destructive/50 hover:bg-destructive/30 text-destructive-foreground border-destructive/80 hover:border-destructive focus-visible:outline-destructive-600 data-[state=open]:bg-destructive-500/80 data-[state=open]:outline-destructive-600 shadow border", "hover:destructive" => diff --git a/lib/algora_web/constants.ex b/lib/algora_web/constants.ex index c21946281..d02a668bf 100644 --- a/lib/algora_web/constants.ex +++ b/lib/algora_web/constants.ex @@ -9,6 +9,7 @@ defmodule AlgoraWeb.Constants do youtube_url: "https://www.youtube.com/@algora-io", discord_url: ~p"/discord", github_url: "https://github.com/algora-io", + calendar_url: "https://cal.com/ioannisflo", # TODO: update this to the new repo github_repo_url: "https://github.com/algora-io/tv", github_repo_api_url: "https://api.github.com/repos/algora-io/tv", diff --git a/lib/algora_web/live/org/dashboard_live.ex b/lib/algora_web/live/org/dashboard_live.ex index c1e73e279..5fdcaa5c4 100644 --- a/lib/algora_web/live/org/dashboard_live.ex +++ b/lib/algora_web/live/org/dashboard_live.ex @@ -429,11 +429,74 @@ defmodule AlgoraWeb.Org.DashboardLive do title={"#{@current_org.name} Ecosystem"} subtitle="Help maintain and grow your ecosystem by creating bounties and tips in your dependencies" > -
+ You're in the right place. +
+- Fund bounties, reward contributors, and accelerate your project -
++ For individuals, OSS communities, and open/closed source companies +
+- Join hundreds of open source companies that use Algora to accelerate their development -
-- Discover how Algora helps founders accelerate development and find top talent -
-
-
- + Fund GitHub issues with USD rewards and pay when work is merged. Set up contracts for ongoing development work. Simple, outcome-based payments. +
-
- + Connect with top open source talent, increase project visibility, and hire proven contributors +
+ {@plan.description} +
++ 0% +
++ service fee +
++ 9% +
++ service fee +
++ Custom +
+- {@plan.description} -
- <.button - navigate={@plan.cta_url} - class="font-regular h-[42px] relative w-full cursor-pointer space-x-2 rounded-md border px-4 py-2 text-center outline-none outline-0 transition-all duration-200 ease-out focus-visible:outline-4 focus-visible:outline-offset-1" - > - {@plan.cta_text} - -From
-${@plan.price}
-/ month
+- 100% -
-- payout received -
- <% else %> -- 19% -
-- pay as you go -
+ <%= if feature.detail do %> +{feature.detail}
<% end %> -- {if @plan.previous_tier, - do: "Everything in the #{@plan.previous_tier} Plan, plus:", - else: "Get started with:"} -
-{feature.detail}
+ + """ + end + + defp pricing_card2(assigns) do + ~H""" +- {@plan.footnote} -
+ {@plan.description} +
+Receive payments directly to your bank account from all around the world <.link - href={AlgoraWeb.Constants.get(:docs_supported_countries_url)} + href="https://docs.algora.io/bounties/payments#supported-countries-regions" class="font-medium text-foreground" > ({ConnectCountries.count()} countries/regions supported)