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