feat: add AboutPage and AboutContent component; integrate AnnouncementBar in layout

This commit is contained in:
Poyraz Avsever
2026-03-10 11:16:31 +03:00
parent f84d345612
commit 0b6a885014
20 changed files with 295 additions and 22 deletions
+18
View File
@@ -0,0 +1,18 @@
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;