From 00c068b754567f7bac8000b73ab5b17902c069f3 Mon Sep 17 00:00:00 2001 From: Mike Hart Date: Tue, 16 Jan 2024 15:24:43 +0000 Subject: [PATCH 1/2] add mike hart --- src/data.js | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/data.js b/src/data.js index 981633ba..60858c00 100644 --- a/src/data.js +++ b/src/data.js @@ -11887,6 +11887,27 @@ module.exports = [ 'Front End', ], }, + { + name: 'Mike Hart', + description: + "Front-end dev with a design background, IoT, tabletop RPGs, painting, and mixing them together.", + url: 'https://github.com/boilemmashem', + emoji: '🤔', + country: '🏴󠁧󠁢󠁳󠁣󠁴󠁿', + computer: 'apple', + phone: 'android', + tags: [ + 'JavaScript', + 'TypeScript', + 'CSS', + 'React', + 'Vue', + 'Node.js', + 'Express', + 'MongoDB', + 'WCAG' + ], + }, { name: 'Colin Morris', description: From 7b8b7d3e0a509b3554750b2f4f90ea6169712a7f Mon Sep 17 00:00:00 2001 From: Mike Hart Date: Tue, 16 Jan 2024 16:17:15 +0000 Subject: [PATCH 2/2] update url --- src/data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data.js b/src/data.js index 60858c00..842f60d5 100644 --- a/src/data.js +++ b/src/data.js @@ -11891,7 +11891,7 @@ module.exports = [ name: 'Mike Hart', description: "Front-end dev with a design background, IoT, tabletop RPGs, painting, and mixing them together.", - url: 'https://github.com/boilemmashem', + url: 'https://gist.github.com/boilemmashem/4764c911726d8c1599e2c39a4003626a', emoji: '🤔', country: '🏴󠁧󠁢󠁳󠁣󠁴󠁿', computer: 'apple',