Portfolio Update: Recrobot hinzugefügt, Blog-Beitrag entfernt, UI verbessert

- Neues Portfolio-Projekt: Recrobot (KI-gestütztes Recruiting Tool)
- Portfolio-Projekt: Website mit KI hinzugefügt
- Blog-Beitrag "Automatisierte Ad Creatives" entfernt
- Gradient-Overlay von Portfolio-Karten entfernt
- Projekt-Ordner für Cover-Bilder erstellt
- Übersetzungen für alle drei Sprachen (DE, EN, SR)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-13 21:11:57 +01:00
co-authored by Claude Opus 4.5
parent 88a76e5fa9
commit 52937b94c1
50 changed files with 1949 additions and 374 deletions
+28
View File
@@ -0,0 +1,28 @@
// src/utils/constants.ts
// Zentrale Konstanten für die gesamte Website
export const CONTACT = {
email: "info@damjan-savic.com",
phone: "+49 175 695 0979",
website: "https://damjan-savic.com",
linkedin: "https://www.linkedin.com/in/damjan-savi%C4%87-720288127/",
github: "https://github.com/damjan1996",
location: {
city: "Bergisch Gladbach",
country: "Germany",
region: "Nordrhein-Westfalen"
}
} as const;
export const CURRENT_ROLE = {
company: "Everlast Consulting GmbH",
position: "Process Automation Specialist",
since: "2024-12"
} as const;
export const PROFILE = {
name: "Damjan Savić",
title: "AI & Automation Specialist",
subtitle: "Building AI agents and automation solutions",
languages: ["German", "English", "Serbian", "French", "Spanish", "Russian"]
} as const;