From 7bd505d02f55ee3aef7b69510d34388dfb07551c Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Wed, 25 Sep 2024 16:00:18 -0700 Subject: [PATCH] feat: update rythm --- src/config/Jobs.ts | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/src/config/Jobs.ts b/src/config/Jobs.ts index 3a4c0e1..91841d4 100644 --- a/src/config/Jobs.ts +++ b/src/config/Jobs.ts @@ -302,7 +302,7 @@ Additionally, I guided and mentored other developers in the design and coding of title: "Senior Integrations Engineer", company: "Rythm", start: new Date("April 5 2022"), - end: null, + end: new Date("October 5, 2024"), link: "https://rythm.fm", type: "fixed", description: `
@@ -761,5 +761,17 @@ I engaged with and moderated the community on the forum and Discord server, fost
` - } + }, + { + title: "Community Integrations Consultant", + company: "Rythm", + start: new Date("October 5 2024"), + end: null, + link: "https://rythm.fm", + type: "project", + description: `
+

Coming soon~!

+
`, + logo: "rythm.jpeg" + }, ];