NeuralPixel Next Level Solution

1
2
3
4
5
6
7
8
9
this.addEventListener('mouseover', () => {
this.flipCard = true;
});
1
2
3
4
5
6
7
8
9
const aboutMe = {
name: 'Mustafa Bahadori',
title: 'Sr. Software Developer ',
contact: {
email: 'mustafa.bahadori404@gmail.com',
website: 'github.com/0xclear'
}
}