141 lines
4.2 KiB
JavaScript
141 lines
4.2 KiB
JavaScript
/**
|
|
* Repository-managed CV fallback data.
|
|
* Edit this file to maintain CV content without the backend CV plugin.
|
|
*/
|
|
|
|
export default {
|
|
lastUpdated: "2026-03-08T06:00:00.000Z",
|
|
experience: [
|
|
{
|
|
title: "Public Relations Specialist",
|
|
company: "District office",
|
|
location: "Germany",
|
|
startDate: "2024-01",
|
|
endDate: null,
|
|
type: "full-time",
|
|
experienceType: "work",
|
|
description:
|
|
"Public relations role focused on social issues and community communication.",
|
|
highlights: ["Public communication", "Social issues", "Community relations"],
|
|
},
|
|
{
|
|
title: "Social Worker",
|
|
company: "Youth and refugee support",
|
|
location: "Germany",
|
|
startDate: "2021-01",
|
|
endDate: "2024-01",
|
|
type: "full-time",
|
|
experienceType: "work",
|
|
description:
|
|
"Supported young people and refugees with integration into German society.",
|
|
highlights: ["Youth support", "Refugee integration", "Case coordination"],
|
|
},
|
|
{
|
|
title: "Founder and Communication Consultant",
|
|
company: "Independent communication agency",
|
|
location: "Germany",
|
|
startDate: "2014-01",
|
|
endDate: "2023-12",
|
|
type: "self-employed",
|
|
experienceType: "work",
|
|
description:
|
|
"Ran a communication agency delivering content, editorial services, and strategic communication consulting.",
|
|
highlights: [
|
|
"Content creation",
|
|
"Editorial services",
|
|
"Strategic communication",
|
|
"Client collaboration",
|
|
],
|
|
},
|
|
{
|
|
title: "Sales and Store Manager",
|
|
company: "Outdoor and mountaineering retail",
|
|
location: "Germany",
|
|
startDate: "",
|
|
endDate: "",
|
|
type: "full-time",
|
|
experienceType: "work",
|
|
description:
|
|
"Worked in sales for outdoor and mountaineering brands and managed a specialty retail store.",
|
|
highlights: ["Retail operations", "Sales", "Team coordination"],
|
|
},
|
|
{
|
|
title: "Unix Administrator",
|
|
company: "Early career role",
|
|
location: "",
|
|
startDate: "",
|
|
endDate: "",
|
|
type: "full-time",
|
|
experienceType: "work",
|
|
description: "Gained early professional experience in Unix administration.",
|
|
highlights: ["Unix administration"],
|
|
},
|
|
],
|
|
projects: [
|
|
{
|
|
name: "Cross-industry communication projects",
|
|
url: "",
|
|
description:
|
|
"Led communication projects across industries with tailored messaging and editorial production.",
|
|
technologies: [
|
|
"Editorial planning",
|
|
"Messaging frameworks",
|
|
"Stakeholder communication",
|
|
],
|
|
status: "completed",
|
|
projectType: "work",
|
|
startDate: "2014-01",
|
|
endDate: "2023-12",
|
|
},
|
|
{
|
|
name: "Community communication initiatives",
|
|
url: "",
|
|
description:
|
|
"Built public-facing communication for social topics in district-level administration.",
|
|
technologies: ["Public relations", "Community outreach", "Policy communication"],
|
|
status: "active",
|
|
projectType: "work",
|
|
startDate: "2024-01",
|
|
endDate: null,
|
|
},
|
|
],
|
|
skills: {
|
|
Communication: [
|
|
"Strategic communication",
|
|
"Public relations",
|
|
"Editorial services",
|
|
"Content creation",
|
|
],
|
|
"Social Impact": ["Youth support", "Refugee integration", "Community communication"],
|
|
Operations: ["Project leadership", "Client collaboration", "Adaptability"],
|
|
},
|
|
skillTypes: {
|
|
Communication: "work",
|
|
"Social Impact": "work",
|
|
Operations: "work",
|
|
},
|
|
languages: [
|
|
{ name: "German", level: "native" },
|
|
{ name: "English", level: "fluent" },
|
|
],
|
|
education: [
|
|
{
|
|
degree: "Degree in Sociology",
|
|
institution: "University of Constance",
|
|
location: "Constance, Germany",
|
|
startDate: "",
|
|
endDate: "",
|
|
educationType: "work",
|
|
description: "Academic background in sociology.",
|
|
},
|
|
],
|
|
interests: {
|
|
"Professional Focus": ["Social issues", "Community communication", "Media and messaging"],
|
|
Personal: ["Long-distance hiking", "Ultralight gear design", "Blogging", "Minimal techno"],
|
|
},
|
|
interestTypes: {
|
|
"Professional Focus": "work",
|
|
Personal: "personal",
|
|
},
|
|
};
|