Skip to content

Commit

Permalink
Add Ben and Sridhar (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
3b1b authored Jan 27, 2024
1 parent 4ab3f63 commit 8eae9c0
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 8 deletions.
34 changes: 26 additions & 8 deletions data/teamMemberData.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ const teamMembers = [
{
icon: "fab fa-youtube",
url: "https://www.youtube.com/@quinnphys",
label: "YouTube",
label: "Quinn's YouTube channel",
},
{
icon: "fab fa-spotify",
url: "https://open.spotify.com/artist/6tBc4zGfGwgS7yoKpfNqs3?si=UDeNq2QKQNO9jHVYySC_mw&nd=1&dlsi=355c8e85bedb47ff",
label: "On Bandcap",
label: "Quinn's music",
},
{
icon: "fab fa-linkedin",
url: "https://www.linkedin.com/in/quinn-brodsky/",
label: "LinkedIn",
label: "Quinn's LinkedIn",
},
],
},
Expand All @@ -29,7 +29,7 @@ const teamMembers = [
{
icon: "fab fa-github",
url: "https://kurtbruns.github.io/",
label: "Github",
label: "Kurt's Github",
},
],
},
Expand All @@ -46,7 +46,7 @@ const teamMembers = [
{
icon: "fab fa-bandcamp",
url: "https://vincerubinetti.bandcamp.com/",
label: "On Bandcap",
label: "On Bandcamp",
},
{
icon: "fab fa-spotify",
Expand Down Expand Up @@ -109,20 +109,38 @@ const teamMembers = [
{
icon: "fab fa-youtube",
url: "https://youtube.com/vcubingx",
label: "River's website",
label: "Vivek's YouTube channel",
},
{
icon: "fab fa-twitter",
url: "https://twitter.com/vcubingx",
label: "River's website",
label: "Vivek's Twitter",
},
{
icon: "fab fa-github",
url: "https://github.com/vivek3141",
label: "River's website",
label: "Vivek's Github",
},
],
},
{
name: "Sridhar Ramesh",
role: "Writing and visuals for the winding number and Wallis product videos",
imageSrc: "images/about/sridhar-ramesh.jpeg",
links: [],
},
{
name: "Ben Hambrecht",
role: "Writing and visuals for the Basel problem and pi day 2018 videos",
imageSrc: "images/about/ben-hambrecht.jpeg",
links: [
{
icon: "fab fa-twitter",
url: "https://twitter.com/benhambrecht",
label: "Ben's twitter"
}
],
},
];

export default teamMembers;
Binary file added public/images/about/ben-hambrecht.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/about/sridhar-ramesh.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8eae9c0

Please sign in to comment.