Skip to content

Commit

Permalink
Merge pull request #25 from HammedBabatunde/new-nonprofit
Browse files Browse the repository at this point in the history
New nonprofit added
  • Loading branch information
uchibeke authored Oct 7, 2024
2 parents b4c7773 + c8c7c1c commit 162c0a4
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions src/non-profits-data/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,40 @@
import { NonProfit } from '../types/non-profit';

const nonProfits: readonly NonProfit[] = [
{
npCode: 'Renbi Women',
name: 'Renbi Women',
email: '[email protected]',
country: 'Nigeria',
website: 'https://renbiwomen.org/',
logo: 'https://renbiwomen.org/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Flogo-1500.24cb05a5.png&w=3840&q=75',
foundedYear: '2022',
description:
'Renbi Women Empowerment Initiative focuses on the economic empowerment of women in vulnerable communities in Nigeria.',
isVerified: true,
verifications: [
{
date: new Date('Oct 4, 2024'),
verifier: '@HammedBabatunde',
},
],
paymentMethods: [
/*
{
type: 'chimoney',
paymentID: {
test: '',
production: '',
},
donationHandler: 'chimoneyDonation',
},
*/
{
type: 'donation-link',
paymentID: 'https://renbiwomen.org/donate',
},
],
},
{
npCode: 'SheCodeAfrica',
name: 'She Code Africa',
Expand Down

0 comments on commit 162c0a4

Please sign in to comment.