diff --git a/data/teamMemberData.js b/data/teamMemberData.js index e35ce3bb..1cdfcab8 100644 --- a/data/teamMemberData.js +++ b/data/teamMemberData.js @@ -77,6 +77,18 @@ const teamMembers = [ }, ], }, + { + name: "Dawid Kołodziej", + role: "Turning long-form videos into shorts", + imageSrc: "images/about/dawid-kołodziej.jpeg", + links: [ + { + icon: "fab fa-instagram", + url: "https://www.instagram.com/dawid.the.editor/", + label: "Dawid's instagram", + }, + ], + }, { name: "Josh Pullen", role: "2021 Intern, written and interactive adaptations of videos", diff --git "a/public/images/about/dawid-ko\305\202odziej.jpeg" "b/public/images/about/dawid-ko\305\202odziej.jpeg" new file mode 100644 index 00000000..133a5445 Binary files /dev/null and "b/public/images/about/dawid-ko\305\202odziej.jpeg" differ