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
/speakerspage which lists all speakers in the navigation - Update the SpeakerCard to link to the individual talk/speaker page for its speaker
- Create
speaker.jspage which queries for speaker data and renders it using theSpeakerCardcomponent
- site/src/components/header.js
- site/src/components/speakerCards.js
- site/src/pages/speakers.js
