1
2
3
4
5
6
7
8
9
const aboutMe = {
name: 'Ugur Kazdal',
title: 'DevOps Lead, Coder in Chief',
contact: {
linkedin: 'https://www.linkedin.com/in/ugur-kazdal/',
}
}
1
2
3
4
5
6
7
8
9
this.addEventListener('mouseover', () => {
this.flipCard = true;
});