Skip to content

Commit

Permalink
docs(core): add new champions (#17678)
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacplmann authored Jun 20, 2023
1 parent 6dd6520 commit 30c57fd
Show file tree
Hide file tree
Showing 8 changed files with 90 additions and 0 deletions.
90 changes: 90 additions & 0 deletions nx-dev/nx-dev/lib/champions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,31 @@ export const champions1: Champion[] = [
],
location: 'Argentina',
},
{
name: 'Dmitriy Stepanenko',
expertise: 'Angular, Qwik, Plugins, Community, Blogs',
imageUrl: '/images/champions/dmitriy-stepanenko.webp',
contact: [
{
label: '[email protected]',
link: 'mailto:[email protected]',
},
],
location: 'Ukraine',
},
{
name: 'Daniel Glejzner',
expertise:
'🅰️ Mentor / Angular Architect - 📖 DDD & Nx / @AngularWroclaw - Organizer / Angular Bros - Co-Founder / Host of Angular Tech Twitter Spaces',
imageUrl: '/images/champions/daniel-glejzner.webp',
contact: [
{
label: '@danielglejzner',
link: 'https://twitter.com/danielglejzner',
},
],
location: 'Poland',
},
];
export const champions2: Champion[] = [
{
Expand Down Expand Up @@ -151,6 +176,32 @@ export const champions2: Champion[] = [
],
location: 'Luxembourg',
},
{
name: 'Edouard Bozon',
expertise: 'Angular, Architecture, Automation, Testing, Devtools',
imageUrl: '/images/champions/edouard-bozon.webp',
contact: [
{
label: '@edbzn',
link: 'https://twitter.com/edbzn',
},
],
location: 'France',
},
{
name: 'Stefan Haas',
expertise:
'Angular, Repository Structure, Onboarding New Devs, Architecture, Blogging',
imageUrl: '/images/champions/stefan-haas.webp',
contact: [
{
label: 'LinkedIn: Stefan Haas',
link: 'https://www.linkedin.com/in/stefan-haas-686a921b4/',
},
// https://github.com/HaasStefan/, https://twitter.com/StefanvHaas, [email protected]
],
location: 'Austria',
},
];
export const champions3: Champion[] = [
{
Expand Down Expand Up @@ -227,4 +278,43 @@ export const champions3: Champion[] = [
],
location: 'Utah, USA',
},
{
name: 'Michael Hladky',
expertise:
'We support big companies to achieve their goals by writing plugins, designing enterprise architecture and auditing their web performance',
imageUrl: '/images/champions/michael-hladky.webp',
contact: [
{
label: '[email protected]',
link: 'mailto:[email protected]',
},
],
location: 'Austria',
},
{
name: 'Nacho Vazquez',
expertise:
'Angular, Qwik, SolidJS, enterprise workspaces, open source, architecture, repository structure, plugins, documentation',
imageUrl: '/images/champions/nacho-vazquez.webp',
contact: [
{
label: '@naxodev',
link: 'https://twitter.com/naxodev',
},
],
location: 'Uruguay',
},
{
name: 'Nathan Walker',
expertise:
'Open source project efficiencies, diverse ecosystem collaboration within workspaces and cross platform targeting for small to large enterprises.',
imageUrl: '/images/champions/nathan-walker.webp',
contact: [
{
label: '@wwwalkerrun',
link: 'https://twitter.com/wwwalkerrun',
},
],
location: 'USA',
},
];
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

1 comment on commit 30c57fd

@vercel
Copy link

@vercel vercel bot commented on 30c57fd Jun 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-five.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx-dev-nrwl.vercel.app
nx.dev

Please sign in to comment.