Skip to content

Commit

Permalink
jiamu coord info
Browse files Browse the repository at this point in the history
  • Loading branch information
GoateSo committed May 7, 2024
1 parent 7bcc3dc commit 2efec6a
Show file tree
Hide file tree
Showing 3 changed files with 14 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 @@ -297,6 +297,11 @@ declare module 'astro:content' {
collection: "coordinators";
data: InferEntrySchema<"coordinators">
};
"jiamu-chai": {
id: "jiamu-chai";
collection: "coordinators";
data: InferEntrySchema<"coordinators">
};
"michael-berkey": {
id: "michael-berkey";
collection: "coordinators";
Expand Down
Binary file added src/assets/profiles/jiamu-chai.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/content/coordinators/jiamu-chai.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "Jiamu Chai",
"isActive": true,
"grade": "Sophomore",
"image": "jiamu-chai.jpg",
"study": "CS & Math",
"github": "GoateSo",
"bio": "exploring one side of the cooked/cooking dichotomy"
}

0 comments on commit 2efec6a

Please sign in to comment.