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
+26
View File
@@ -0,0 +1,26 @@
export const EXPERIENCE = [
{
id: "omedya-part-time",
role: "Fullstack Developer Part-time",
company: "Omedya Bilişim A.Ş",
period: "August 2025 - Present",
},
{
id: "omedya-intern",
role: "Fullstack Developer Intern",
company: "Omedya Bilişim A.Ş",
period: "June 2025 - August 2025",
},
{
id: "arc-intern",
role: "Fullstack Developer Intern",
company: "ARC Foreign Trade",
period: "February 2025 - June 2025",
},
{
id: "tarvina-intern",
role: "Fullstack Developer Intern",
company: "Tarvina Software Technologies",
period: "October 2024 - December 2024",
},
] as const;