@@ -58,34 +58,33 @@ import ButtonGroup from "../components/ButtonGroup.astro";
5858 <TimetableItem time =" 12.15" title =" Lunch" />
5959 <TimetableItem
6060 time =" 13.15"
61- title =" Global State of Rust"
62- speaker =" Speaker to be announced"
63- />
64- <TimetableItem
65- time =" 13.45"
6661 title =" Expert Tables Round 2 - choose a topic and learn from a seasoned Rust expert as well as your industry peers"
6762 speaker =" Experts to be announced"
6863 />
69- <TimetableItem time =" 14.45 " title =" Coffee break" />
64+ <TimetableItem time =" 14.15 " title =" Coffee break" />
7065 <TimetableItem
71- time =" 15.00 "
66+ time =" 14.30 "
7267 title =" Expert Tables Round 2 Recap"
7368 speaker =" Hugo van de Pol"
7469 />
7570 <TimetableItem
76- time =" 15.15 "
71+ time =" 14.45 "
7772 title =" Closing Keynote"
7873 speaker =" Speaker to be announced"
7974 />
80- <TimetableItem time =" 15.30" title =" Drinks" />
75+ <TimetableItem
76+ time =" 15.15"
77+ title =" Live Recording of 'Rust in Production' Podcast on stage"
78+ speaker =" Matthias Endler ft. Niko Matsakis"
79+ />
80+ <TimetableItem time =" 15.15" title =" Drinks" />
8181 </Timetable >
8282 <Markdown slot =" tickets" >
8383 <h2 class =" header space-y-6" id =" about" >Tickets</h2 >
84+ <p >Tickets are EUR 99,- ex vat.</p >
8485 <p >
85- Tickets are EUR 99,- ex vat.
86- </p >
87- <p >
88- Please note: the Industry Track and RustWeek conference are co-located events and require separate tickets.
86+ Please note: the Industry Track and RustWeek conference are
87+ co-located events and require separate tickets.
8988 </p >
9089 <ButtonGroup >
9190 <Button
@@ -120,6 +119,16 @@ import ButtonGroup from "../components/ButtonGroup.astro";
120119 image =" matthias.jpg"
121120 description =" Founder and Rust Consultant at corrode"
122121 />
122+ <Speaker
123+ name =" Kris van Rens"
124+ image =" kris.jpeg"
125+ description =" Software Architect at ViNotion and Rust Trainer"
126+ />
127+ <Speaker
128+ name =" Hugo van de Pol"
129+ image =" hugo.jpeg"
130+ description =" Director at Tweede golf"
131+ />
123132 </Fragment >
124133
125134 <div slot =" sponsors" >
0 commit comments