Skip to content

Commit f9597ab

Browse files
committed
Updated featured speakers
1 parent 90d68f8 commit f9597ab

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/pages/index.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import { useTalks } from "../components/useTalks";
1111
1212
1313
const talks = await Astro.glob('./talks/*.md');
14-
const {alice, julius, pietro, alex, niko, miguel} = useTalks(talks);
15-
const featured_talks = [alice, julius, pietro, alex, niko, miguel];
14+
const {alice, julius, pietro, alex, niko, miguel, ciara, raph} = useTalks(talks);
15+
const featured_talks = [alice, julius, pietro, alex, niko, miguel, ciara, raph];
1616
---
1717

1818
<HomeLayout>

src/pages/talks/niko.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ talkDuration: 20
99
speakers: [{
1010
name: "Niko Matsakis",
1111
image: "niko.png",
12-
title: "co-lead of the Rust vision doc project group and the Rust language design team / Sr. Principal Engineer at Amazon",
12+
title: "Co-lead Rust vision doc & Language team / Sr. Principal Engineer at Amazon",
1313
org: "",
1414
url: "https://smallcultfollowing.com/babysteps/",
1515
bluesky: "https://bsky.app/profile/nikomatsakis.com",

src/pages/talks/raph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ talkDuration: 30 # 15 or 30 min
1111
speakers: [{
1212
name: "Raph Levien",
1313
image: "raph.jpg",
14-
title: "Research engineer",
14+
title: "Research engineer at Google",
1515
org: "Google",
1616
url: "https://levien.com",
1717
bluesky: "https://bsky.app/profile/raphlinus.bsky.social",

0 commit comments

Comments
 (0)