update
This commit is contained in:
+76
-2
@@ -270,9 +270,83 @@
|
||||
},
|
||||
"aboutPage": {
|
||||
"title": "About",
|
||||
"description": "A focused overview of my education, current role, and the kind of frontend work I deliver.",
|
||||
"description": "I'm a full-stack developer and graphic designer based in Berlin. I move from concept to code — visual identity, interface design, and the engineering that ships it.",
|
||||
"heroEyebrow": "About",
|
||||
"placeholder": "About page content will be added here soon."
|
||||
"story": {
|
||||
"eyebrow": "Who I am",
|
||||
"title": "I build products and design the way they look and feel.",
|
||||
"paragraphs": [
|
||||
"Most developers hand off design. Most designers hand off code. I do both — which means fewer gaps between how a product looks and how it actually works.",
|
||||
"My background spans brand and visual design as much as it spans TypeScript and backend systems, so I design with implementation in mind and build with visual judgment intact."
|
||||
]
|
||||
},
|
||||
"capabilities": {
|
||||
"eyebrow": "What I do",
|
||||
"title": "Development and design, handled by the same person.",
|
||||
"description": "Two disciplines, one point of contact — from visual identity to production code.",
|
||||
"items": [
|
||||
{
|
||||
"title": "Frontend Development",
|
||||
"description": "Next.js, React, and TypeScript interfaces built for speed, clarity, and long-term maintainability."
|
||||
},
|
||||
{
|
||||
"title": "Backend & Data",
|
||||
"description": "Node.js, PostgreSQL, and Prisma — reliable systems working behind the interface."
|
||||
},
|
||||
{
|
||||
"title": "Visual & Brand Design",
|
||||
"description": "Identity, UI design, and layout systems crafted in Figma and Illustrator."
|
||||
},
|
||||
{
|
||||
"title": "Automation & Tooling",
|
||||
"description": "Internal workflows and tools that remove manual, repetitive work."
|
||||
}
|
||||
]
|
||||
},
|
||||
"tools": {
|
||||
"eyebrow": "Tools",
|
||||
"title": "Daily stack",
|
||||
"items": ["Figma", "Adobe Illustrator", "Photoshop", "Next.js", "TypeScript", "Tailwind CSS", "Docker"]
|
||||
},
|
||||
"process": {
|
||||
"eyebrow": "How I work",
|
||||
"title": "A process that keeps design and engineering in sync.",
|
||||
"description": "Four steps, no handoff gap between how it looks and how it's built.",
|
||||
"steps": [
|
||||
{
|
||||
"title": "Discover",
|
||||
"description": "Understand the problem, audience, and constraints before opening any tool."
|
||||
},
|
||||
{
|
||||
"title": "Design",
|
||||
"description": "Visual direction and UX structure worked out together, not in sequence."
|
||||
},
|
||||
{
|
||||
"title": "Build",
|
||||
"description": "Implement with the same care the design had — clean, production-ready code."
|
||||
},
|
||||
{
|
||||
"title": "Refine",
|
||||
"description": "Polish detail, test the result, and ship with confidence."
|
||||
}
|
||||
]
|
||||
},
|
||||
"personalNote": {
|
||||
"eyebrow": "Off the clock",
|
||||
"text": "Based in Berlin. When I'm not designing or coding, I'm probably studying the difference between the two."
|
||||
},
|
||||
"contactCta": {
|
||||
"eyebrow": "Start the conversation",
|
||||
"title": "Have a project that needs both design and code?",
|
||||
"description": "Bring the brief, the rough sketch, or just the problem. I can shape the direction, design the system, and build it.",
|
||||
"contactCta": "Contact me",
|
||||
"githubCta": "GitHub",
|
||||
"emailLabel": "Email",
|
||||
"emailValue": "hello@moh-sass.dev",
|
||||
"availabilityLabel": "Availability",
|
||||
"availabilityValue": "Open for focused product work",
|
||||
"githubHref": "https://github.com/mohfarawati"
|
||||
}
|
||||
},
|
||||
"contactPage": {
|
||||
"title": "Contact",
|
||||
|
||||
Reference in New Issue
Block a user