From a117d9cbe81f577673221cb7f21e71687ab98168 Mon Sep 17 00:00:00 2001 From: Michal Slepko Date: Fri, 15 Jul 2022 11:16:56 +0100 Subject: [PATCH 1/3] Add Michal Slepko --- src/data.js | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/src/data.js b/src/data.js index f5962f76..20ce6c15 100644 --- a/src/data.js +++ b/src/data.js @@ -13107,6 +13107,37 @@ module.exports = [ 'Blogger', ], }, + { + name: 'Michal Slepko', + description: + 'Senior web developer learning iOS development. Live coding streamer on Twitch', + url: 'https://michalslepko.dev/uses', + emoji: '👨‍💻', + country: '🇬🇧', + computer: 'apple', + phone: 'iphone', + twitter: '@michal_codes', + tags: [ + 'Programmer', + 'Web Developer', + 'Full Stack', + 'PHP', + 'HTML', + 'CSS', + 'JavaScript', + 'Gatsby', + 'Tailwind CSS', + 'WordPress', + 'SQL', + 'VS Code', + 'SwiftUI', + 'iOS', + 'Xcode', + 'Mac', + 'Problem Solver', + 'Streamer', + ], + }, { name: 'Michał Miszczyszyn', description: From 23625986d6d68d585554568c64b071264559144e Mon Sep 17 00:00:00 2001 From: Michal Slepko Date: Fri, 15 Jul 2022 11:19:57 +0100 Subject: [PATCH 2/3] Added flipphone to list of phones in Person component --- src/components/Person.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Person.js b/src/components/Person.js index c5d71681..47d68395 100644 --- a/src/components/Person.js +++ b/src/components/Person.js @@ -112,7 +112,7 @@ Person.propTypes = { tags: PropTypes.arrayOf(PropTypes.string), country: PropTypes.string, computer: PropTypes.oneOf(['apple', 'windows', 'linux']), - phone: PropTypes.oneOf(['iphone', 'android', 'windowsphone']), + phone: PropTypes.oneOf(['iphone', 'android', 'windowsphone', 'flipphone']), twitter(props, propName, componentName) { if (!/^@?(\w){1,15}$/.test(props[propName])) { return new Error( From 4a0a4f178651fe39122f7fa2d814c7527341dc4d Mon Sep 17 00:00:00 2001 From: Michal Slepko Date: Fri, 15 Jul 2022 12:05:58 +0100 Subject: [PATCH 3/3] Revert "Added flipphone to list of phones in Person component" This reverts commit 23625986d6d68d585554568c64b071264559144e. --- src/components/Person.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Person.js b/src/components/Person.js index 47d68395..c5d71681 100644 --- a/src/components/Person.js +++ b/src/components/Person.js @@ -112,7 +112,7 @@ Person.propTypes = { tags: PropTypes.arrayOf(PropTypes.string), country: PropTypes.string, computer: PropTypes.oneOf(['apple', 'windows', 'linux']), - phone: PropTypes.oneOf(['iphone', 'android', 'windowsphone', 'flipphone']), + phone: PropTypes.oneOf(['iphone', 'android', 'windowsphone']), twitter(props, propName, componentName) { if (!/^@?(\w){1,15}$/.test(props[propName])) { return new Error(