Skip to content

Commit

Permalink
feat: add donation history page
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson86tw committed Aug 26, 2024
1 parent 543e381 commit 2bfd58a
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 11 deletions.
26 changes: 26 additions & 0 deletions app/content/donations.md
Original file line number Diff line number Diff line change
@@ -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
22 changes: 11 additions & 11 deletions app/core/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
]

0 comments on commit 2bfd58a

Please sign in to comment.