const aboutMe = {
name: 'Nitish Kumar',
title: 'Full Stack Developer',
contact: {
email: 'me@nitishkr.dev',
mobile:'+91-7992482123'}
}
this.addEventListener('mouseover', () => {
this.flipCard = true;});