diff --git a/app/content/donations.md b/app/content/donations.md new file mode 100644 index 0000000..5ee93f8 --- /dev/null +++ b/app/content/donations.md @@ -0,0 +1,26 @@ +--- +description: '' +head: + meta: + - name: 'keywords' + content: '' +--- + +# Donations + +Donation Address: 0x9D75F4EbcB8e7669E59dcc27CBadC698E0F77187 + + +## 2024 + +- 8/7 [GG21 Asia Round](https://explorer.gitcoin.co/?utm_source=grants.gitcoin.co&utm_medium=internal_link&utm_campaign=gg19&utm_content=community-rounds#/round/10/44/83){:target="_blank"} $91 +- 4/23 [GG20 Developer Tooling and Libraries](https://explorer.gitcoin.co/#/round/42161/27/19){:target="_blank"} $968 + $4,773 = $5,742 + - [Vue Dapp GG20 Results](https://vue-dapp-donations.vercel.app/){:target="_blank"} + +## 2023 +- 11/15 [GG19 Web3 Open Source Software](https://gitcoindonordata.xyz/projects/vue-dapp/rounds/0xd4cc0dd193c7dc1d665ae244ce12d7fab337a008){:target="_blank"} $148 + $215 = $363 +- 9/19 [Arbitrum Nova Round](https://explorer.gitcoin.co/#/round/42161/0x1d16f0eedf8ced25f288056ddcbb653d0f0451ad/0x1d16f0eedf8ced25f288056ddcbb653d0f0451ad-7){:target="_blank"} $229 + $3,632 = $3,862 +- 8/15 [GG18 Web3 Open Source Software](https://gitcoindonordata.xyz/projects/vue-dapp/rounds/0x8de918f0163b2021839a8d84954dd7e8e151326d){:target="_blank"} $410 + +## Early +- Total fund received: $174 diff --git a/app/core/sidebar.ts b/app/core/sidebar.ts index 561a325..86e17e9 100644 --- a/app/core/sidebar.ts +++ b/app/core/sidebar.ts @@ -106,15 +106,15 @@ export const sidebarMenu = [ ), key: '/eips', }, - // { - // label: () => - // h( - // NuxtLink, - // { - // to: '/donate', - // }, - // { default: () => 'Donate' }, - // ), - // key: '/donate', - // }, + { + label: () => + h( + NuxtLink, + { + to: '/donations', + }, + { default: () => 'Donations' }, + ), + key: '/donations', + }, ]