diff --git a/public/img/profiles/achawla.jpg b/public/img/profiles/achawla.jpg new file mode 100644 index 0000000..2c64d15 Binary files /dev/null and b/public/img/profiles/achawla.jpg differ diff --git a/src/app/db/data.ts b/src/app/db/data.ts index 1f7f0e7..8dadcaa 100644 --- a/src/app/db/data.ts +++ b/src/app/db/data.ts @@ -518,6 +518,17 @@ export const authors: Readonly<{ [key: string]: Author }> = { bio: 'Unrelated to Ben Garrison. Maintains a Signal profile. Most likely to become President of the United States.', nationality: ['usa'], }, + achawla: { + name: { + first: 'Ayaan', + last: 'Chawla', + nickname: 'Chowler', + }, + affiliation: ['Student@srvhs'], + image: '/img/profiles/achawla.jpg', + nationality: ['ind', 'usa'], + website: 'https://www.instagram.com/ayaan_c_07/?hl=en', + }, } export interface Affiliation {