소개

const aboutMe = {
  info: {
    name: 'Hyungjin Kim',
    jobs: ['developer', 'designer'],
    email: 'hjux@kakao.com',
  },
  skills: {
    frontend: [
      'JavaScript', 
      'TypeScript', 
      'ThreeJs',
      'GSAP',
      'React',
      'NextJs',
      'R3F',
      'Vue',
      'SCSS',
      'HTML',
      'CSS'
      ],
    design: [
      'Figma',
      'Blender',
      'Adobe Photoshop',
      'Adobe Illustrator'
    ]
  },
  interests: [
    'Web Animation',
    'Web Performance',
    'SEO',
    '3D',
    'UI/UX'
  ]
};