Skip to content

Commit d57896d

Browse files
committed
Add contributors to contributor.ts + ContributorFooter comp. to 1.mdx
1 parent 701e39d commit d57896d

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

data/contributors.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,21 @@ export const contributors: ContributorLookup = {
2323
},
2424
piablo: {
2525
displayName: 'piablo',
26+
moreInfoUrl: 'https://twitter.com/Skruffster',
27+
avatarUrl: 'https://avatars.githubusercontent.com/u/40469149?v=4',
28+
about:
29+
'Piablo joined Developer_DAO in October 2021 where his primary focus is on education, with D_D Academy and D_D Mentorship. He is passionate about regenerating our planet back to a liveable state for all life forms in a fully equitable and sustainable manner.',
2630
},
2731
georgemac510: {
2832
displayName: 'georgemac510',
2933
},
34+
wolovim: {
35+
displayName: 'wolovim',
36+
},
37+
tito: {
38+
displayName: 'tito',
39+
},
40+
mveve: {
41+
displayName: 'mveve',
42+
},
3043
}

pages/lessons/projects/1.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -787,3 +787,11 @@ Now, go to the community in
787787
[developerdao.peeranha.io](https://developerdao.peeranha.io) to share your new
788788
Open Sourcerer powers! And afterwards get started on our _Build a basic NFT_
789789
lesson. See you soon!
790+
791+
import { ContributorFooter } from '../../../components/mdx/ContributorFooter'
792+
793+
<ContributorFooter
794+
authors={['tito']}
795+
reviewers={['piablo', 'georgemac510', 'wolovim']}
796+
contributors={['mveve']}
797+
/>

0 commit comments

Comments
 (0)