diff --git a/public/people/irfan-sener.jpg b/public/people/irfan-sener.jpg new file mode 100644 index 0000000..24f19ff Binary files /dev/null and b/public/people/irfan-sener.jpg differ diff --git a/src/app/batch-1/dots.ts b/src/app/batch-1/dots.ts index c2f3119..07cd7a9 100644 --- a/src/app/batch-1/dots.ts +++ b/src/app/batch-1/dots.ts @@ -73,5 +73,9 @@ export const dots: Array<{ { start: { lat: 34.0522, lng: -118.2437 }, end: { lat: 16.0544, lng: 108.2022 } + }, + { + start: { lat: 31.8969, lng: 33.7133 }, + end: { lat: 16.0544, lng: 108.2022 } } ] diff --git a/src/app/batch-1/residents.tsx b/src/app/batch-1/residents.tsx index 4f5d9fc..d1ea403 100644 --- a/src/app/batch-1/residents.tsx +++ b/src/app/batch-1/residents.tsx @@ -11,6 +11,7 @@ import DavidIshag from '@/public/people/david-ishg.jpg' import Elitza from '@/public/people/elitza.jpg' import Eugene from '@/public/people/eugene.jpg' import FlorinPop from '@/public/people/florin-pop.jpg' +import IrfanSener from '@/public/people/irfan-sener.jpg' import JonathanParra from '@/public/people/jonathan-parra.jpg' import Praneeth from '@/public/people/praneeth.jpg' import Sai from '@/public/people/sai.jpg' @@ -335,5 +336,23 @@ export const residents: Person[] = [ ), location: 'USA' + }, + { + name: 'Irfan Sener', + image: IrfanSener, + url: 'https://x.com/irfansenercom', + twitter: 'https://x.com/irfansenercom', + linkedin: 'https://www.linkedin.com/in/irfansener/', + description: ( + <> + Indie mobile dev with 8+ years shipping iOS & Android apps. 10M+ + downloads. Currently building{' '} + + MakeViral.ai + {' '} + and a portfolio of mobile apps. + + ), + location: 'Turkey' } ]