docs(nxdev): update schedule, speakers, and workshop instructors (#6965)
This commit is contained in:
parent
ed44876625
commit
7e26e3d26c
@ -64,11 +64,11 @@ export function ConfSchedule(): JSX.Element {
|
|||||||
speakers: [],
|
speakers: [],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'break',
|
type: 'event',
|
||||||
time: '1:30-1:55pm',
|
time: '1:30-1:55pm',
|
||||||
title: 'TBD',
|
title: 'Nx for your Stack',
|
||||||
description: '',
|
description: `Take Nx beyond JavaScript incrementally, starting with only a few simple steps. From run-commands and shell scripts, up to a full custom plugin, Nx is capable of handling any language and tooling thrown at it. Experience the full benefits Nx provides in Angular, React, and Node, with the full stack of your choice.`,
|
||||||
speakers: [],
|
speakers: ['Craigory Coppola / Nrwl'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'event',
|
type: 'event',
|
||||||
|
|||||||
@ -16,13 +16,6 @@ export function ConfSpeakers(): JSX.Element {
|
|||||||
name: 'Victor Savkin',
|
name: 'Victor Savkin',
|
||||||
twitter: 'victorsavkin',
|
twitter: 'victorsavkin',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
description:
|
|
||||||
'Isaac is an Architect at Nrwl. He helps maintain the documentation for Nx at nx.dev and has created two video courses available at nxplaybook.com. Isaac is an Instructor at egghead.io and has written blog posts on Advanced Angular Component Design.',
|
|
||||||
imageUrl: '/images/conf/isaac-mann.webp',
|
|
||||||
name: 'Isaac Mann',
|
|
||||||
twitter: 'MannIsaac',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
description:
|
description:
|
||||||
'From the faraway lands of Scotland (but without the Scottish accent), Rares works at Nrwl on NxCloud, helping teams speed up and scale their development. He enjoys learning by teaching and has Egghead.io courses on TypeScript and Reactive Programming.',
|
'From the faraway lands of Scotland (but without the Scottish accent), Rares works at Nrwl on NxCloud, helping teams speed up and scale their development. He enjoys learning by teaching and has Egghead.io courses on TypeScript and Reactive Programming.',
|
||||||
@ -106,6 +99,13 @@ export function ConfSpeakers(): JSX.Element {
|
|||||||
name: 'Jason Jean',
|
name: 'Jason Jean',
|
||||||
twitter: 'frozenpandaz',
|
twitter: 'frozenpandaz',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
description:
|
||||||
|
'Craigory is an engineer with Nrwl on the Nx core team. Before joining Nrwl, Craigory created the nx-dotnet plugin to integrate C# and .NET into Nx in monorepos alongside front end code.',
|
||||||
|
imageUrl: '/images/conf/nrwl-logo.webp',
|
||||||
|
name: 'Craigory Coppola',
|
||||||
|
twitter: 'enderagent',
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
function chunkList<ITEM>(itemList: ITEM[], chunkSize: number): Array<ITEM[]> {
|
function chunkList<ITEM>(itemList: ITEM[], chunkSize: number): Array<ITEM[]> {
|
||||||
|
|||||||
@ -162,15 +162,20 @@ export function ConfWorkshop(): JSX.Element {
|
|||||||
<div className="px-5 pb-12 md:pl-12 md:w-4/5">
|
<div className="px-5 pb-12 md:pl-12 md:w-4/5">
|
||||||
<h3 className="mb-8 text-xl font-input-mono">Instructors</h3>
|
<h3 className="mb-8 text-xl font-input-mono">Instructors</h3>
|
||||||
<MemberCard
|
<MemberCard
|
||||||
imageUrl="/images/conf/isaac-mann.webp"
|
imageUrl="/images/conf/kirils-ladovs.webp"
|
||||||
name="Isaac Mann"
|
name="Kirils Ladovs"
|
||||||
description="Architect / Nrwl"
|
description="Sr. Engineer / Nrwl"
|
||||||
/>
|
/>
|
||||||
<MemberCard
|
<MemberCard
|
||||||
imageUrl="/images/conf/rares-matei.webp"
|
imageUrl="/images/conf/rares-matei.webp"
|
||||||
name="Rares Matei"
|
name="Rares Matei"
|
||||||
description="Sr. Angular Devloper / Nrwl"
|
description="Sr. JavaScript Engineer / Nrwl"
|
||||||
/>
|
/>
|
||||||
|
{/* <MemberCard
|
||||||
|
imageUrl="/images/conf/craigory-coppola.webp"
|
||||||
|
name="Craigory Coppola"
|
||||||
|
description="Sr. JavaScript Engineer / Nrwl"
|
||||||
|
/> */}
|
||||||
</div>
|
</div>
|
||||||
<div className="workshop-border-r px-5 py-12 md:pl-12">
|
<div className="workshop-border-r px-5 py-12 md:pl-12">
|
||||||
<h3 className="mb-8 text-xl font-input-mono">
|
<h3 className="mb-8 text-xl font-input-mono">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user