Let's add a /speakers
page to the site that displays headshots for each speaker with a link to a page with more information about their individual talk.
- Add a link to the
/speakers
page which lists all speakers in the navigation - Update the SpeakerCard to link to the individual talk/speaker page for its speaker
- Create
speaker.js
page which queries for speaker data and renders it using theSpeakerCard
component
- site/src/components/header.js
- site/src/components/speakerCards.js
- site/src/pages/speakers.js