Skip to content

Commit

Permalink
Merge pull request #578 from bandada-infra/feat/new-projects-website
Browse files Browse the repository at this point in the history
docs: joby and SHIELD Space added to project list
  • Loading branch information
vplasencia authored Oct 10, 2024
2 parents b2e1485 + ebddc5f commit 707581a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions apps/website/shared/data/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
]

0 comments on commit 707581a

Please sign in to comment.