Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add marketing amplification guidelines #1572

Merged
merged 1 commit into from
Jan 16, 2025
Merged
Changes from all commits
Commits
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
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
Loading