init project files
This commit is contained in:
30
content/personal.ts
Normal file
30
content/personal.ts
Normal file
@@ -0,0 +1,30 @@
|
||||
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.",
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user