add ayaan

This commit is contained in:
Youwen Wu 2024-02-16 12:03:27 -08:00
parent 784d75986d
commit 2540288aa0
2 changed files with 11 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View file

@ -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.', bio: 'Unrelated to Ben Garrison. Maintains a Signal profile. Most likely to become President of the United States.',
nationality: ['usa'], 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 { export interface Affiliation {