const aboutMe = function() {

  return {

    name: 'sebastian rehfeld',

    position: 'fullstack-developer',

    website: 'https://srehfeld.dev',

    email: 'hi@srehfeld.dev'

  }

}