From b4bdbd797eca334f5c4ace8231ed9a4f1831f2f9 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Fri, 27 Sep 2024 14:13:40 -0700 Subject: [PATCH] feat: add new referral --- .vscode/settings.json | 6 ++++++ src/config/Testimonials.ts | 8 ++++++++ 2 files changed, 14 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..2beb504 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,6 @@ +{ + "editor.codeActionsOnSave": { + "source.fixAll.eslint": "explicit" + }, + "eslint.validate": ["typescript"] +} diff --git a/src/config/Testimonials.ts b/src/config/Testimonials.ts index 13c1734..1c8a727 100644 --- a/src/config/Testimonials.ts +++ b/src/config/Testimonials.ts @@ -62,5 +62,13 @@ export const Testimonials: { sourceIcon: faLinkedin, sourceUrl: "https://www.linkedin.com/in/naomi-lgbt/details/recommendations/", sourceName: "LinkedIn" + }, + { + name: "Chris Ohman", + date: new Date("September 27, 2024"), + content: "Naomi's erudition on just about every development topic under the sun, expediency at completing massive technical undertakings solo, and undeniable passion for the work she does is an ever-present joy and boon for any organization lucky enough to work with her. As an example, Naomi composed an extensive and accessible DB comprising all available traits and behaviors of our Users, whipped up an extremely user-friendly API that our team of end-users could utilize seamlessly, and regularly developed additional clever dataflows for very particular asks. Every aspect of this work was done impeccably and frictionlessly, and that's just one of the dozens of projects she developed with our team during the time I worked alongside her. As brilliant as Naomi is, she's also humble, hilarious, and an all-around aspirational figure to all people looking to find true passion for themselves alongside professional success. I strive to be more like her, and I know I'm not alone in that.", + sourceIcon: faLinkedin, + sourceUrl: "https://www.linkedin.com/in/naomi-lgbt/details/recommendations/", + sourceName: "LinkedIn" } ];