1
import { Engineer } from '@/universe/humans';
2
import { Experience, Education, Skills } from './types';
4
export class AlexMorgan extends Engineer {
8
role: "Senior Product Designer",
9
email: "alex@example.com",
10
phone: "+1 (555) 123-4567",
11
location: "San Francisco, CA",
12
website: "alexmorgan.design",
17
* Product designer with 8+ years of experience building accessible, user-centric
18
* digital products for diverse industries. Passionate about design systems and
25
public getWorkExperience(): Experience[] {
28
company: "TechFlow Inc.",
29
position: "Senior Product Designer",
30
period: "2021 - Present",
31
description: "Leading design for the core enterprise platform, improving u...",
33
"Spearheaded the redesign of the main dashboard.",
34
"Mentored 3 junior designers.",
35
"Established a new comprehensive design system.",
39
company: "Creative Studio",
40
position: "Product Designer",
42
description: "Designed mobile-first experiences for fintech clients.",
44
"Increased conversion by 15%.",
50
public getSkills(): string[] {
52
"Figma", "React", "Design Systems", "Prototyping", "User Research"
56
public getEducation(): Education[] {