Skip to content

Commit

Permalink
Update spakers
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Vitale <ThomasVitale@users.noreply.github.com>
  • Loading branch information
ThomasVitale committed Oct 10, 2023
1 parent b31cf0e commit 888b941
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 15 additions & 2 deletions src/components/pages/home/speakers/speakers.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import VicenteMiras from './images/vicente-miras.jpg';
import StephaneKaragulmez from './images/stephane-karagulmez.png';
import PeterRasmussen from './images/peter-rasmussen.jpg';
import RicardoRocha from './images/ricardo-rocha.jpg';
import LouiseOvergaard from './images/louise-overgaard.jpg';

import SpeakerPhoto from './images/speaker-placeholder-image.jpg';
import ChevronDown from './svg/arrow-down.inline.svg';
Expand Down Expand Up @@ -96,7 +97,7 @@ const ITEMS = [
// 4
id: '15',
name: 'Jorge Lainfiesta',
position: 'Developer Relations <br/> Roadie.io',
position: 'Author <br/> Linux Foundation Backstage Course',
content:
"Jorge is the author of the Linux Foundation Introduction to Backstage (LFS142) course and has helped enterprises, consultancies, and startups adopt Backstage. He has a background in software engineering (ex-PayPal) and digital communication (UCLA). He's also a certified sommelier (CETT Barcelona).",
photo: JorgeLainfiesta,
Expand Down Expand Up @@ -378,8 +379,20 @@ const ITEMS = [
duration: '90 min',
},

{
// 25
id: '3',
name: 'Louise Overgaard',
position: 'General Secretary <br/> Coding Pirates',
photo: LouiseOvergaard,
linkedInUrl: 'https://www.linkedin.com/in/louiseovergaard',
time: '9:20',
title: 'Keynote: Coding Pirates (Sponsored)',
duration: '10 min',
},

// {
// // 25
// // 26
// id: '2',
// name: 'Peter Rasmussen',
// position: 'Architect & Manager of the JYSK Java<br/> JYSK',
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 8 additions & 1 deletion src/components/pages/schedule/schedule/schedule.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import ThomasLabarussias from './images/thomas-labarussias.jpg';
import VicenteMiras from './images/vicente-miras.jpg';
import PeterRasmussen from './images/peter-rasmussen.jpg';
import RicardoRocha from './images/ricardo-rocha.jpg';
import LouiseOvergaard from './images/louise-overgaard.jpg';

// TODO: merge with ITEMS array from components/pages/home/speakers
const ITEMS = [
Expand Down Expand Up @@ -82,7 +83,13 @@ const ITEMS = [
title: 'Keynote: Coding Pirates (Sponsored)',
duration: '10 min',
isKeynote: true,
// TODO thv: add speaker
speakers: [
{
id: '25',
name: 'Louise Overgaard',
photo: LouiseOvergaard,
}
]
},
{
// 4
Expand Down

0 comments on commit 888b941

Please sign in to comment.