Skip to content

Commit

Permalink
🍍 Agadoo doo doo...
Browse files Browse the repository at this point in the history
  • Loading branch information
malted committed Aug 31, 2023
1 parent a28be42 commit 1a4da3d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
18 changes: 15 additions & 3 deletions components/bio.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,21 @@ export default function Bio({ popup = true, spanTwo = false, ...props }) {
</Text>
</Flex>
{!popup && (
<Text mt={2} mb={0} color="black">
{text}
</Text>
<>
<Text mt={2} mb={0} color="black">
{text}
</Text>
{ name === "Ben Dixon" && (
<Flex sx={{
marginTop: 4,
marginX: 5,
justifyContent: "center",
aspectRatio: 4/3
}}>
<iframe width="100%" src="https://www.youtube-nocookie.com/embed/POv-3yIPSWc?si=25WKed0HkazCZZOz" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</Flex>
)}
</>
)}
{!popup && href && (
<Flex sx={{ alignItems: 'center' }}>
Expand Down
2 changes: 1 addition & 1 deletion pages/team.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ export default function Team() {
<Bio
name="Ben Dixon"
teamRole="Engineering"
text={`Coming all the way from drizzly England, Ben reconnected with his adoration for teaching people about programming through the computer graphics demoscene during lockdown; firmly believing “GLSL is basically pseudocode”. At Hack Club, Ben designs and implements snazzy new features at HCB, along with raiding their granola bars.`}
text={`Coming all the way from drizzly England, Ben reconnected with his adoration for teaching people about programming through the computer graphics demoscene during lockdown; firmly believing “HLSL is basically pseudocode”. At Hack Club, Ben designs and implements snazzy new features at HCB, along with raiding their granola bars.`}
img="https://ca.slack-edge.com/T0266FRGM-U03DFNYGPCN-d76abb1ba329-512"
pronouns="he/him"
/>
Expand Down

0 comments on commit 1a4da3d

Please sign in to comment.