From 7e63cc5b4252b1a941b0d8f8e6bfc337c38aac9d Mon Sep 17 00:00:00 2001 From: Justin Mahar Date: Fri, 20 Jan 2023 13:37:34 -0500 Subject: [PATCH 1/2] Add Justin Mahar --- src/data.js | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/src/data.js b/src/data.js index d4ed0dbc..69d05ecc 100644 --- a/src/data.js +++ b/src/data.js @@ -21,6 +21,64 @@ * Keep this a commonjs export. */ module.exports = [ + { + name: 'Justin Mahar', + description: 'Extremely bald Software Architect & Content Creator', + url: 'https://justinmahar.com/uses/', + emoji: '🦬', + country: '🇺🇸', + computer: 'apple', + phone: 'iphone', + tags: [ + "Bald", + 'Bootstrap', + 'Developer', + 'Entrepreneur', + 'Firebase', + 'Full Stack', + 'JavaScript', + 'Node.js', + 'React', + 'Software Engineer', + 'Storybook', + 'TypeScript', + "API", + "Apollo", + "Architect", + "Architecture", + "Automation", + "Back End", + "Canva", + "Front End", + "Gatsby", + "Git", + "GitHub", + "GraphQL", + "HTML/CSS", + "JAMstack", + "Java", + "macOS", + "Markdown", + "MDX", + "Musician", + "Netlify", + "npm", + "Open Source Software", + "React-Bootstrap", + "REST", + "Sass", + "SEO", + "Serverless", + "Software Developer", + "Styled Components", + "Styled-Components", + "UI/UX", + "VS Code", + "Web Developer", + "Web Development", + "YouTuber", + ], + }, { name: 'Syofyan Zuhad', description: 'Full Stack Software Engineer 🇮🇩', From 694ba7ea2631f03562cf99f6b30b7fccc643f5a7 Mon Sep 17 00:00:00 2001 From: Justin Mahar Date: Fri, 20 Jan 2023 13:43:42 -0500 Subject: [PATCH 2/2] Add Justin Mahar twitter --- src/data.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data.js b/src/data.js index 69d05ecc..6ad2ca1d 100644 --- a/src/data.js +++ b/src/data.js @@ -25,6 +25,7 @@ module.exports = [ name: 'Justin Mahar', description: 'Extremely bald Software Architect & Content Creator', url: 'https://justinmahar.com/uses/', + twitter: '@thejustinmahar', emoji: '🦬', country: '🇺🇸', computer: 'apple',