feat(about): localize education, experience and certificates

This commit is contained in:
Poyraz Avsever
2026-03-11 12:01:23 +03:00
parent 86fd119cb1
commit 529893af38
4 changed files with 131 additions and 118 deletions
+8 -8
View File
@@ -1,18 +1,18 @@
export const EDUCATION = [
export const EDUCATION = [
{
id: "ostim-university",
title: "Software Engineering - 2nd Year Student",
institution: "OSTIM Technical University",
period: "2024 - Present",
title: "Yazılım Mühendisliği (2. Sınıf)",
institution: "OSTİM Teknik Üniversitesi",
period: "2024 - Günümüz",
description:
"Focused on software systems, product thinking, and interdisciplinary project development.",
"Yazılım temelleri, ürün bakış açısı ve disiplinler arası proje geliştirme alanlarında kendimi geliştirmeye devam ediyorum.",
},
{
id: "high-school",
title: "High School",
institution: "Tusba Science High School",
title: "Lise",
institution: "Tuşba Fen Lisesi",
period: "2020 - 2024",
description:
"Built strong fundamentals and explored web and mobile development through personal projects.",
"Temel mühendislik ve analitik düşünme yetkinliklerimi geliştirirken web ve mobil projeler üreterek pratik yaptım.",
},
] as const;