Skip to content

Commit

Permalink
feat: add George :D
Browse files Browse the repository at this point in the history
  • Loading branch information
nicosalm committed Jan 14, 2025
1 parent 80a00ca commit 4c3537c
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .astro/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,11 @@ declare module 'astro:content' {
collection: "coordinators";
data: InferEntrySchema<"coordinators">
};
"george-chen": {
id: "george-chen";
collection: "coordinators";
data: InferEntrySchema<"coordinators">
};
"grace-steinmetz": {
id: "grace-steinmetz";
collection: "coordinators";
Expand All @@ -263,6 +268,11 @@ 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 Expand Up @@ -293,11 +303,21 @@ declare module 'astro:content' {
collection: "coordinators";
data: InferEntrySchema<"coordinators">
};
"oliver-ohrt": {
id: "oliver-ohrt";
collection: "coordinators";
data: InferEntrySchema<"coordinators">
};
"pranav-dronavalli": {
id: "pranav-dronavalli";
collection: "coordinators";
data: InferEntrySchema<"coordinators">
};
"pusti-jesrani": {
id: "pusti-jesrani";
collection: "coordinators";
data: InferEntrySchema<"coordinators">
};
"rahul-rao": {
id: "rahul-rao";
collection: "coordinators";
Expand Down
Binary file added src/assets/profiles/george-chen.webp
Binary file not shown.
11 changes: 11 additions & 0 deletions src/content/coordinators/george-chen.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "George Chen",
"image": "george-chen.webp",
"isActive": true,
"grade": "Sophomore",
"study": "Computer Engineering",
"linkedIn": "",
"personalLink": "https://georgechen.me",
"github": "https://github.com/ABIbreak",
"bio": "riding nop sleds"
}

0 comments on commit 4c3537c

Please sign in to comment.