Skip to content

Commit

Permalink
update judges
Browse files Browse the repository at this point in the history
  • Loading branch information
neila committed Aug 13, 2024
1 parent 98386e6 commit 1cc648a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
Binary file added public/images/contributors/williammetcalfe.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions src/components/organisms/Judges.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@ const JudgeSection = () => {
const JudgeIcon: React.FC<{
imagePath: string;
name: string;
linkToOnlinePresence: string;
org: string;
orgUrl: string;
role: string;
}> = ({ imagePath, name, org, orgUrl, role }) => (
}> = ({ imagePath, name, linkToOnlinePresence, org, orgUrl, role }) => (
<div>
<a
href={"/"}
href={linkToOnlinePresence}
target="_blank"
rel="noreferrer"
css={css`text-decoration: none; :hover{color: ${brand.Shuiro};};`}
Expand Down
30 changes: 15 additions & 15 deletions src/data/judges.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,25 +23,17 @@
"orgUrl": "https://ens.domains/",
"imagePath": "/images/contributors/makoto.jpg"
},
{
"name": "Melisa Kurtcan",
"linkToOnlinePresence": "https://matoken.eth.limo/",
"role": "Founder",
"org": "Satoshi Twenty One",
"orgUrl": "https://satoshitwenty.one/",
"imagePath": "/images/contributors/melisakurtcan.jpg"
},
{
"name": "Andrej Berlin",
"linkToOnlinePresence": "https://matoken.eth.limo/",
"linkToOnlinePresence": "https://de.linkedin.com/in/andrejberlin",
"role": "Designer & Engineer",
"org": "Deep Work Studio",
"orgUrl": "https://deepwork.studio/",
"imagePath": "/images/contributors/andrejberlin.png"
},
{
"name": "Michele D'Aliessi",
"linkToOnlinePresence": "https://matoken.eth.limo/",
"linkToOnlinePresence": "https://x.com/MicheleDaliessi",
"role": "Co-founder",
"org": "Superfluid",
"orgUrl": "https://www.superfluid.finance/",
Expand All @@ -50,31 +42,31 @@

{
"name": "Joseph Schiarizzi",
"linkToOnlinePresence": "https://matoken.eth.limo/",
"linkToOnlinePresence": "https://josephschiarizzi.com/",
"role": "Founder",
"org": "Open Dollar",
"orgUrl": "https://www.opendollar.com/",
"imagePath": "/images/contributors/josephschiarizzi.jpg"
},
{
"name": "Moazzam Arif",
"linkToOnlinePresence": "https://matoken.eth.limo/",
"linkToOnlinePresence": "https://ae.linkedin.com/in/moazzam-arif",
"role": "Founder",
"org": "BlockApex",
"orgUrl": "https://blockapex.io/",
"imagePath": "/images/contributors/moazzamarif.png"
},
{
"name": "Naim Ashwab",
"linkToOnlinePresence": "https://matoken.eth.limo/",
"name": "Naim Ashhab",
"linkToOnlinePresence": "https://cz.linkedin.com/in/naim-ashhab-9b9145a1",
"role": "Co-founder",
"org": "PWN DAO",
"orgUrl": "https://pwn.xyz/",
"imagePath": "/images/contributors/naimashhab.jpeg"
},
{
"name": "Nori Zkitty",
"linkToOnlinePresence": "https://matoken.eth.limo/",
"linkToOnlinePresence": "https://www.linkedin.com/in/norika-kizawa",
"role": "Founder",
"org": "SpaceCowboy",
"orgUrl": "https://www.spacecowboy.so/",
Expand All @@ -88,6 +80,14 @@
"orgUrl": "https://reality.eth.limo/",
"imagePath": "/images/contributors/edmundedgar.jpg"
},
{
"name": "William Metcalfe",
"linkToOnlinePresence": "https://www.curvegrid.com/team/william-metcalfe",
"role": "Co-founder",
"org": "Curvegrid",
"orgUrl": "https://www.curvegrid.com/",
"imagePath": "/images/contributors/williammetcalfe.jpg"
},
{
"name": "Sujith Somraaj",
"linkToOnlinePresence": "https://www.sujithsomraaj.xyz/",
Expand Down

0 comments on commit 1cc648a

Please sign in to comment.