{
      name: 'Austin Killough',
      location: 'Orange County, CA',
      resume_download: '📄',
      experience:
        {
          company: 'HiringSolved',
          position: 'Software Engineer',
          specialties: [
          'Typescript',
          'Python',
          'React',
          'Google Cloud Suite',
          ]
        },
      education:
        [
          {
            school: 'Hack Reactor',
            degree: 'Software Engineering Immersive'
          },
          {
          school: 'California State University of Fullerton',
          degree: 'Psychology'
          }
        ],
      projects: [
        'github'
      ],
      contact: [
        'email',
        'linkedin'
      ]
    }