Skip to content

Commit

Permalink
Merge pull request #20 from ethereum/update-teams
Browse files Browse the repository at this point in the history
Improve teams page & add placeholder skills
  • Loading branch information
fredriksvantes authored Jan 16, 2025
2 parents 2a16c21 + d281bf9 commit 1a7f178
Showing 1 changed file with 188 additions and 67 deletions.
255 changes: 188 additions & 67 deletions src/pages/team.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Heading, Link, Stack, Text } from '@chakra-ui/react';
import { Heading, Link, Stack, Text, Flex } from '@chakra-ui/react';
import type { NextPage } from 'next';

import { PageMetadata } from '../components/UI';
Expand All @@ -16,94 +16,215 @@ const Team: NextPage = () => {
Team
</Heading>

{/*
<Text mb={12}>
A description of the team.
</Text>
*/}

<Stack spacing={5}>
<Stack>

<Stack spacing={4}>
<Flex align="center">
<Text as="h2" fontSize="2xl" fontWeight="bold">
Tyler Holmes
</Text>
<Text as="span" ml={2} fontSize="lg">
(
<Link
href="https://github.com/0xTylerHolmes"
color="brand.lightblue"
_hover={{ color: 'brand.orange', textDecoration: 'underline' }}
isExternal
>
GitHub
</Link>
{', '}
<Link
href="https://x.com/0xTylerHolmes"
color="brand.lightblue"
_hover={{ color: 'brand.orange', textDecoration: 'underline' }}
isExternal
>
Twitter
</Link>
)
</Text>
</Flex>
<Text>
<Link
href='https://github.com/0xTylerHolmes'
color='brand.lightblue'
_hover={{ color: 'brand.orange', textDecoration: 'underline' }}
isExternal
>
<strong>Tyler Holmes</strong>
</Link>{' '}
-- TBD.
Ethereum testnet bootstrapper, multiaddr libraries, kurtosis, and chaos fuzzing.
</Text>
</Stack>

<Stack>
<Stack spacing={4}>
<Flex align="center">
<Text as="h2" fontSize="2xl" fontWeight="bold">
Andrés Láinez
</Text>
<Text as="span" ml={2} fontSize="lg">
(
<Link
href="https://github.com/nethoxa"
color="brand.lightblue"
_hover={{ color: 'brand.orange', textDecoration: 'underline' }}
isExternal
>
GitHub
</Link>
{', '}
<Link
href="https://x.com/nethoxa"
color="brand.lightblue"
_hover={{ color: 'brand.orange', textDecoration: 'underline' }}
isExternal
>
Twitter
</Link>
{', '}
<Link
href="https://nethoxa.notion.site/e32a2f46076f49c4bbb718e0309207c3?v=15f179505d3c4586a73265ed61ce2668"
color="brand.lightblue"
_hover={{ color: 'brand.orange', textDecoration: 'underline' }}
isExternal
>
Website
</Link>
)
</Text>
</Flex>
<Text>
<Link
href='https://github.com/nethoxa'
color='brand.lightblue'
_hover={{ color: 'brand.orange', textDecoration: 'underline' }}
isExternal
>
<strong>Andrés Láinez</strong>
</Link>{' '}
-- TBD.
Execution layer clients, L2 zkEVM security, lending pools, and breaking things.
</Text>
</Stack>

<Stack>
<Stack spacing={4}>
<Flex align="center">
<Text as="h2" fontSize="2xl" fontWeight="bold">
Bhargava Shastry
</Text>
<Text as="span" ml={2} fontSize="lg">
(
<Link
href="https://github.com/bshastry"
color="brand.lightblue"
_hover={{ color: 'brand.orange', textDecoration: 'underline' }}
isExternal
>
GitHub
</Link>
{', '}
<Link
href="https://x.com/ibags"
color="brand.lightblue"
_hover={{ color: 'brand.orange', textDecoration: 'underline' }}
isExternal
>
Twitter
</Link>
)
</Text>
</Flex>
<Text>
<Link
href='https://github.com/bshastry'
color='brand.lightblue'
_hover={{ color: 'brand.orange', textDecoration: 'underline' }}
isExternal
>
<strong>Bhargava Shastry</strong>
</Link>{' '}
-- TBD.
Solidity compilers, fuzzing everything, and networking libraries.
</Text>
</Stack>

<Stack>
<Stack spacing={4}>
<Flex align="center">
<Text as="h2" fontSize="2xl" fontWeight="bold">
Fredrik Svantes
</Text>
<Text as="span" ml={2} fontSize="lg">
(
<Link
href="https://github.com/fredriksvantes"
color="brand.lightblue"
_hover={{ color: 'brand.orange', textDecoration: 'underline' }}
isExternal
>
GitHub
</Link>
{', '}
<Link
href="https://x.com/fredriksvantes"
color="brand.lightblue"
_hover={{ color: 'brand.orange', textDecoration: 'underline' }}
isExternal
>
Twitter
</Link>
)
</Text>
</Flex>
<Text>
<Link
href='https://github.com/fredriksvantes'
color='brand.lightblue'
_hover={{ color: 'brand.orange', textDecoration: 'underline' }}
isExternal
>
<strong>Fredrik Svantes</strong>
</Link>{' '}
-- Team lead; all things coordination; bug bounty program; and grants.
Team lead, all things coordination, bug bounty program, and grants.
</Text>
</Stack>

<Stack>
<Stack spacing={4}>
<Flex align="center">
<Text as="h2" fontSize="2xl" fontWeight="bold">
David Theodore
</Text>
<Text as="span" ml={2} fontSize="lg">
(
<Link
href="https://github.com/infosecual"
color="brand.lightblue"
_hover={{ color: 'brand.orange', textDecoration: 'underline' }}
isExternal
>
GitHub
</Link>
{', '}
<Link
href="https://x.com/infosecual"
color="brand.lightblue"
_hover={{ color: 'brand.orange', textDecoration: 'underline' }}
isExternal
>
Twitter
</Link>
)
</Text>
</Flex>
<Text>
<Link
href='https://github.com/infosecual'
color='brand.lightblue'
_hover={{ color: 'brand.orange', textDecoration: 'underline' }}
isExternal
>
<strong>David Theodore</strong>
</Link>{' '}
-- TBD;
ZK security, automated fuzzing, Golang clients, validator safety, and holistic thinker.
</Text>
</Stack>

<Stack>
<Stack spacing={4}>
<Flex align="center">
<Text as="h2" fontSize="2xl" fontWeight="bold">
Justin Traglia
</Text>
<Text as="span" ml={2} fontSize="lg">
(
<Link
href="https://github.com/jtraglia"
color="brand.lightblue"
_hover={{ color: 'brand.orange', textDecoration: 'underline' }}
isExternal
>
GitHub
</Link>
{', '}
<Link
href="https://x.com/JustinTraglia"
color="brand.lightblue"
_hover={{ color: 'brand.orange', textDecoration: 'underline' }}
isExternal
>
Twitter
</Link>
{', '}
<Link
href="https://signal.me/#eu/nFqTWX1iPknqfQa93CuYl6iLjGyKylI3gTPq__SeNTkhGd3w1TBFZ5cwoRH7hFzI"
color="brand.lightblue"
_hover={{ color: 'brand.orange', textDecoration: 'underline' }}
isExternal
>
Signal
</Link>
)
</Text>
</Flex>
<Text>
<Link
href='https://github.com/asn-d6'
color='brand.lightblue'
_hover={{ color: 'brand.orange', textDecoration: 'underline' }}
isExternal
>
<strong>Justin Traglia</strong>
</Link>{' '}
-- Manual code review; consensus layer specs/clients; MEV-boost stack; and KZG libraries.
Manual code review, consensus layer specs/clients, MEV-boost stack, and KZG libraries.
</Text>
</Stack>

Expand Down

0 comments on commit 1a7f178

Please sign in to comment.