From 8daff37a54d3ae3e9b03895b655b016f776b218e Mon Sep 17 00:00:00 2001 From: Greg Miller Date: Fri, 19 Jun 2026 08:47:36 -0400 Subject: [PATCH 1/2] fix: add a max width --- src/layouts/OrganizersSection.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/layouts/OrganizersSection.jsx b/src/layouts/OrganizersSection.jsx index 31933f5..0dc4d72 100644 --- a/src/layouts/OrganizersSection.jsx +++ b/src/layouts/OrganizersSection.jsx @@ -28,11 +28,11 @@ function OrganizersSection() {
-

+

Compass organizers are highlighted first, followed by the engineering team supporting the event website.

-
+
{organizersData.map((organizer) => ( {/* Dev team immediately after organizers */} -
+
{teamData .filter((m) => m.team === 'devteam') .sort((a, b) => a.name.localeCompare(b.name)) From b3d8cbde4e8d39b4ccfbd4e1a8a94c619fb61f1d Mon Sep 17 00:00:00 2001 From: Greg Miller Date: Fri, 19 Jun 2026 08:51:42 -0400 Subject: [PATCH 2/2] feat: add jenna as a speaker --- src/data/2026/speakers.generated.json | 34 +++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/src/data/2026/speakers.generated.json b/src/data/2026/speakers.generated.json index 3d028df..cfe00ed 100644 --- a/src/data/2026/speakers.generated.json +++ b/src/data/2026/speakers.generated.json @@ -1,4 +1,38 @@ [ + { + "id": 1711493814, + "name": "Jenna Ritten", + "avatar": "https://cdn.sanity.io/images/b18a6pbd/production/51cbb57bc205b978ae810f440896d8235d059dc8-400x400.webp", + "bio": "Jenna is the visionary behind Detroit's Innovation Summit series and Founding Executive Director of Compass (Collective of Minority Professionals and STEAM Societies), the organization bringing together Michigan's diverse tech talent to combat brain drain and create local opportunities. As Chief Developer Advocate & Architect at IBM Research, she leads IBM's technical community while scaling their global developer ecosystem from 2 million to 9 million members.\n\nA cornerstone of Michigan's tech renaissance, Jenna serves as Co-Leader of Google Developer Group Detroit, lead organizer of Michigan DevFest (1,000+ attendees), and board member of Automation Workz. As a local leader in Michigan's tech ecosystem since 2018, she pioneered hackathon culture in the region by introducing the first hackathons to both the AfroTech Conference in 2023 and Michigan DevFest in 2025, creating hands-on opportunities for developers to showcase their skills and solve real-world challenges.\n\nThrough Compass' partnerships with NSBE Detroit, SHPE Detroit, IBM, Google, DTE Energy, and other leading organizations, Jenna is building bridges between corporate innovation and community empowerment. Her mission: ensuring Michigan's next generation of Black technologists not only have opportunities to excel but can do so without leaving the state they call home.\n\nConnect with Jenna to learn how Compass is transforming Michigan's tech ecosystem, one community at a time.", + "organization": "IBM Research", + "position": "Chief Developer Advocate & Architect", + "isWTM": true, + "isGDE": true, + "isModerator": false, + "sortOrder": 0, + "session": { + "title": "Welcome & Opening Remarks", + "abstract": "", + "description": "", + "tags": ["Level Up"], + "track": "Level Up", + "time": "08:45", + "room": "2415 & 2416", + "sessionDuration": 15, + "speakers": ["Jenna Ritten"], + "moderators": [], + "panelists": ["Jenna Ritten"], + "participants": [ + { + "name": "Jenna Ritten", + "avatar": "https://cdn.sanity.io/images/b18a6pbd/production/51cbb57bc205b978ae810f440896d8235d059dc8-400x400.webp", + "isModerator": false, + "sortOrder": 0 + } + ] + }, + "linkedIn": "https://www.linkedin.com/in/jritten" + }, { "id": 116323757, "name": "Nick Gordon",