From 61eae3e2db1f28d3083c3bc437198a6875e47307 Mon Sep 17 00:00:00 2001 From: Poyraz Avsever Date: Tue, 10 Mar 2026 11:18:17 +0300 Subject: [PATCH] feat: update education details for OSTIM Technical University and high school --- data/education.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/education.ts b/data/education.ts index 3fecb30..8088888 100644 --- a/data/education.ts +++ b/data/education.ts @@ -1,7 +1,7 @@ export const EDUCATION = [ { id: "ostim-university", - title: "Management Information Systems", + title: "Software Engineering - 2nd Year Student", institution: "OSTIM Technical University", period: "2024 - Present", description: @@ -10,7 +10,7 @@ export const EDUCATION = [ { id: "high-school", title: "High School", - institution: "Istanbul Atakent Anadolu Lisesi", + institution: "Tusba Science High School", period: "2020 - 2024", description: "Built strong fundamentals and explored web and mobile development through personal projects.",