From b33ce46dc3358c7a4921ff94b8c7eb4a8714d5d4 Mon Sep 17 00:00:00 2001 From: kr1st1nagr03g3r Date: Fri, 4 Mar 2022 12:41:51 -0500 Subject: [PATCH 1/3] =?UTF-8?q?Adding=20Kristina=20Groeger=20=F0=9F=8C=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/data.js b/src/data.js index b25e7ff4..a3d807d8 100644 --- a/src/data.js +++ b/src/data.js @@ -12770,6 +12770,20 @@ module.exports = [ phone: 'android', tags: ['HTML', 'CSS', 'Go', 'Rust', 'Blogger', 'Vim', 'Linux', 'Gamer'], }, + { + name: 'Kristina Groeger', + description: + '💻 👻 Over ten years of front-end development and UI / UX development and design.', + url: 'https://github.com/kr1st1nagr03g3r/uses', + twitter: '@gringogidget', + emoji: '😎', + country: '🇨🇦', + computer: 'Mac', + phone: 'iPhone 12 Pro Max', + tags: [ + 'Web Development', 'Front End', 'HTML', 'CSS', 'Sass', 'Bootstrap', 'JavaScript', 'C++', 'Arduino', 'React', 'Redux', 'GraphQL', 'Next.js', 'Gatsby', 'Node.js', 'Webpack', 'Gulp', 'Linux', 'Remote', 'Open Source', 'macOS', 'npm', 'Illustrator', 'Azure', 'Photoshop', 'Figma', 'VS Code', 'Tailwind CSS', 'Styled-Components', 'SEO', 'Accessibility', 'Typescript', 'Sanity', 'Design', 'UI', 'UX', + ], + }, { name: 'Patrick Obermeier', description: From aa68f8852dfa0b2cd7739ad80b9274e411bdbef8 Mon Sep 17 00:00:00 2001 From: kr1st1nagr03g3r Date: Sat, 5 Mar 2022 10:23:57 -0500 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=92=99=20Changing=20"Mac"=20to=20"App?= =?UTF-8?q?le"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data.js b/src/data.js index a3d807d8..b34b7575 100644 --- a/src/data.js +++ b/src/data.js @@ -12778,7 +12778,7 @@ module.exports = [ twitter: '@gringogidget', emoji: '😎', country: '🇨🇦', - computer: 'Mac', + computer: 'Apple', phone: 'iPhone 12 Pro Max', tags: [ 'Web Development', 'Front End', 'HTML', 'CSS', 'Sass', 'Bootstrap', 'JavaScript', 'C++', 'Arduino', 'React', 'Redux', 'GraphQL', 'Next.js', 'Gatsby', 'Node.js', 'Webpack', 'Gulp', 'Linux', 'Remote', 'Open Source', 'macOS', 'npm', 'Illustrator', 'Azure', 'Photoshop', 'Figma', 'VS Code', 'Tailwind CSS', 'Styled-Components', 'SEO', 'Accessibility', 'Typescript', 'Sanity', 'Design', 'UI', 'UX', From e120b1ce4b24c32f7db39a0726af99a18dbc9014 Mon Sep 17 00:00:00 2001 From: Blake Campbell Date: Sun, 6 Mar 2022 09:12:30 -0500 Subject: [PATCH 3/3] Updating phone and laptop to be lowercase This fixes formatting for the tests. --- src/data.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data.js b/src/data.js index b34b7575..80f27361 100644 --- a/src/data.js +++ b/src/data.js @@ -12778,8 +12778,8 @@ module.exports = [ twitter: '@gringogidget', emoji: '😎', country: '🇨🇦', - computer: 'Apple', - phone: 'iPhone 12 Pro Max', + computer: 'apple', + phone: 'iphone', tags: [ 'Web Development', 'Front End', 'HTML', 'CSS', 'Sass', 'Bootstrap', 'JavaScript', 'C++', 'Arduino', 'React', 'Redux', 'GraphQL', 'Next.js', 'Gatsby', 'Node.js', 'Webpack', 'Gulp', 'Linux', 'Remote', 'Open Source', 'macOS', 'npm', 'Illustrator', 'Azure', 'Photoshop', 'Figma', 'VS Code', 'Tailwind CSS', 'Styled-Components', 'SEO', 'Accessibility', 'Typescript', 'Sanity', 'Design', 'UI', 'UX', ],