From ddc64d851d8a5b4f2f2f493c5e276ff9e77b9fc3 Mon Sep 17 00:00:00 2001 From: Kurt Bruns <12160501+kurtbruns@users.noreply.github.com> Date: Tue, 30 Jan 2024 12:10:05 -0800 Subject: [PATCH] Fix broken lesson contributor links (#399) --- components/AboutPageGallery/index.js | 3 +-- components/AboutPageGallery/index.module.scss | 1 + data/credits.yaml | 8 ++++---- data/teamMemberData.js | 11 ++++++++--- 4 files changed, 14 insertions(+), 9 deletions(-) diff --git a/components/AboutPageGallery/index.js b/components/AboutPageGallery/index.js index 3dce791d..55c0734e 100644 --- a/components/AboutPageGallery/index.js +++ b/components/AboutPageGallery/index.js @@ -21,7 +21,7 @@ const TeamMemberLinks = ({ links }) => { const TeamMember = ({ name, role, imageSrc, links }) => { return ( -
+
{name}
@@ -48,5 +48,4 @@ const AboutPageGallery = () => { ); }; - export { AboutPageGallery, TeamMember }; \ No newline at end of file diff --git a/components/AboutPageGallery/index.module.scss b/components/AboutPageGallery/index.module.scss index 1fc0547c..4e145e02 100644 --- a/components/AboutPageGallery/index.module.scss +++ b/components/AboutPageGallery/index.module.scss @@ -8,6 +8,7 @@ .teamMember { text-align: center; width: 200px; + padding-top: 1.5rem; .headshot { width: 100%; diff --git a/data/credits.yaml b/data/credits.yaml index 7cdcab5b..70c4cd24 100644 --- a/data/credits.yaml +++ b/data/credits.yaml @@ -3,10 +3,10 @@ - name: James Schloss link: /about#james-schloss - name: Josh Pullen - link: /about#josh-pullen-2021-intern + link: /about#josh-pullen - name: River Way - link: /about#river-way-2021-intern + link: /about#river-way - name: Kurt Bruns - link: /about#kurt-bruns-artist + link: /about#kurt-bruns - name: Vivek Verma - link: /about#vivek-verma-2021-intern \ No newline at end of file + link: /about#vivek-verma diff --git a/data/teamMemberData.js b/data/teamMemberData.js index 1cdfcab8..9e9084eb 100644 --- a/data/teamMemberData.js +++ b/data/teamMemberData.js @@ -27,9 +27,14 @@ const teamMembers = [ imageSrc: "images/about/kurt-bruns.png", links: [ { - icon: "fab fa-github", - url: "https://kurtbruns.github.io/", - label: "Kurt's Github", + icon: "fab fa-youtube", + url: "https://www.youtube.com/@wumbo_dot_net", + label: "Kurt's Youtube", + }, + { + icon: "fa-solid fa-globe", + url: "https://kurtbruns.com/", + label: "Kurt's Website", }, ], },