Skip to content

Commit 13a81be

Browse files
committed
fix: Moved speakers around
1 parent dae59de commit 13a81be

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/routes/SpeakerSection.svelte

+8-8
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@
2020
// image: '/speakers/sc.png',
2121
// bio: ""
2222
},
23+
{
24+
name: 'Rowdy Rabouw',
25+
letters: 'RR',
26+
title: 'Front-end expert',
27+
employer: 'Various employers',
28+
image: '/speakers/rr.webp',
29+
bio: 'Rowdy Rabouw is a Google Developer Expert in Web Technologies with over 25 years of experience in HTML, CSS, JavaScript, and PHP. Currently, he works as a Front-End-Focused Senior DevOps Engineer on Vue, Node and NestJS projects, paying special attention to usability and accessibility. Rowdy loves watching superhero movies and Formula One races and enjoys riding his mountain bike to unwind.'
30+
},
2331
{
2432
name: 'Jorrik Klijnsma',
2533
letters: 'JK',
@@ -35,14 +43,6 @@
3543
employer: 'Ordina',
3644
image: '/speakers/bs.webp',
3745
bio: 'Bjorn is an experienced software developer with lots of experience using Angular, RxJS and TypeScript. He has a passion for anything tech related and is happy to share that passion with people.'
38-
},
39-
{
40-
name: 'Rowdy Rabouw',
41-
letters: 'RR',
42-
title: 'Front-end expert',
43-
employer: 'Various employers',
44-
image: '/speakers/rr.webp',
45-
bio: 'Rowdy Rabouw is a Google Developer Expert in Web Technologies with over 25 years of experience in HTML, CSS, JavaScript, and PHP. Currently, he works as a Front-End-Focused Senior DevOps Engineer on Vue, Node and NestJS projects, paying special attention to usability and accessibility. Rowdy loves watching superhero movies and Formula One races and enjoys riding his mountain bike to unwind.'
4646
}
4747
];
4848

0 commit comments

Comments
 (0)