diff --git a/nx-dev/nx-dev/pages/community.tsx b/nx-dev/nx-dev/pages/community.tsx index ad8520b67c8c0..d6746e76cba55 100644 --- a/nx-dev/nx-dev/pages/community.tsx +++ b/nx-dev/nx-dev/pages/community.tsx @@ -26,6 +26,10 @@ export default function Community(props: CommunityProps): JSX.Element { label: '@trumbitta', link: 'https://twitter.com/trumbitta', }, + { + label: '@williamghelfi.com', + link: 'https://bsky.app/profile/williamghelfi.com', + }, ], location: 'Italy', }, @@ -107,6 +111,19 @@ export default function Community(props: CommunityProps): JSX.Element { ], location: 'France', }, + { + name: 'Manfred Steyer', + expertise: + 'Angular, Blogs, Talks, Conferences, Plugins, Repository Structure', + imageUrl: '/images/champions/manfred-steyer.webp', + contact: [ + { + label: 'manfred.steyer@angulararchitects.io', + link: 'mailto:manfred.steyer@angulararchitects.io', + }, + ], + location: 'Austria', + }, ]; const champions3: Champion[] = [ { diff --git a/nx-dev/nx-dev/public/images/champions/manfred-steyer.webp b/nx-dev/nx-dev/public/images/champions/manfred-steyer.webp new file mode 100644 index 0000000000000..e048d68dc766b Binary files /dev/null and b/nx-dev/nx-dev/public/images/champions/manfred-steyer.webp differ