Skip to content

Commit

Permalink
Ishan coord
Browse files Browse the repository at this point in the history
  • Loading branch information
nicosalm committed May 2, 2024
1 parent ece4e5f commit f9a6f5f
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .astro/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,11 @@ declare module 'astro:content' {
collection: "coordinators";
data: InferEntrySchema<"coordinators">
};
"ishan-joshi": {
id: "ishan-joshi";
collection: "coordinators";
data: InferEntrySchema<"coordinators">
};
"michael-berkey": {
id: "michael-berkey";
collection: "coordinators";
Expand Down
Binary file added src/assets/profiles/ishan-joshi-alt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/profiles/ishan-joshi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/content/coordinators/ishan-joshi.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "Ishan Joshi",
"isActive": true,
"grade": "Sophomore",
"image": "ishan-joshi.png",
"hover_image": "ishan-joshi-alt.png",
"study": "Computer Science & Mathematics",
"github": "TheNitpickyCloud",
"personalLink": "",
"linkedIn": "ishanthedev",
"bio": ""
}

0 comments on commit f9a6f5f

Please sign in to comment.