Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
feat: social links of moderators (#284)
Browse files Browse the repository at this point in the history
* feat: add social links

* feat: add twitter handles

* feat: add linkedin lnks
  • Loading branch information
schmelto authored Nov 3, 2023
1 parent 4c9d6ed commit 35f84a2
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/components/Moderators.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,43 +6,43 @@ const people = [
name: 'Cahllagerfeld',
role: 'Aka Julian, a TypeScript developer from Germany who is into Fullstack-Development and DevOps. Has a love for TypeScript. ',
imageUrl: 'https://github.com/cahllagerfeld.png',
twitterUrl: '#',
twitterUrl: 'https://twitter.com/CahlLagerfeld',
linkedinUrl: '#',
},
{
name: 'Sara Jaoude',
role: 'Can be found writing content for EddieHub. After a legal career, Sara enjoys helping others find a work / life balance and strengthening their interview / writing skills.',
imageUrl: 'https://github.com/SaraJaoude.png',
twitterUrl: '#',
linkedinUrl: '#',
twitterUrl: 'https://twitter.com/SaraJaoude',
linkedinUrl: 'https://www.linkedin.com/in/sara-abou-jaoude-1a005425/',
},
{
name: 'Emma Dawson',
role: 'Full stack (MERN) software developer. Documenting their passion for accessibility and open source on YouTube. Currently working on making the web more accessible.',
imageUrl: 'https://github.com/EmmaDawsonDev.png',
twitterUrl: '#',
linkedinUrl: '#',
twitterUrl: 'https://twitter.com/EmmaDawsonDev',
linkedinUrl: 'https://www.linkedin.com/in/emmadawsondev/',
},
{
name: 'Tom Schmelzer',
role: 'IT Application Consultant from Germany. Believes Open Source helps you build connections with people from all over the world.',
imageUrl: 'https://github.com/schmelto.png',
twitterUrl: '#',
linkedinUrl: '#',
twitterUrl: 'https://twitter.com/schmelto2',
linkedinUrl: 'https://www.linkedin.com/in/tomschmelzer/',
},
{
name: 'Tamal Das',
role: 'Open Source Advocate and freelance Fullstack Web Dev, from Kolkata India.',
imageUrl: 'https://github.com/tamalCodes.png',
twitterUrl: '#',
linkedinUrl: '#',
twitterUrl: 'https://twitter.com/tamalCodes',
linkedinUrl: 'https://www.linkedin.com/in/tamalcodes/',
},
{
name: 'Pradumna Saraf',
role: 'DevOps and API developer, working with communities to bring more people into the Open Source ecosystem.',
imageUrl: 'https://github.com/Pradumnasaraf.png',
twitterUrl: '#',
linkedinUrl: '#',
twitterUrl: 'https://twitter.com/pradumna_saraf',
linkedinUrl: 'https://www.linkedin.com/in/pradumnasaraf/',
},
]

Expand Down

0 comments on commit 35f84a2

Please sign in to comment.