feat: add portfolio projects, education, site settings, and gallery assets
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
export const EDUCATION = [
|
||||
{
|
||||
id: "ostim-university",
|
||||
title: "Yazılım Mühendisliği (2. Sınıf)",
|
||||
title: "Yazılım Mühendisliği (3. Sınıf)",
|
||||
institution: "OSTİM Teknik Üniversitesi",
|
||||
period: "2024 - Günümüz",
|
||||
description:
|
||||
|
||||
@@ -13,4 +13,6 @@ export const GALLERY_IMAGES: string[] = [
|
||||
"/gallery/11.jpeg",
|
||||
"/gallery/12.jpeg",
|
||||
"/gallery/13.jpeg",
|
||||
"/gallery/14.png",
|
||||
"/gallery/15.png",
|
||||
];
|
||||
|
||||
+19
-6
@@ -26,7 +26,8 @@ export const WEB_APPS: ProjectItem[] = [
|
||||
badge: "Freelance",
|
||||
image: "/projects/arc.png",
|
||||
href: "https://arcforeigntrade.com",
|
||||
description: "Ankara merkezli ihracat odaklı bir üretici firma için kurumsal web sitesi yenileme projesi."
|
||||
description:
|
||||
"Ankara merkezli ihracat odaklı bir üretici firma için kurumsal web sitesi yenileme projesi.",
|
||||
},
|
||||
{
|
||||
id: "ataturk-chronology",
|
||||
@@ -34,7 +35,8 @@ export const WEB_APPS: ProjectItem[] = [
|
||||
badge: "Open Source",
|
||||
image: "/projects/ataturk.png",
|
||||
href: "https://ataturk-kronolojisi.org",
|
||||
description: "Atatürk’ün hayatındaki önemli olayları, konuşmaları ve reformları etkileşimli bir zaman çizelgesiyle sunan web deneyimi."
|
||||
description:
|
||||
"Atatürk’ün hayatındaki önemli olayları, konuşmaları ve reformları etkileşimli bir zaman çizelgesiyle sunan web deneyimi.",
|
||||
},
|
||||
{
|
||||
id: "mockup-factory",
|
||||
@@ -42,16 +44,27 @@ export const WEB_APPS: ProjectItem[] = [
|
||||
badge: "Open Source",
|
||||
image: "/projects/mockup.png",
|
||||
href: "https://mockup-factory-mu.vercel.app/",
|
||||
description: "Görsellerin cihaz mockup’larına saniyeler içinde dönüştürüldüğü, tamamen tarayıcı üzerinde çalışan açık kaynak araç."
|
||||
description:
|
||||
"Görsellerin cihaz mockup’larına saniyeler içinde dönüştürüldüğü, tamamen tarayıcı üzerinde çalışan açık kaynak araç.",
|
||||
},
|
||||
{
|
||||
id: "ohhike",
|
||||
title: "Ohhike Coach",
|
||||
badge: "Next.js",
|
||||
badge: "Open Source",
|
||||
image: "/projects/ohhike.png",
|
||||
href: "https://www.ohhike.com",
|
||||
description: "An open-source, AI-powered coaching intelligence platform for sports teams. OhHike CoachOS turns athlete check-ins, training notes, smartwatch data, and session history into actionable team memory."
|
||||
}
|
||||
description:
|
||||
"An open-source, AI-powered coaching intelligence platform for sports teams. OhHike CoachOS turns athlete check-ins, training notes, smartwatch data, and session history into actionable team memory.",
|
||||
},
|
||||
{
|
||||
id: "neta",
|
||||
title: "Take Neta",
|
||||
badge: "Open Source",
|
||||
image: "/projects/neta.png",
|
||||
href: "https://www.takeneta.com",
|
||||
description:
|
||||
"Your digital second brain. An all-in-one personal operating system for mindful productivity and life-tracking. Local-first, AI-integrated, and open-source.",
|
||||
},
|
||||
];
|
||||
|
||||
export const EXTENSIONS: ProjectItem[] = [
|
||||
|
||||
@@ -10,8 +10,8 @@ export const ENABLE_NEKO_FOLLOWER = true;
|
||||
export const ANNOUNCEMENT_ITEMS: AnnouncementItem[] = [
|
||||
{
|
||||
id: "main-announcement",
|
||||
text: "Yeni videom yayında.",
|
||||
actionLabel: "İzle ->",
|
||||
actionHref: "https://youtu.be/7gduFQUT_20?si=5kesdltKlaoD9paS",
|
||||
text: 'Yeni Projem "Neta" Yayında!',
|
||||
actionLabel: "İncele ->",
|
||||
actionHref: "https://www.takeneta.com",
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user