From 3d607add6f8ea713bf54a850a83930f10afe7e33 Mon Sep 17 00:00:00 2001 From: dalechyn Date: Tue, 30 Jul 2024 19:27:17 +0300 Subject: [PATCH 1/6] chore: add sponsors --- .github/content/sponsors/limitless-dark.svg | 9 +++++++ .github/content/sponsors/limitless-light.svg | 9 +++++++ .github/content/sponsors/unofficial-black.svg | 4 ++++ .github/content/sponsors/unofficial-light.svg | 4 ++++ site/pages/index.mdx | 3 +++ site/vocs.config.tsx | 24 +++++++++++++++++++ 6 files changed, 53 insertions(+) create mode 100644 .github/content/sponsors/limitless-dark.svg create mode 100644 .github/content/sponsors/limitless-light.svg create mode 100644 .github/content/sponsors/unofficial-black.svg create mode 100644 .github/content/sponsors/unofficial-light.svg 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: [ { From ab6a83c644b0df5b7e8f5f20e28b839c90755a9f Mon Sep 17 00:00:00 2001 From: dalechyn Date: Tue, 30 Jul 2024 19:29:41 +0300 Subject: [PATCH 2/6] nit: up --- .github/content/sponsors/unofficial-black.svg | 4 ++-- .github/content/sponsors/unofficial-light.svg | 4 ++-- site/vocs.config.tsx | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/content/sponsors/unofficial-black.svg b/.github/content/sponsors/unofficial-black.svg index 2d2218d6..3dcdafef 100644 --- a/.github/content/sponsors/unofficial-black.svg +++ b/.github/content/sponsors/unofficial-black.svg @@ -1,4 +1,4 @@ - - + + diff --git a/.github/content/sponsors/unofficial-light.svg b/.github/content/sponsors/unofficial-light.svg index 3dcdafef..2d2218d6 100644 --- a/.github/content/sponsors/unofficial-light.svg +++ b/.github/content/sponsors/unofficial-light.svg @@ -1,4 +1,4 @@ - - + + diff --git a/site/vocs.config.tsx b/site/vocs.config.tsx index 147a610f..d929027b 100644 --- a/site/vocs.config.tsx +++ b/site/vocs.config.tsx @@ -415,7 +415,7 @@ export default defineConfig({ name: 'Limitless', link: 'https://warpcast.com/~/channel/limitless', image: - 'https://raw.githubusercontent.com/wevm/frog/main/.github/content/sponsors/limitless-light.svg', + 'https://raw.githubusercontent.com/wevm/frog/chore/sponsors/.github/content/sponsors/limitless-light.svg', }, ], [ @@ -423,7 +423,7 @@ export default defineConfig({ name: 'Unofficial', link: 'https://warpcast.com/unofficial', image: - 'https://raw.githubusercontent.com/wevm/frog/main/.github/content/sponsors/unofficial-light.svg', + 'https://raw.githubusercontent.com/wevm/frog/chore/sponsors/.github/content/sponsors/unofficial-light.svg', }, ], ], From 34eb885ba091fd9061f93f4287be955c038a52bf Mon Sep 17 00:00:00 2001 From: dalechyn Date: Tue, 30 Jul 2024 19:30:09 +0300 Subject: [PATCH 3/6] nit: up --- .../sponsors/{unofficial-black.svg => unofficial-dark.svg} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/content/sponsors/{unofficial-black.svg => unofficial-dark.svg} (100%) diff --git a/.github/content/sponsors/unofficial-black.svg b/.github/content/sponsors/unofficial-dark.svg similarity index 100% rename from .github/content/sponsors/unofficial-black.svg rename to .github/content/sponsors/unofficial-dark.svg From 8015134b4de7caef2b9e8ab8694664c1a46337a8 Mon Sep 17 00:00:00 2001 From: dalechyn Date: Tue, 30 Jul 2024 19:40:10 +0300 Subject: [PATCH 4/6] nit: up --- site/vocs.config.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/site/vocs.config.tsx b/site/vocs.config.tsx index d929027b..844f930d 100644 --- a/site/vocs.config.tsx +++ b/site/vocs.config.tsx @@ -417,8 +417,6 @@ export default defineConfig({ image: 'https://raw.githubusercontent.com/wevm/frog/chore/sponsors/.github/content/sponsors/limitless-light.svg', }, - ], - [ { name: 'Unofficial', link: 'https://warpcast.com/unofficial', From 22df2881590a4cedc22ae938aaf2386319e26025 Mon Sep 17 00:00:00 2001 From: Vladyslav Dalechyn Date: Tue, 30 Jul 2024 20:58:44 +0300 Subject: [PATCH 5/6] nit: tweak --- site/pages/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/pages/index.mdx b/site/pages/index.mdx index 1262f8ed..45d1b208 100644 --- a/site/pages/index.mdx +++ b/site/pages/index.mdx @@ -19,6 +19,6 @@ import { CollaborationBadge } from '../components/CollaborationBadge' -# Sponsors +# [@dalechyn.eth](https://warpcast.com/dalechyn.eth) Sponsors ::sponsors From 5d6fa604fda90f59fc95f9f02a34948b6f4d9160 Mon Sep 17 00:00:00 2001 From: dalechyn Date: Wed, 31 Jul 2024 00:34:32 +0300 Subject: [PATCH 6/6] nit: up --- .github/content/sponsors/limitless-dark.svg | 9 --------- .github/content/sponsors/limitless-light.svg | 9 --------- site/vocs.config.tsx | 6 ------ 3 files changed, 24 deletions(-) delete mode 100644 .github/content/sponsors/limitless-dark.svg delete mode 100644 .github/content/sponsors/limitless-light.svg diff --git a/.github/content/sponsors/limitless-dark.svg b/.github/content/sponsors/limitless-dark.svg deleted file mode 100644 index 8f455d92..00000000 --- a/.github/content/sponsors/limitless-dark.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.github/content/sponsors/limitless-light.svg b/.github/content/sponsors/limitless-light.svg deleted file mode 100644 index 4e6f4ec8..00000000 --- a/.github/content/sponsors/limitless-light.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/site/vocs.config.tsx b/site/vocs.config.tsx index 844f930d..8b35d8f4 100644 --- a/site/vocs.config.tsx +++ b/site/vocs.config.tsx @@ -411,12 +411,6 @@ export default defineConfig({ height: 40, items: [ [ - { - name: 'Limitless', - link: 'https://warpcast.com/~/channel/limitless', - image: - 'https://raw.githubusercontent.com/wevm/frog/chore/sponsors/.github/content/sponsors/limitless-light.svg', - }, { name: 'Unofficial', link: 'https://warpcast.com/unofficial',