Skip to content

Commit aced7bf

Browse files
committed
miscellanea
1 parent 49ec6b9 commit aced7bf

File tree

3 files changed

+7
-21
lines changed

3 files changed

+7
-21
lines changed

lib/algora_web/live/home_live.ex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ defmodule AlgoraWeb.HomeLive do
433433
<div class="mx-auto mt-16 max-w-6xl gap-8 text-sm leading-6 sm:mt-32">
434434
<div class="grid grid-cols-1 items-center gap-x-12 gap-y-8 lg:grid-cols-10">
435435
<div class="lg:col-span-4">
436-
<div class="relative flex aspect-square size-[18rem] sm:size-[24rem] items-center justify-center overflow-hidden rounded-2xl bg-gray-800">
436+
<div class="relative flex aspect-square size-[12rem] sm:size-[24rem] items-center justify-center overflow-hidden rounded-2xl bg-gray-800">
437437
<img
438438
src={~p"/images/people/tal-borenstein.jpeg"}
439439
alt="Tal Borenstein"
@@ -453,7 +453,7 @@ defmodule AlgoraWeb.HomeLive do
453453
>
454454
42 integrations <.icon name="tabler-external-link" class="size-5 ml-1 mb-4" />
455455
</.link>
456-
were built by <span class="text-success">22 developers</span>
456+
were built
457457
using <span class="text-success">bounties on Algora</span>.
458458
</h3>
459459
<div class="flex flex-wrap items-center gap-x-8 gap-y-4 pt-4 sm:pt-12">
@@ -523,19 +523,19 @@ defmodule AlgoraWeb.HomeLive do
523523
<img
524524
src="https://github.com/calcom.png"
525525
alt="Cal.com"
526-
class="size-24 sm:size-40 rounded-2xl"
526+
class="size-32 sm:size-40 rounded-2xl"
527527
loading="lazy"
528528
/>
529529
<img
530530
src={~p"/images/people/peer-rich.jpeg"}
531531
alt="PeerRich"
532-
class="size-24 sm:size-40 rounded-full"
532+
class="size-32 sm:size-40 rounded-full"
533533
loading="lazy"
534534
/>
535535
<img
536536
src={~p"/images/people/bailey-pumfleet.jpeg"}
537537
alt="Bailey Pumfleet"
538-
class="size-24 sm:size-40 rounded-full"
538+
class="size-32 sm:size-40 rounded-full"
539539
loading="lazy"
540540
/>
541541
</div>

lib/algora_web/live/pricing_live.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,10 +209,10 @@ defmodule AlgoraWeb.PricingLive do
209209
<div class="flex justify-between">
210210
<div class="flex items-end">
211211
<p class="font-display text-4xl text-emerald-400">
212-
0%
212+
100%
213213
</p>
214214
<p class="text-foreground-lighter text-sm mb-1.5 ml-2 leading-4">
215-
service fee
215+
received
216216
</p>
217217
</div>
218218
</div>

lib/algora_web/live/sign_in_live.ex

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -327,13 +327,6 @@ defmodule AlgoraWeb.SignInLive do
327327

328328
defp get_random_quote do
329329
Enum.random([
330-
%{
331-
text:
332-
"Through our $15,000 bounty, we got hundreds of GitHub stars, more than 100 new users on our Discord, and some really fantastic Rust engineers.",
333-
author: "John A. De Goes",
334-
role: "Founder & CEO, Golem Cloud",
335-
avatar: ~p"/images/people/john-de-goes-2.jpg"
336-
},
337330
%{
338331
text:
339332
"That's one massive advantage open source companies have versus closed source. You get to show people your work, plus you can point to your contributions as proof of your abilities.",
@@ -375,13 +368,6 @@ defmodule AlgoraWeb.SignInLive do
375368
author: "Josh Pigford",
376369
role: "Co-founder & CEO, Maybe",
377370
avatar: "https://avatars.githubusercontent.com/u/35243?v=4"
378-
},
379-
%{
380-
text:
381-
"Instead of doing work for free, I was able to get paid and it gives you a really nice feeling that you feel rewarded, that you feel appreciated.",
382-
author: "Lucas Smith",
383-
role: "Co-founder & CTO, Documenso",
384-
avatar: "https://avatars.githubusercontent.com/u/13398220?v=4"
385371
}
386372
])
387373
end

0 commit comments

Comments
 (0)