Skip to content

Commit

Permalink
feat: Add new speakers to NerdDays EMEA
Browse files Browse the repository at this point in the history
  • Loading branch information
idirouhab committed Nov 3, 2020
1 parent 3fac44d commit 614a52c
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 27 deletions.
Binary file modified src/images/nerd-days/emea-speakers/DaisyMuyldermans.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.
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.
77 changes: 50 additions & 27 deletions src/pages/emea-nerd-days.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,16 @@ import PedroSousa from '../images/nerd-days/emea-speakers/PedroSousa.jpg';
import LiamHurrell from '../images/nerd-days/emea-speakers/LiamHurrell.jpg';
import TomDoherty from '../images/nerd-days/emea-speakers/TomDoherty.jpg';
import DanielAguas from '../images/nerd-days/emea-speakers/DanielAguas.jpg';
import WilliamJanssen from '../images/nerd-days/emea-speakers/WilliamJanssen.jpg';
import ManeshTailor from '../images/nerd-days/emea-speakers/ManeshTailor.jpg';
import SteveWoodard from '../images/nerd-days/emea-speakers/SteveWoodard.jpg';

const speakers = [
{
name: 'Javier Ramos',
image: JavierRamos,
title: 'Principal Site Reliability Engineer',
company: 'Elsevier',
name: 'Anton Malinovskiy',
image: AntonMalinovskiy,
title: 'Principal Software Engineer',
company: 'Ocado Technology',
},
{
name: 'Daisy Muyldermans',
Expand All @@ -49,39 +52,40 @@ const speakers = [
company: 'New Relic',
},
{
name: 'Tom Doherty',
image: TomDoherty,
title: 'Lead Technical Training Program Manager',
name: 'Daniel Aguas',
image: DanielAguas,
title: 'Software Developer',
company: 'Basecone',
},
{
name: 'Irene Lopez',
image: IreneLopez,
title: 'Software Engineer',
company: 'New Relic',
},
{
name: 'Anton Malinovskiy',
image: AntonMalinovskiy,
name: 'Jason Clark',
image: JasonClark,
title: 'Principal Software Engineer',
company: 'Ocado Technology',
company: 'New Relic',
},
{
name: 'Stijn Polfliet',
image: StijnPolfliet,
title: 'Principal TechOps Strategy Consultant',
company: 'New Relic',
name: 'Javier Ramos',
image: JavierRamos,
title: 'Principal Site Reliability Engineer',
company: 'Elsevier',
},

{
name: 'Liam Hurrell',
image: LiamHurrell,
title: 'Senior Technical Training Specialist',
company: 'New Relic',
},
{
name: 'Irene Lopez',
image: IreneLopez,
title: 'Software Engineer',
company: 'New Relic',
},
{
name: 'Jason Clark',
image: JasonClark,
title: 'Principal Software Engineer',
name: 'Manesh Tailor',
image: ManeshTailor,
title: 'Services Solutions Director',
company: 'New Relic',
},
{
Expand All @@ -97,11 +101,29 @@ const speakers = [
company: 'BizDirect',
},
{
name: 'Daniel Aguas',
image: DanielAguas,
title: 'Software Developer',
company: 'Basecone',
name: 'Steve Woodard',
image: SteveWoodard,
title: 'Enterprise Solutions Architect',
company: 'AWS',
},
{
name: 'Stijn Polfliet',
image: StijnPolfliet,
title: 'Principal TechOps Strategy Consultant',
company: 'New Relic',
},
{
name: 'Tom Doherty',
image: TomDoherty,
title: 'Lead Technical Training Program Manager',
company: 'New Relic',
},
{
name: 'William Janssen',
image: WilliamJanssen,
title: 'CTO',
company: 'Delta Blue',
}
];

const NerdDaysPage = () => {
Expand Down Expand Up @@ -529,6 +551,7 @@ const NerdDaysPage = () => {
time="12:30 PM"
title="Fireside Chat"
track={null}
speaker="Manesh Tailor & Steve Woodard"
span={3}
/>
<Agenda.Session
Expand Down

0 comments on commit 614a52c

Please sign in to comment.