feat: add portfolio projects, education, site settings, and gallery assets
This commit is contained in:
+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[] = [
|
||||
|
||||
Reference in New Issue
Block a user