From 57a58e72186f3d78fa4669dc6a97f5855a4f64fe Mon Sep 17 00:00:00 2001 From: rachel cantor <1870406+rachelslurs@users.noreply.github.com> Date: Tue, 9 Jul 2024 13:20:49 -0400 Subject: [PATCH 1/3] Add Rachel Cantor --- src/data.js | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/src/data.js b/src/data.js index 2032badc..848c98c4 100644 --- a/src/data.js +++ b/src/data.js @@ -22,6 +22,33 @@ * Keep this a commonjs export. */ module.exports = [ + { + name: 'Rachel Cantor', + description: 'Hiya! I am a Trusted Tester and Frontend Engineer.', + url: 'https://rachel.fyi/uses', + emoji: 'πŸ™Œ', + country: 'πŸ‡ΊπŸ‡Έ', + computer: 'apple', + phone: 'android', + tags: [ + 'Freelancer', + 'Trusted Tester, + 'Architect', + 'Accessibility', + 'JavaScript', + 'TypeScript', + 'React', + 'Design Systems', + 'Figma', + 'Storybook', + 'Frontend', + 'Next.js', + 'Astro', + 'Jest', + 'Node.js', + 'Redux', + ], + }, { name: 'Thohirah Husaini', description: 'Software Engineer/Artist', From b429aae70f9fd498093a3dc0d8fc94fb3d823373 Mon Sep 17 00:00:00 2001 From: rachel cantor <1870406+rachelslurs@users.noreply.github.com> Date: Tue, 9 Jul 2024 13:23:17 -0400 Subject: [PATCH 2/3] Missing an apostrophe! --- src/data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data.js b/src/data.js index 848c98c4..eda27433 100644 --- a/src/data.js +++ b/src/data.js @@ -32,7 +32,7 @@ module.exports = [ phone: 'android', tags: [ 'Freelancer', - 'Trusted Tester, + 'Trusted Tester', 'Architect', 'Accessibility', 'JavaScript', From acadb03972cd8364a99976810ea2dcb1689b2cc3 Mon Sep 17 00:00:00 2001 From: rachel cantor <1870406+rachelslurs@users.noreply.github.com> Date: Tue, 9 Jul 2024 13:37:40 -0400 Subject: [PATCH 3/3] Update favicon --- src/data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data.js b/src/data.js index eda27433..ec6f1f38 100644 --- a/src/data.js +++ b/src/data.js @@ -38,6 +38,7 @@ module.exports = [ 'JavaScript', 'TypeScript', 'React', + 'Redux', 'Design Systems', 'Figma', 'Storybook', @@ -46,7 +47,6 @@ module.exports = [ 'Astro', 'Jest', 'Node.js', - 'Redux', ], }, {