docs(nxdev): update conf information (#12539)
This commit is contained in:
parent
e72b049804
commit
db5ef87cd9
@ -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)',
|
||||||
|
|||||||
@ -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',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user