diff --git a/.github/content/sponsors/limitless-dark.svg b/.github/content/sponsors/limitless-dark.svg new file mode 100644 index 00000000..8f455d92 --- /dev/null +++ b/.github/content/sponsors/limitless-dark.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.github/content/sponsors/limitless-light.svg b/.github/content/sponsors/limitless-light.svg new file mode 100644 index 00000000..4e6f4ec8 --- /dev/null +++ b/.github/content/sponsors/limitless-light.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.github/content/sponsors/unofficial-black.svg b/.github/content/sponsors/unofficial-black.svg new file mode 100644 index 00000000..2d2218d6 --- /dev/null +++ b/.github/content/sponsors/unofficial-black.svg @@ -0,0 +1,4 @@ + + + + diff --git a/.github/content/sponsors/unofficial-light.svg b/.github/content/sponsors/unofficial-light.svg new file mode 100644 index 00000000..3dcdafef --- /dev/null +++ b/.github/content/sponsors/unofficial-light.svg @@ -0,0 +1,4 @@ + + + + diff --git a/site/pages/index.mdx b/site/pages/index.mdx index aff67491..1262f8ed 100644 --- a/site/pages/index.mdx +++ b/site/pages/index.mdx @@ -19,3 +19,6 @@ import { CollaborationBadge } from '../components/CollaborationBadge' +# Sponsors + +::sponsors diff --git a/site/vocs.config.tsx b/site/vocs.config.tsx index b123cced..147a610f 100644 --- a/site/vocs.config.tsx +++ b/site/vocs.config.tsx @@ -405,6 +405,30 @@ export default defineConfig({ ], }, }, + sponsors: [ + { + name: 'Small Enterprise', + height: 40, + items: [ + [ + { + name: 'Limitless', + link: 'https://warpcast.com/~/channel/limitless', + image: + 'https://raw.githubusercontent.com/wevm/frog/main/.github/content/sponsors/limitless-light.svg', + }, + ], + [ + { + name: 'Unofficial', + link: 'https://warpcast.com/unofficial', + image: + 'https://raw.githubusercontent.com/wevm/frog/main/.github/content/sponsors/unofficial-light.svg', + }, + ], + ], + }, + ], title: 'Frog', topNav: [ {