Skip to content

Commit

Permalink
Add Ellen and Logic avatars in "core contributors"
Browse files Browse the repository at this point in the history
  • Loading branch information
TwilightLogic committed Oct 20, 2023
1 parent 06b5cee commit 318e6fd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
Binary file added public/teams/Ellen.png
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/teams/Logic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 13 additions & 4 deletions sections/SectionTeam.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const coreContributors = [
name: 'brucexu.eth',
twitter: 'https://twitter.com/brucexu_eth',
},

{
image: '/teams/kasoqian.jpg',
description: 'Web3 BUIDLER and BELIEVER! Creator of GuoChanLiangXin and MyFirstNFT. Member @theNextDAO. Core contributor @GCLX community.',
Expand Down Expand Up @@ -102,6 +101,17 @@ const coreContributors = [
name: '0x1998',
twitter: 'https://twitter.com/0x1998',
},
{
image: '/teams/Logic.png',
description: 'Front-end developer / PM at MyFirstLayer2 / Web3 buidler.',
name: 'Logic',
twitter: 'https://twitter.com/LogicalLogicLaw',
},
{
image: '/teams/Ellen.png',
description: 'Fullstack developer.',
name: 'Ellen',
},
];

const activeContributors = [
Expand Down Expand Up @@ -356,12 +366,12 @@ function SimpleContributor(props) {
<Tooltip title={props.name}>
<Box
component="img"
alt='avatar'
alt="avatar"
src={props.image}
sx={{
width: '100%',
}}
loading='lazy'
loading="lazy"
/>
</Tooltip>
</Box>
Expand Down Expand Up @@ -394,7 +404,6 @@ export default function SectionTeam() {
))}
</Grid>
</Box>

</SectionSimpleWrapper>
);
}

1 comment on commit 318e6fd

@vercel
Copy link

@vercel vercel bot commented on 318e6fd Oct 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.