const aboutMe = {
name: 'Hassan Aljeshi',
title: 'Solution Architect',
company: 'Amazon Web Services (AWS)',
contact: {
email: 'hassan@aljeshi.com',
website:'You are here already'}
}
this.addEventListener('mouseover', () => {
this.flipCard = true;});