const aboutMe = function () {

  return {

    name: 'Dat Nguyen',

    position: 'fullstack-developer',

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

    linkedin: 'linkedin/tandat2209/'

  }

}