Skip to content

Commit b6e868d

Browse files
committed
feat: update homepage layout with contributor profiles and new design elements
- Introduced a new section featuring profiles of open source contributors Nicolas Camara and Gergő Móricz, enhancing visibility and engagement. - Updated layout and styling for improved presentation, including a bold link to Firecrawl and a prominent heading. - Removed outdated profile sections to streamline the homepage design.
1 parent 1901f97 commit b6e868d

File tree

1 file changed

+45
-42
lines changed

1 file changed

+45
-42
lines changed

lib/algora_web/live/home_live.ex

Lines changed: 45 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,51 @@ defmodule AlgoraWeb.HomeLive do
575575
576576
<%!-- mogery --%>
577577
<div class="mx-auto mt-16 max-w-6xl gap-8 text-sm leading-6 sm:mt-32">
578-
<div class="grid gap-x-16 gap-y-8 lg:grid-cols-12">
578+
<.link
579+
class="font-bold font-display text-xl whitespace-nowrap flex items-center justify-center brightness-0 invert"
580+
aria-label="Logo"
581+
navigate={~p"/org/mendableai"}
582+
>
583+
🔥
584+
Firecrawl
585+
</.link>
586+
<h2 class="mt-2 font-display text-3xl font-semibold tracking-tight text-foreground sm:text-5xl text-center mb-4 !leading-[1.25]">
587+
Open source contributor to full-time engineer
588+
</h2>
589+
<div class="flex items-center justify-center gap-8">
590+
<div class="flex-1 flex flex-wrap items-center justify-end gap-x-8 gap-y-4">
591+
<div class="flex items-center gap-4">
592+
<div class="text-right">
593+
<div class="text-base font-medium text-foreground">Nicolas Camara</div>
594+
<div class="pt-1 text-sm font-medium text-muted-foreground">
595+
Co-founder at Firecrawl
596+
</div>
597+
</div>
598+
<img
599+
src="https://pbs.twimg.com/profile_images/1599993355089465344/R6Al_s_H_400x400.jpg"
600+
alt="Nicolas Camara"
601+
class="size-12 rounded-full object-cover"
602+
/>
603+
</div>
604+
</div>
605+
<.icon name="tabler-arrows-diff" class="size-8 text-success-400" />
606+
<div class="flex-1 flex flex-wrap items-center gap-x-8 gap-y-4">
607+
<div class="flex items-center gap-4">
608+
<img
609+
src="https://github.com/mogery.png"
610+
alt="Gergő Móricz"
611+
class="size-12 rounded-full object-cover"
612+
/>
613+
<div>
614+
<div class="text-base font-semibold text-foreground">Gergő Móricz</div>
615+
<div class="pt-2 text-sm font-medium text-muted-foreground">
616+
Software Engineer at Firecrawl
617+
</div>
618+
</div>
619+
</div>
620+
</div>
621+
</div>
622+
<div class="pt-12 grid gap-x-16 gap-y-8 lg:grid-cols-12">
579623
<div class="lg:col-span-3">
580624
<div class="relative flex aspect-[9/16] w-full items-center justify-center overflow-hidden rounded-xl lg:rounded-2xl bg-gray-800">
581625
<iframe
@@ -607,47 +651,6 @@ defmodule AlgoraWeb.HomeLive do
607651
</div>
608652
</div>
609653
</div>
610-
611-
<div class="mx-auto mt-16 max-w-6xl gap-8 text-sm leading-6 sm:mt-32">
612-
<div class="grid items-center gap-x-16 gap-y-8 lg:grid-cols-12">
613-
<div class="lg:col-span-6">
614-
<div class="flex flex-wrap items-center gap-x-8 gap-y-4">
615-
<div class="flex items-center gap-4">
616-
<img
617-
src="https://pbs.twimg.com/profile_images/1599993355089465344/R6Al_s_H_400x400.jpg"
618-
alt="Nicolas Camara"
619-
class="size-40 rounded-2xl object-cover"
620-
/>
621-
<div>
622-
<div class="text-3xl font-semibold text-foreground">Nicolas Camara</div>
623-
<div class="pt-2 text-2xl font-medium text-muted-foreground">
624-
Co-founder at Firecrawl
625-
</div>
626-
<div class="pt-1 text-lg text-muted-foreground">YC S22</div>
627-
</div>
628-
</div>
629-
</div>
630-
</div>
631-
<div class="lg:col-span-6">
632-
<div class="flex flex-wrap items-center gap-x-8 gap-y-4">
633-
<div class="flex items-center gap-4">
634-
<img
635-
src="https://github.com/mogery.png"
636-
alt="Gergő Móricz"
637-
class="size-40 rounded-2xl object-cover"
638-
/>
639-
<div>
640-
<div class="text-3xl font-semibold text-foreground">Gergő Móricz</div>
641-
<div class="pt-2 text-2xl font-medium text-muted-foreground">
642-
Software Engineer at Firecrawl
643-
</div>
644-
<div class="pt-1 text-lg text-muted-foreground">YC S22</div>
645-
</div>
646-
</div>
647-
</div>
648-
</div>
649-
</div>
650-
</div>
651654
</div>
652655
653656
<%!-- john --%>

0 commit comments

Comments
 (0)