feat: add AboutPage and AboutContent component; integrate AnnouncementBar in layout
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user