From ae4750789b6a5b16ee832504e9ed2885ee4b1d99 Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 19 Feb 2022 13:54:55 +0900 Subject: [PATCH 1/2] Added Simon Lee --- src/data.js | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/data.js b/src/data.js index 8abc8070..495900c7 100644 --- a/src/data.js +++ b/src/data.js @@ -13233,6 +13233,28 @@ module.exports = [ 'Flutter', ], }, + { + name: 'Simon Lee', + description: 'Coding and learning in an infinite loop.', + url: 'https://simonhlee97.github.io/uses', + twitter: '@simonhlee97', + emoji: '🌽', + country: 'πŸ‡ΊπŸ‡Έ', + computer: 'MacBook Air', + tags: [ + 'frontend developer', + 'backend developer', + 'JavaScript', + 'WordPress', + 'React', + 'VueJS', + 'Node.js', + 'UI Developer', + 'web development', + 'golf handicap: 15', + '4.0 tennis player', + ] + }, { name: 'Matt Walsh', description: 'Python programmer with love for data and automation', From 0cf5dfd5cd8c9582a45f41d8024b21b968281bbe Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 19 Feb 2022 14:25:17 +0900 Subject: [PATCH 2/2] update tags --- src/data.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/data.js b/src/data.js index 495900c7..ff26895d 100644 --- a/src/data.js +++ b/src/data.js @@ -13236,7 +13236,7 @@ module.exports = [ { name: 'Simon Lee', description: 'Coding and learning in an infinite loop.', - url: 'https://simonhlee97.github.io/uses', + url: 'https://simonhlee97.github.io/uses/', twitter: '@simonhlee97', emoji: '🌽', country: 'πŸ‡ΊπŸ‡Έ', @@ -13244,11 +13244,14 @@ module.exports = [ tags: [ 'frontend developer', 'backend developer', + 'FreeCodeCamp Seoul', 'JavaScript', 'WordPress', 'React', 'VueJS', 'Node.js', + 'MongoDB', + 'Postgres', 'UI Developer', 'web development', 'golf handicap: 15',