Skip to content

Commit

Permalink
add marketing amplification guidelines (#1572)
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-defi authored Jan 16, 2025
1 parent 2146691 commit 26bf294
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions apps/web/src/components/GetStarted/GetNoticed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,21 @@ export default async function GetNoticed() {
topRight={<Icon name="diagonalUpArrow" width="16px" height="16px" />}
classnames="bg-pink-60 border-pink-60"
/>
<ResourceCard
title="Marketing Amplification Guidelines"
description="Use our style guide and tag @base on X and Farcaster to be eligible for amplification"
href="https://github.com/base-org/brand-kit/blob/main/guides/editorial-style-guide.md"
topLeft={<span className="font-mono">02</span>}
topRight={<Icon name="diagonalUpArrow" width="16px" height="16px" />}
classnames="bg-pink-80 border-pink-80"
/>
<ResourceCard
title="Base Builds Channel"
description="Share your project on /base and /base-builds to get community feedback on Farcaster"
href="https://warpcast.com/~/channel/base-builds/?utm_source=dotorg&utm_medium=builderkit"
topLeft={<span className="font-mono">02</span>}
topLeft={<span className="font-mono">03</span>}
topRight={<Icon name="diagonalUpArrow" width="16px" height="16px" />}
classnames="bg-pink-80 border-pink-80"
classnames="bg-pink-60 border-pink-60"
/>
</div>
</div>
Expand Down

0 comments on commit 26bf294

Please sign in to comment.