Files
poyraz-portfolio/data/education.ts
T

19 lines
570 B
TypeScript

export const EDUCATION = [
{
id: "ostim-university",
title: "Management Information Systems",
institution: "OSTIM Technical University",
period: "2024 - Present",
description:
"Focused on software systems, product thinking, and interdisciplinary project development.",
},
{
id: "high-school",
title: "High School",
institution: "Istanbul Atakent Anadolu Lisesi",
period: "2020 - 2024",
description:
"Built strong fundamentals and explored web and mobile development through personal projects.",
},
] as const;