diff --git a/explorer/src/assets/issuers/logo-holo.svg b/explorer/src/assets/issuers/logo-holo.svg new file mode 100644 index 00000000..c08860b8 --- /dev/null +++ b/explorer/src/assets/issuers/logo-holo.svg @@ -0,0 +1,362 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/explorer/src/assets/issuers/zeronym-black.png b/explorer/src/assets/issuers/zeronym-black.png new file mode 100644 index 00000000..2fc9accb Binary files /dev/null and b/explorer/src/assets/issuers/zeronym-black.png differ diff --git a/explorer/src/assets/issuers/zeronym-white.png b/explorer/src/assets/issuers/zeronym-white.png new file mode 100644 index 00000000..a96cce14 Binary files /dev/null and b/explorer/src/assets/issuers/zeronym-white.png differ diff --git a/explorer/src/assets/issuers/zeronym.svg b/explorer/src/assets/issuers/zeronym.svg new file mode 100644 index 00000000..d5f7b14d --- /dev/null +++ b/explorer/src/assets/issuers/zeronym.svg @@ -0,0 +1,6 @@ + + + diff --git a/explorer/src/pages/Home/data.tsx b/explorer/src/pages/Home/data.tsx index bb0faace..17102a79 100644 --- a/explorer/src/pages/Home/data.tsx +++ b/explorer/src/pages/Home/data.tsx @@ -3,6 +3,7 @@ import Aspecta from "@/assets/issuers/aspecta.svg?react"; import Automata from "@/assets/issuers/automata.svg?react"; import Clique from "@/assets/issuers/clique.svg?react"; import Gitcoin from "@/assets/issuers/gitcoin.svg?react"; +import Holonym from "@/assets/issuers/logo-holo.svg?react"; import Nomis from "@/assets/issuers/nomis.svg?react"; import OpenId3 from "@/assets/issuers/openid3.svg?react"; import Orange from "@/assets/issuers/orange.svg?react"; @@ -149,4 +150,13 @@ export const issuersData: IIssuer[] = [ CTATitle: "Go To RubyScore", address: "0xb9cc0bb020cf55197c4c3d826ac87cadba51f272", }, + { + name: "Holonym", + logo: Holonym, + keywords: ["Proof of Personhood"], + description: "Prove your personhood with Zeronym by Holonym without revealing any information about your identity", + CTALink: "https://holonym.id/", + CTATitle: "Go To Holonym", + address: "0x5631Aecf3283922b6bf36D7485Eb460f244bfac1", + }, ];