Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
90e6227
import: founder support logo assets
wackerow Aug 30, 2025
1b572a7
refactor: extract reusable CheckCircle icon
wackerow Aug 30, 2025
c9f95e2
feat: template new /founders page
wackerow Aug 30, 2025
7c8caf1
revert: activity metrics until available
wackerow Sep 2, 2025
24ac113
chore: add tag colors
wackerow Sep 2, 2025
271a386
feat: template support cards
wackerow Sep 2, 2025
ce202e4
design: update ui/tabs to design system
wackerow Sep 2, 2025
9d6898c
fix: tag color contrast ratios, dark tags
wackerow Sep 2, 2025
5b883be
patch: layout adjustments
wackerow Sep 2, 2025
0dfc516
intl: add breadcrumb string
wackerow Sep 2, 2025
164c1e2
patch: card spacing and layout
wackerow Sep 2, 2025
bd6726d
feat: add metadata
wackerow Sep 3, 2025
085562d
intl: extract strings to page-founders
wackerow Sep 3, 2025
4a03cba
fix: logo sizing
wackerow Sep 3, 2025
7a7e889
patch: content
wackerow Sep 3, 2025
9349381
chore: add type to lib/types
wackerow Sep 3, 2025
47e5300
intl: add new strings
wackerow Sep 4, 2025
eb6c447
feat: add card for support contact link
wackerow Sep 4, 2025
8e46a15
fix: cta labels to include destination name
wackerow Sep 4, 2025
81c822d
patch: tag sizing
wackerow Sep 4, 2025
3398be4
patch: logo and logo sizing
wackerow Sep 4, 2025
4f840a2
Merge branch 'staging' into founders-success
pettinarip Sep 4, 2025
ce254aa
use tabs primitives for mobile menu
pettinarip Sep 4, 2025
29ed882
Merge pull request #16180 from ethereum/dev
pettinarip Sep 4, 2025
29d713f
remove /en from redirects
pettinarip Sep 4, 2025
37be275
feat: add /founders link to navigation menu
wackerow Sep 4, 2025
586f2b6
Merge branch 'staging' into founders-success
wackerow Sep 4, 2025
9784147
feat: add /founders callout to /community/grants
wackerow Sep 4, 2025
7f5bba2
feat: add /founders link to footer
wackerow Sep 4, 2025
a043c36
patch: logo sizing
wackerow Sep 4, 2025
ae36854
Merge pull request #16181 from ethereum/netlify-redirects
wackerow Sep 4, 2025
6966712
Merge pull request #16179 from ethereum/mobile-menu-tabs
pettinarip Sep 4, 2025
39b088e
Merge pull request #16158 from ethereum/founders-success
pettinarip Sep 4, 2025
764a78a
10.12.0
pettinarip Sep 4, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions app/[locale]/developers/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Fragment } from "react"
import { Check } from "lucide-react"
import { getTranslations } from "next-intl/server"

import type { Lang } from "@/lib/types"
Expand All @@ -10,6 +9,7 @@ import BigNumber from "@/components/BigNumber"
import { CopyButton } from "@/components/CopyToClipboard"
import FeedbackCard from "@/components/FeedbackCard"
import HubHero from "@/components/Hero/HubHero"
import { CheckCircle } from "@/components/icons/CheckCircle"
import { Image } from "@/components/Image"
import MainArticle from "@/components/MainArticle"
import { ButtonLink } from "@/components/ui/buttons/Button"
Expand Down Expand Up @@ -99,13 +99,7 @@ const WhyGrid = () => {
>
{items.map(({ heading, description }) => (
<div className="flex gap-1.5" key={heading}>
<div className="my-1 grid h-fit place-items-center rounded-full bg-success/20 p-1">
<Check
className="size-3 stroke-[4] text-success"
strokeLinecap="square"
strokeLinejoin="miter"
/>
</div>
<CheckCircle />
<div className="space-y-1">
<h3 className="text-lg">{heading}</h3>
<p className="text-body-medium">{description}</p>
Expand Down
11 changes: 11 additions & 0 deletions app/[locale]/founders/logos/alliance.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions app/[locale]/founders/logos/arbitrum.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions app/[locale]/founders/logos/base.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions app/[locale]/founders/logos/devconnect.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading