Skip to content

Commit

Permalink
Merge pull request #81 from cloud-native-nordics/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
ThomasVitale authored Oct 7, 2023
2 parents 371d6b9 + 4e12cfc commit 85c48c3
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 10 deletions.
Binary file modified src/components/pages/home/speakers/images/peter-rasmussen.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 26 additions & 5 deletions src/components/pages/home/speakers/speakers.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import ThomasLabarussias from './images/thomas-labarussias.jpg';
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 SpeakerPhoto from './images/speaker-placeholder-image.jpg';
import ChevronDown from './svg/arrow-down.inline.svg';
Expand Down Expand Up @@ -249,8 +250,7 @@ const ITEMS = [
duration: '35 min',
},
{
// 16

// 16
id: '11',
name: 'Thomas Bøgh Fangel',
position: 'Tech Lead and Senior Software Engineer <br/> Lunar',
Expand All @@ -265,7 +265,7 @@ const ITEMS = [
isCoincidedEvent: true,
},
{
// 17
// 17
id: '13',
name: 'Rasmus Steiniche',
position: 'CEO <br/> Neurospace',
Expand All @@ -292,10 +292,25 @@ const ITEMS = [
title: 'Application promotion in GitOps',
duration: '5 min',
},
{
// 19
id: '22',
name: 'Ricardo Rocha',
position: 'Computing Engineer <br/> CERN',
content:
'Ricardo is a Computing Engineer in CERN IT focusing on cloud native deployments, networking and more recently machine learning platforms. He has led for several years the internal effort to transition services and workloads to use cloud native technologies, as well as dissemination and training efforts.',
photo: RicardoRocha,
linkedInUrl: 'https://www.linkedin.com/in/ricardo-rocha-739aa718/?originalSubdomain=ch',
twitterUrl: 'https://twitter.com/ahcorporto',
time: '16:15',
title: 'Closing Keynote',
duration: '25 min',
},

// Workshops

{
// 20
name: 'Engin Diri',
position: 'Customer Experience Architect <br/> Pulumi',
content:
Expand All @@ -309,6 +324,7 @@ const ITEMS = [
},

{
// 21
name: 'Mikkel Mørk Hegnhøj',
position: 'Head of Product and DevRel <br/> Fermyon',
content:
Expand All @@ -322,6 +338,7 @@ const ITEMS = [
},

{
// 22
name: 'Nic Vermande',
position: 'Head of Developer Relations <br/> Spectro Cloud',
content:
Expand All @@ -336,6 +353,7 @@ const ITEMS = [
},

{
// 23
name: 'Thomas Labarussias',
position: 'OSS and Ecosystem Advocate <br/> Sysdig',
content:
Expand All @@ -349,6 +367,7 @@ const ITEMS = [
},

{
// 24
name: 'Vicente J. Jiménez Miras',
position: 'Security Content Engineer <br/> Sysdig',
content:
Expand All @@ -360,15 +379,17 @@ const ITEMS = [
},

{
// 25
id: '2',
name: 'Peter Rasmussen',
position: 'Architect & Manager of the JYSK Java<br/> JYSK',
content: '',
photo: PeterRasmussen,
time: '',
title: 'JYSK Keynote',
time: '9:10',
title: 'Keynote: JYSK (Sponsored)',
duration: '90 min',
},

];

const Speakers = ({ location }) => {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 6 additions & 5 deletions src/components/pages/schedule/schedule/schedule.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ import NicVermande from './images/nicolas-vermande.jpg';
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';

// TODO: merge with ITEMS array from components/pages/home/speakers
const ITEMS = [
Expand Down Expand Up @@ -64,16 +65,16 @@ const ITEMS = [
{
id: '2',
time: '9:10',
title: 'Keynote: JYSK',
title: 'Keynote: JYSK (Sponsored)',
duration: '10 min',
isKeynote: true,
speakers: [
{
id: '25',
name: 'Peter Rasmussen',
photo: PeterRasmussen,
},
],
// TODO thv: add speaker
},
{
id: '3',
Expand Down Expand Up @@ -214,7 +215,7 @@ const ITEMS = [
{
time: '12:40',
title: 'Lunch',
duration: '1h',
duration: '1 hr',
},
{
id: '13',
Expand Down Expand Up @@ -381,11 +382,11 @@ const ITEMS = [
isKeynote: true,
speakers: [
{
id: '19',
name: 'Ricardo Rocha',
photo: SpeakerPhoto,
photo: RicardoRocha,
},
],
presentation: '',
},
{
time: '16:40',
Expand Down

0 comments on commit 85c48c3

Please sign in to comment.