1
2
3
4
5
6
7
8
9
const aboutMe = {
name : 'Mehdi EybakAbadi' ,
title : 'Web & Mobile Developer' ,
contact : {
email : 'mehdi.eybakgmail.com' ,
phone : '0919 618 3291' ,
website : 'mehdieybakabadi.ir'
}
}
1
2
3
4
5
6
7
8
9
this . addEventListener ( 'mouseover' , () => {
this . flipCard = true ;
});