Skip to content

Commit

Permalink
docs(nxdev): update conf information (#12539)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcabanes committed Oct 11, 2022
1 parent e72b049 commit db5ef87
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 8 additions & 0 deletions nx-dev/ui-conference/src/lib/conf-schedule-short.tsx
Expand Up @@ -40,6 +40,14 @@ export function ConfScheduleShort(): JSX.Element {
},
];
const scheduleItemsForMonday17: ScheduleItem[] = [
{
type: 'event',
time: '9:45 - 9:55am (UTC-07:00)',
title: 'Opening remarks',
description: '',
speakers: ['Jeff Cross'],
videoUrl: '',
},
{
type: 'event',
time: '10:00 - 10:25am (UTC-07:00)',
Expand Down
6 changes: 2 additions & 4 deletions nx-dev/ui-conference/src/lib/conf-speakers.tsx
Expand Up @@ -3,15 +3,13 @@ import { Member, MemberCard } from '@nrwl/nx-dev/ui-member-card';
export function ConfSpeakers(): JSX.Element {
const speakers: Array<Member> = [
{
description:
'Jeff Cross is a co-founder and Angular consultant at nrwl.io, and is the former tech lead of the Angular Mobile Team at Google.',
description: 'Co-Founder/CEO of Nrwl, and collector of kunekune pigs.',
imageUrl: '/images/conf/jeff-cross.webp',
name: 'Jeff Cross',
twitter: 'jeffbcross',
},
{
description:
'Nrwlio co-founder, ex-Googler. Work on dev tools for TS/JS. Nx and Nx Cloud creator. Calligraphy and philosophy enthusiast. Stoic.',
description: 'Co-Founder/CTO of Nrwl',
imageUrl: '/images/conf/victor-savkin.webp',
name: 'Victor Savkin',
twitter: 'victorsavkin',
Expand Down

1 comment on commit db5ef87

@vercel
Copy link

@vercel vercel bot commented on db5ef87 Oct 11, 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-dev-git-master-nrwl.vercel.app
nx-five.vercel.app
nx.dev

Please sign in to comment.