diff --git a/.astro/types.d.ts b/.astro/types.d.ts index 494ce74..74a7306 100644 --- a/.astro/types.d.ts +++ b/.astro/types.d.ts @@ -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"; diff --git a/src/assets/profiles/jiamu-chai.jpg b/src/assets/profiles/jiamu-chai.jpg new file mode 100644 index 0000000..29a2588 Binary files /dev/null and b/src/assets/profiles/jiamu-chai.jpg differ diff --git a/src/content/coordinators/jiamu-chai.json b/src/content/coordinators/jiamu-chai.json new file mode 100644 index 0000000..4b64de7 --- /dev/null +++ b/src/content/coordinators/jiamu-chai.json @@ -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" +}