Files
portfolio-v2/content/personal.ts
2026-03-16 21:25:53 +01:00

31 lines
1.2 KiB
TypeScript

export const personal = {
name: "Ole Schumacher",
role: "Full Stack Developer",
roles: ["Full Stack Developer", "Web & Backend", "App Developer"],
tagline: "Web, Backend & App — clean code and thoughtful solutions.",
bio: "I'm Ole, 19, from Cologne. Full-stack developer focused on Web, Backend and App — 8+ years of experience and still a student, learning by building.",
availability: true,
availabilityText: "Available for projects",
email: "contact@oleeeedev.de",
location: "Cologne, Germany",
social: {
github: "https://github.com/jakubbbdev",
},
stats: [
{ value: "8+", label: "Years Experience" },
{ value: "20+", label: "Projects Built" },
{ value: "19", label: "Years Old" },
],
aboutMe: {
paragraphs: [
"I build full stack — Web, Backend and App — with 8+ years of experience at 19 and still in school. Based in Cologne, I turn ideas into solid code.",
"I focus on clear architecture, maintainable code and user-centred applications. I work on my own projects, for clients and keep learning along the way.",
],
currently: ["Full Stack: Web, Backend & App", "Student", "Building from Cologne"],
funFact: "8+ years of coding at 19 — learning by doing.",
},
};