Skip to content

Commit f750166

Browse files
authored
fixes-28-02 (#224)
* feat: last panelist * feat: add last panelist in agenda * feat: add cuetimer as partner
1 parent fcd4533 commit f750166

5 files changed

Lines changed: 19 additions & 7 deletions

File tree

src/assets/partners/cuetimer.png

25 KB
Loading
46.2 KB
Loading

src/components/debate.tsx

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import BartoszPampuch from '@/assets/speakers/bartosz-pampuch.jpeg';
2+
import JerzySurma from '@/assets/speakers/jerzy-surma.jpg';
23
import MarcinCzarkowski from '@/assets/speakers/marcin-czarkowski.jpeg';
34
import MariuszRafalo from '@/assets/speakers/mariusz-rafalo.jpg';
45
import MateuszChrobok from '@/assets/speakers/mateusz-chrobok.png';
@@ -84,12 +85,17 @@ const panelists: Speaker[] = [
8485
},
8586
},
8687
{
87-
name: 'TBA',
88+
name: 'prof Jerzy Surma',
8889
role: 'Panelist',
89-
company: '',
90+
company: [
91+
{
92+
name: 'SGH Warsaw School of Economics',
93+
url: 'https://www.sgh.waw.pl/en',
94+
},
95+
],
9096
talkTitle: '',
9197
bio: '',
92-
imageUrl: '',
98+
imageUrl: JerzySurma,
9399
},
94100
];
95101

src/components/partners.tsx

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import Logo10xDevs from '@/assets/partners/10xDevs.svg';
22
import AI_ProductHeroes from '@/assets/partners/AI_product-heroes.svg';
33
import SGHLogo from '@/assets/partners/SGH.png';
4+
import CueTimer from '@/assets/partners/cuetimer.png';
45
import SocketDevLogo from '@/assets/partners/gold/socket.png';
56
import ApolloLogo from '@/assets/partners/hello/Apollo_Core_White.png';
67
import CyberfolksLogo from '@/assets/partners/hello/cyberfolks.svg';
@@ -10,10 +11,10 @@ import JetBrainsLogo from '@/assets/partners/jetbrains-mono-white.svg';
1011
import GamedevjsLogo from '@/assets/partners/main-logo-light.png';
1112
import WindsurfLogo from '@/assets/partners/silver/windsurf.svg';
1213
import SlidoLogo from '@/assets/partners/slido.svg';
13-
import { PartnersLogos } from '@/components/partners-logos.tsx';
14-
import { Wrapper } from '@/components/wrapper.tsx';
14+
import {PartnersLogos} from '@/components/partners-logos.tsx';
15+
import {Wrapper} from '@/components/wrapper.tsx';
1516

16-
import type { Partner } from '@/types/partner.ts';
17+
import type {Partner} from '@/types/partner.ts';
1718

1819
const partners: Partner[] = [
1920
{
@@ -109,6 +110,11 @@ const partners: Partner[] = [
109110
logoUrl: GamedevjsLogo,
110111
websiteUrl: 'https://gamedevjs.com',
111112
},
113+
{
114+
name: 'CueTimer - presentation tools',
115+
logoUrl: CueTimer,
116+
websiteUrl: 'https://www.presentationtools.com/cuetimer/',
117+
},
112118
];
113119

114120
export const Partners = () => {

src/components/schedule/helpers/data/agenda.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ export const AGENDA_CONF = [
284284
id: 'b5d01eed-9f84-4b9b-8a13-8052e7811d2f',
285285
title: 'Panel discussion',
286286
description:
287-
'A panel discussion with experts on AI ranging from academics to hackers, about the future of programming and agents and the human in the loop.\n\n Panelists:\n🎤 Bartosz Pampuch\n🎤 Mateusz Chrobok\n🎤 Marcin Czarkowski\n🎤 dr Mariusz Rafało\n\n Host:\n Zbigniew Tenerowicz',
287+
'A panel discussion with experts on AI ranging from academics to hackers, about the future of programming and agents and the human in the loop.\n\n Panelists:\n🎤 Bartosz Pampuch\n🎤 Mateusz Chrobok\n🎤 Marcin Czarkowski\n🎤 dr Mariusz Rafało\n🎤 prof Jerzy Surma\n\n Host:\n Zbigniew Tenerowicz',
288288
since: '2026-03-04T16:30:00',
289289
till: '2026-03-04T17:50:00',
290290
image:

0 commit comments

Comments
 (0)