Skip to content

Commit

Permalink
feat: Add pusti
Browse files Browse the repository at this point in the history
  • Loading branch information
nicosalm committed Jan 15, 2025
1 parent 45b2b22 commit 35678e6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .astro/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,11 +268,6 @@ declare module 'astro:content' {
collection: "coordinators";
data: InferEntrySchema<"coordinators">
};
"mari-garey": {
id: "mari-garey";
collection: "coordinators";
data: InferEntrySchema<"coordinators">
};
"michael-berkey": {
id: "michael-berkey";
collection: "coordinators";
Expand Down
Binary file added src/assets/profiles/pusti-jesrani.webp
Binary file not shown.
10 changes: 10 additions & 0 deletions src/content/coordinators/pusti-jesrani.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "Pusti Jesrani",
"image": "pusti-jesrani.webp",
"isActive": true,
"grade": "Junior",
"study": "Computer Science",
"linkedIn": "https://www.linkedin.com/in/pusti-jesrani-5099b7241",
"github": "",
"bio": "// TODO: insert funny quote"
}

0 comments on commit 35678e6

Please sign in to comment.