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 Oct 29, 2020
1 parent 7d8216f commit 9a4b61b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 12 additions & 1 deletion src/pages/emea-nerd-days.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ import MiguelMingorance from '../images/nerd-days/emea-speakers/MiguelMignorance
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';

const speakers = [
{
Expand Down Expand Up @@ -95,6 +96,12 @@ const speakers = [
title: 'Senior IT Operations Analyst',
company: 'BizDirect',
},
{
name: 'Daniel Aguas',
image: DanielAguas,
title: 'Software Developer',
company: 'Basecone',
},
];

const NerdDaysPage = () => {
Expand Down Expand Up @@ -544,7 +551,11 @@ const NerdDaysPage = () => {
title="Test in production with KPI-driven release management"
speaker="William Janssen"
/>
<Agenda.Session time="2:00 PM" title="Plot your data" />
<Agenda.Session
time="2:00 PM"
title="Plot your data"
speaker="Daniel Aguas"
/>
<Agenda.Session
time="2:00 PM"
title="Alerts Best Practices"
Expand Down

0 comments on commit 9a4b61b

Please sign in to comment.