add ayaan
This commit is contained in:
parent
784d75986d
commit
2540288aa0
2 changed files with 11 additions and 0 deletions
BIN
public/img/profiles/achawla.jpg
Normal file
BIN
public/img/profiles/achawla.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue