Skip to content

Commit

Permalink
add base community leaders (#1562)
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-defi authored Jan 15, 2025
1 parent 0203575 commit 2ec3cc3
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions apps/web/src/components/GetStarted/GetInvolved.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,29 @@ export default async function GetInvolved() {
topRight={<Icon name="diagonalUpArrow" width="16px" height="16px" />}
classnames="bg-teal-80 border-teal-80"
/>
<ResourceCard
title="Base Community Leaders"
description="Follow and connect with key community members in the Base ecosystem"
href="https://x.com/i/lists/1869425408573075694"
topLeft={<span className="font-mono">04</span>}
topRight={<Icon name="diagonalUpArrow" width="16px" height="16px" />}
classnames="bg-teal-60 border-teal-60"
/>
<ResourceCard
title="Host a Meetup"
description="Sign up to host a meetup with other Based builders anywhere in the world"
href="https://docs.google.com/forms/d/e/1FAIpQLSf5wnzD_czyYOyHFeOmFK_rjsJj7Utovo3jWwR40JizPqmDZg/viewform"
topLeft={<span className="font-mono">02</span>}
topRight={<Icon name="diagonalUpArrow" width="16px" height="16px" />}
classnames="bg-teal-60 border-teal-60"
classnames="bg-teal-80 border-teal-80"
/>
<ResourceCard
title="Use Apps on Base"
description="Browse and use projects being built on the Base ecosystem"
href="https://www.base.org/ecosystem?utm_source=dotorg&utm_medium=builderkit"
topLeft={<span className="font-mono">03</span>}
topRight={<Icon name="diagonalUpArrow" width="16px" height="16px" />}
classnames="bg-teal-80 border-teal-80"
classnames="bg-teal-60 border-teal-60"
/>
</div>
</div>
Expand Down

0 comments on commit 2ec3cc3

Please sign in to comment.