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:
@@ -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;
|
||||
Reference in New Issue
Block a user