1
2
3
4
5
6
7
8
9
const aboutMe = {
name: 'Bruno Maia',
title: 'Software Engineer',
contact: {
email: 'brunopmaia@gmail.com',
linkedIn:'linkedin.com/in/brunopmaia'
}
}
1
2
3
4
5
6
7
8
9
this.addEventListener('mouseover', () => {
this.flipCard = true;
});