docs(core): add manfred steyer as nx champion (#16994)

This commit is contained in:
Isaac Mann 2023-05-12 15:47:39 -04:00 committed by GitHub
parent 8460c63bd6
commit 0aa3e45e2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 0 deletions

View File

@ -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[] = [
{

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB