diff --git a/data/education.ts b/data/education.ts index 4a620eb..02f6b3b 100644 --- a/data/education.ts +++ b/data/education.ts @@ -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: diff --git a/data/gallery.ts b/data/gallery.ts index e66a052..f57a72e 100644 --- a/data/gallery.ts +++ b/data/gallery.ts @@ -13,4 +13,6 @@ export const GALLERY_IMAGES: string[] = [ "/gallery/11.jpeg", "/gallery/12.jpeg", "/gallery/13.jpeg", + "/gallery/14.png", + "/gallery/15.png", ]; diff --git a/data/projects.ts b/data/projects.ts index 1508e12..66fe297 100644 --- a/data/projects.ts +++ b/data/projects.ts @@ -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[] = [ diff --git a/data/site-settings.ts b/data/site-settings.ts index 38a70a1..81e39df 100644 --- a/data/site-settings.ts +++ b/data/site-settings.ts @@ -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", }, ]; diff --git a/public/gallery/14.png b/public/gallery/14.png new file mode 100644 index 0000000..7ef6a10 Binary files /dev/null and b/public/gallery/14.png differ diff --git a/public/gallery/15.png b/public/gallery/15.png new file mode 100644 index 0000000..a26a444 Binary files /dev/null and b/public/gallery/15.png differ diff --git a/public/gallery/ohhike.png b/public/gallery/ohhike.png deleted file mode 100644 index 667edbd..0000000 Binary files a/public/gallery/ohhike.png and /dev/null differ diff --git a/public/projects/neta.png b/public/projects/neta.png new file mode 100644 index 0000000..fe1f80b Binary files /dev/null and b/public/projects/neta.png differ