docs(nxdev): update conf information (#12539)

This commit is contained in:
Benjamin Cabanes 2022-10-11 19:30:10 -04:00 committed by GitHub
parent e72b049804
commit db5ef87cd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 4 deletions

View File

@ -40,6 +40,14 @@ export function ConfScheduleShort(): JSX.Element {
}, },
]; ];
const scheduleItemsForMonday17: ScheduleItem[] = [ const scheduleItemsForMonday17: ScheduleItem[] = [
{
type: 'event',
time: '9:45 - 9:55am (UTC-07:00)',
title: 'Opening remarks',
description: '',
speakers: ['Jeff Cross'],
videoUrl: '',
},
{ {
type: 'event', type: 'event',
time: '10:00 - 10:25am (UTC-07:00)', time: '10:00 - 10:25am (UTC-07:00)',

View File

@ -3,15 +3,13 @@ import { Member, MemberCard } from '@nrwl/nx-dev/ui-member-card';
export function ConfSpeakers(): JSX.Element { export function ConfSpeakers(): JSX.Element {
const speakers: Array<Member> = [ const speakers: Array<Member> = [
{ {
description: description: 'Co-Founder/CEO of Nrwl, and collector of kunekune pigs.',
'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.',
imageUrl: '/images/conf/jeff-cross.webp', imageUrl: '/images/conf/jeff-cross.webp',
name: 'Jeff Cross', name: 'Jeff Cross',
twitter: 'jeffbcross', twitter: 'jeffbcross',
}, },
{ {
description: description: 'Co-Founder/CTO of Nrwl',
'Nrwlio co-founder, ex-Googler. Work on dev tools for TS/JS. Nx and Nx Cloud creator. Calligraphy and philosophy enthusiast. Stoic.',
imageUrl: '/images/conf/victor-savkin.webp', imageUrl: '/images/conf/victor-savkin.webp',
name: 'Victor Savkin', name: 'Victor Savkin',
twitter: 'victorsavkin', twitter: 'victorsavkin',