feat(about): localize education, experience and certificates
This commit is contained in:
+8
-8
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user