Skip to content

Commit

Permalink
update project banners
Browse files Browse the repository at this point in the history
  • Loading branch information
kalidiagne committed Sep 12, 2023
1 parent c38c64f commit c857021
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 5 deletions.
2 changes: 1 addition & 1 deletion data/projects/anon-aadhaar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Anon Aadhaar is a project that allows individuals to prove their citizenship ano
export const anonAadhaar: ProjectInterface = {
id: "anon-aadhaar",
projectStatus: "active",
image: "",
image: "anon-aadhaar.svg",
name: "Anon Aadhaar",
tldr: "Tools for building build privacy-preserving applications using government ID cards, specifically Aadhaar cards in India.",
description,
Expand Down
2 changes: 1 addition & 1 deletion data/projects/rln.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Rate-Limiting Nullifier (RLN) is a protocol designed to combat spam and denial o
export const rln: ProjectInterface = {
id: "rln",
projectStatus: "active",
image: "rln.webp",
image: "rln.svg",
name: "Rate-Limiting Nullifier",
tldr: "A protocol for deterring spam and maintaining anonymity in communication systems.",
description,
Expand Down
24 changes: 24 additions & 0 deletions public/project-banners/anon-aadhaar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 12 additions & 3 deletions public/project-banners/discreetly.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions public/project-banners/rln.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c857021

Please sign in to comment.