Skip to content

Commit

Permalink
docs(nxdev): update conference speaker list (#9905)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcabanes committed Apr 20, 2022
1 parent c265c46 commit 4b7bc90
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nx-dev/ui-conference/src/lib/conf-speakers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ export function ConfSpeakers(): JSX.Element {
name: 'Craigory Coppola',
twitter: 'enderagent',
},
{
description:
'Jason is an architect at Nrwl and a part of the Nx Core Team. He works with Fortune 500 companies across different industries to enable them to develop like Google, Microsoft, and Facebook. Jason is also an enthusiast of board games and mechanical keyboards.',
imageUrl: '/images/conf/jason-jeans.webp',
name: 'Jason Jean',
twitter: 'frozenpandaz',
},
];

function chunkList<ITEM>(itemList: ITEM[], chunkSize: number): Array<ITEM[]> {
Expand Down

1 comment on commit 4b7bc90

@vercel
Copy link

@vercel vercel bot commented on 4b7bc90 Apr 20, 2022

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-dev-nrwl.vercel.app
nx-five.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx.dev

Please sign in to comment.