Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
zeevick10 authored Jan 31, 2025
2 parents 84e6627 + 847bc39 commit a221dfa
Show file tree
Hide file tree
Showing 7 changed files with 125 additions and 28 deletions.
112 changes: 89 additions & 23 deletions apps/base-docs/docs/tokens/wallet.md

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions apps/web/app/(base-org)/jobs/JobsScript.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
'use client';

import Script from 'next/script';

export default function JobsScript() {
return (
<Script
src="//jsv3.recruitics.com/0778138b-cc59-11ef-a514-fd1759833eec.js"
id="recruitics-jobs-script"
/>
)
}
2 changes: 2 additions & 0 deletions apps/web/app/(base-org)/jobs/page.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import JobsScript from 'apps/web/app/(base-org)/jobs/JobsScript';
import Container from 'apps/web/src/components/base-org/Container';
import Title from 'apps/web/src/components/base-org/typography/Title';
import { TitleLevel } from 'apps/web/src/components/base-org/typography/Title/types';
Expand Down Expand Up @@ -34,6 +35,7 @@ export default async function Jobs() {

return (
<main className="flex w-full grow flex-col items-center pt-20">
<JobsScript />
<Container>
<section className="mb-[140px] flex w-full flex-col pb-10 pt-20 ">
<Title level={TitleLevel.Display3}>Join our team</Title>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions apps/web/public/images/partners/venice.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions apps/web/src/components/GetStarted/GetInvolved.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,26 +22,26 @@ export default async function GetInvolved() {
classnames="bg-teal-80 border-teal-80"
/>
<ResourceCard
title="Base Community Leaders"
description="Follow and connect with key community members in the Base ecosystem"
title="Based Builders"
description="Connect with some based builders. This link is not curated, monitored, or an official endorsement by Base."
href="https://x.com/i/lists/1869425408573075694"
topLeft={<span className="font-mono">04</span>}
topLeft={<span className="font-mono">02</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>}
topLeft={<span className="font-mono">03</span>}
topRight={<Icon name="diagonalUpArrow" width="16px" height="16px" />}
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>}
topLeft={<span className="font-mono">04</span>}
topRight={<Icon name="diagonalUpArrow" width="16px" height="16px" />}
classnames="bg-teal-60 border-teal-60"
/>
Expand Down
16 changes: 16 additions & 0 deletions apps/web/src/data/ecosystem.json
Original file line number Diff line number Diff line change
Expand Up @@ -3678,5 +3678,21 @@
"imageUrl": "/images/partners/songbirdz.png",
"category": "consumer",
"subcategory": "gaming"
},
{
"category": "infra",
"description": "Venice is a private, uncensored AI app with an API for agents and developers. Powered by decentralized inference and open-source models, Venice delivers unrestricted access to AI without storing your data.",
"imageUrl": "/images/partners/venice.svg",
"name": "Venice",
"subcategory": "ai",
"url": "https://venice.ai/"
},
{
"name": "Token Generator",
"description": "Token Generator is a no-code platform that simplifies the creation of ERC20 tokens. Since 2018, it has supported thousands of projects and companies entering the Web3 ecosystem. With Token Generator, you can create ERC20 tokens securely in less than a minute.",
"url": "https://www.smartcontracts.tools/token-generator/create/base/",
"imageUrl": "/images/partners/tokengenerator.png",
"category": "infra",
"subcategory": "developer tool"
}
]

0 comments on commit a221dfa

Please sign in to comment.