diff --git a/nx-dev/nx-dev/lib/champions.ts b/nx-dev/nx-dev/lib/champions.ts index 87676a8daf..53047692fa 100644 --- a/nx-dev/nx-dev/lib/champions.ts +++ b/nx-dev/nx-dev/lib/champions.ts @@ -227,6 +227,18 @@ export const champions2: Champion[] = [ ], location: 'USA', }, + { + name: 'Martin Hochel', + expertise: 'Architecture, Scalability, Plugins, Releases, OpenSource', + imageUrl: '/images/champions/martin-hochel.webp', + contact: [ + { + label: 'LinkedIn: hochelmartin', + link: 'https://linkedin.com/in/hochelmartin', + }, + ], + location: 'Czechia', + }, ]; export const champions3: Champion[] = [ { diff --git a/nx-dev/nx-dev/public/images/champions/martin-hochel.webp b/nx-dev/nx-dev/public/images/champions/martin-hochel.webp new file mode 100644 index 0000000000..2a733f04b4 Binary files /dev/null and b/nx-dev/nx-dev/public/images/champions/martin-hochel.webp differ