Skip to content

Commit

Permalink
feat: Add speaker and update firesidechat title
Browse files Browse the repository at this point in the history
  • Loading branch information
idirouhab committed Nov 6, 2020
1 parent 9b84ebb commit 03f0258
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
Binary file added src/images/nerd-days/emea-speakers/IdirOuhab.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 11 additions & 11 deletions src/pages/emea-nerd-days.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ import AntonMalinovskiy from '../images/nerd-days/emea-speakers/AntonMalinovskiy
import JasonClark from '../images/nerd-days/emea-speakers/JasonClark.jpg';
import IreneLopez from '../images/nerd-days/emea-speakers/IreneLopez.jpg';
import MiguelMingorance from '../images/nerd-days/emea-speakers/MiguelMignorance.jpg';
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';
import IdirOuhab from '../images/nerd-days/emea-speakers/IdirOuhab.jpg';

const speakers = [
{
Expand All @@ -57,6 +57,12 @@ const speakers = [
title: 'Software Developer',
company: 'Basecone',
},
{
name: 'Idir Ouhab Meskine',
image: IdirOuhab,
title: 'Solutions Consultant',
company: 'New Relic',
},
{
name: 'Irene Lopez',
image: IreneLopez,
Expand Down Expand Up @@ -94,12 +100,6 @@ const speakers = [
title: 'Systems Engineer',
company: 'Delivery Hero',
},
{
name: 'Pedro Sousa',
image: PedroSousa,
title: 'Senior IT Operations Analyst',
company: 'BizDirect',
},
{
name: 'Steve Woodard',
image: SteveWoodard,
Expand Down Expand Up @@ -527,7 +527,7 @@ const NerdDaysPage = () => {
/>
<Agenda.Session
time="11:00 AM"
title="Who watches the watchman: Micrometer and Terrraform"
title="Who Watches the Watchman: Custom metrics with Micrometer"
speaker="Anton Malinovskiy"
/>
<Agenda.Session
Expand All @@ -549,7 +549,7 @@ const NerdDaysPage = () => {
/>
<Agenda.Session
time="12:30 PM"
title="Fireside Chat"
title="Fireside Chat: Frontline engineering in 2020"
track={null}
speaker="Manesh Tailor & Steve Woodard"
span={3}
Expand Down Expand Up @@ -586,8 +586,8 @@ const NerdDaysPage = () => {
/>
<Agenda.Session
time="3:00 PM"
title="A journey to the cloud"
speaker="Pedro Sousa"
title="New Relic AI"
speaker="Idir Ouhab Meskine"
/>
<Agenda.Session
time="3:00 PM"
Expand Down

0 comments on commit 03f0258

Please sign in to comment.