-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(core): add new champions (#17678)
- Loading branch information
1 parent
6dd6520
commit 30c57fd
Showing
8 changed files
with
90 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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[] = [ | ||
{ | ||
|
@@ -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[] = [ | ||
{ | ||
|
@@ -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.
30c57fd
There was a problem hiding this comment.
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