From ebddc5f6919e051aad0602b02e3536be8b2a7501 Mon Sep 17 00:00:00 2001 From: Andy Date: Thu, 10 Oct 2024 11:03:19 -0600 Subject: [PATCH] docs: joby and SHIELD Space added to project list --- apps/website/shared/data/projects.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/apps/website/shared/data/projects.ts b/apps/website/shared/data/projects.ts index fe15eb4a..fdc4f353 100644 --- a/apps/website/shared/data/projects.ts +++ b/apps/website/shared/data/projects.ts @@ -72,5 +72,27 @@ export const PROJECT_ITEMS: Project[] = [ links: { website: "https://www.pairwise.vote/" } + }, + { + name: "Joby", + tagline: + "Apply for jobs without the fear of bias, your skills and experience speak louder than your identity", + pse: false, + categories: ["privacy", "community", "jobs", "experience"], + links: { + website: + "https://taikai.network/ethrome/hackathons/ethrome-24/projects/cm1w31xiy03sqwqfmytvm3qq7/positions" + } + }, + { + name: "SHIELD SPACE", + tagline: + "Secure platform for sensitive communities hosting private, confidential events.", + pse: false, + categories: ["events", "privacy", "community", "security"], + links: { + website: + "https://taikai.network/ethrome/hackathons/ethrome-24/projects/cm1wr1y8t0021h12dolec3083/idea" + } } ]