Skip to content

Commit

Permalink
feat: add Sander's speaker photo for nerd days
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderblue committed Oct 9, 2020
1 parent 0ad2907 commit 67ce31f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Binary file added src/images/nerd-days/speakers/SanderBlue.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/nerd-days.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ import LiamHurrell from '../images/nerd-days/speakers/LiamHurrell.jpg';
import MichaelCaron from '../images/nerd-days/speakers/MichaelCaron.jpg';
import PhilWeber from '../images/nerd-days/speakers/PhilWeber.jpg';
import SebastianRamirez from '../images/nerd-days/speakers/SebastianRamirez.jpg';
import SanderBlue from '../images/nerd-days/speakers/SanderBlue.jpg';

const NerdDaysPage = () => {
const {
Expand Down Expand Up @@ -771,6 +772,12 @@ const speakers = [
title: 'Senior Software Engineer',
company: 'New Relic',
},
{
name: 'Sander Blue',
image: SanderBlue,
title: 'Senior Software Engineer',
company: 'New Relic',
},
{
name: "Gabe O'Brien",
image: GabeObrien,
Expand Down

0 comments on commit 67ce31f

Please sign in to comment.