Skip to content

Commit

Permalink
feat: Add speaker pic
Browse files Browse the repository at this point in the history
  • Loading branch information
idirouhab committed Nov 10, 2020
1 parent 8202e7f commit 26c067d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Binary file added src/images/nerd-days/emea-speakers/BenEvans.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/pages/emea-nerd-days.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ 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';
import BenEvans from '../images/nerd-days/emea-speakers/BenEvans.jpg';

const speakers = [
{
Expand All @@ -45,6 +46,12 @@ const speakers = [
title: 'Principal Software Engineer',
company: 'Ocado Technology',
},
{
name: 'Ben Evans',
image: BenEvans,
title: 'Principal Software Engineer',
company: 'New Relic',
},
{
name: 'Daisy Muyldermans',
image: DaisyMuyldermans,
Expand Down

0 comments on commit 26c067d

Please sign in to comment.