File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import { linkedInLink , type ProfileLink } from "./profile-links" ;
1+ import {
2+ githubLink ,
3+ linkedInLink ,
4+ type ProfileLink ,
5+ twitterLink ,
6+ websiteLink ,
7+ } from "./profile-links" ;
28
39export type OrganizerLink = ProfileLink ;
410
@@ -14,7 +20,12 @@ export const ORGANIZERS: Organizer[] = [
1420 name : "Piotr Grędowski" ,
1521 image : "/organizers/piotr-gredowski.jpeg" ,
1622 index : 1 ,
17- links : [ linkedInLink ( "https://pl.linkedin.com/in/piotrgredowski" ) ] ,
23+ links : [
24+ linkedInLink ( "https://www.linkedin.com/in/piotrgredowski/" ) ,
25+ githubLink ( "https://github.com/piotrgredowski" ) ,
26+ twitterLink ( "https://x.com/piotrgredowski" ) ,
27+ websiteLink ( "https://gredowski.com" ) ,
28+ ] ,
1829 } ,
1930 {
2031 name : "Dorota Ostrowska" ,
Original file line number Diff line number Diff line change @@ -83,9 +83,8 @@ export const SCHEDULE: Event[] = [
8383 until : "2026-05-09T12:46:00+02:00" ,
8484 } ,
8585 {
86- title :
87- "One Logic, Two Worlds: Unified Large-Scale Feature Engineering with Polars" ,
88- speakerIds : [ "eliska-kosturova" ] ,
86+ title : "Let your coding agent speak with `speakup` tool" ,
87+ speakerIds : [ "piotr-gredowski" ] ,
8988 when : "2026-05-09T12:46:00+02:00" ,
9089 until : "2026-05-09T12:58:00+02:00" ,
9190 } ,
Original file line number Diff line number Diff line change @@ -80,9 +80,15 @@ export const SPEAKERS = {
8080 githubLink ( "https://github.com/dorota-ostrowska/" ) ,
8181 ] ,
8282 } ,
83- "eliska-kosturova" : {
84- name : "Eliška Kosturová" ,
85- image : "/speakers/eliska.jpeg" ,
83+ "piotr-gredowski" : {
84+ name : "Piotr Grędowski" ,
85+ image : "/organizers/piotr-gredowski.jpeg" ,
86+ links : [
87+ linkedInLink ( "https://www.linkedin.com/in/piotrgredowski/" ) ,
88+ githubLink ( "https://github.com/piotrgredowski" ) ,
89+ twitterLink ( "https://x.com/piotrgredowski" ) ,
90+ websiteLink ( "https://gredowski.com" ) ,
91+ ] ,
8692 } ,
8793 "cyprian-gburek" : {
8894 name : "Cyprian Gburek" ,
You can’t perform that action at this time.
0 commit comments