diff --git a/src/components/Moderators.jsx b/src/components/Moderators.jsx index f0015fc..c514338 100644 --- a/src/components/Moderators.jsx +++ b/src/components/Moderators.jsx @@ -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/', }, ]