1
2
3
4
5
6
7
8
9
const aboutMe = {
name: 'Kirill Seifert',
title: 'Software & App Tester',
contact: {
LinkedIn: '/in/kirill-seifert',
Xing:'/profile/Kirill_Seifert/cv'
}
}
1
2
3
4
5
6
7
8
9
this.addEventListener('mouseover', () => {
this.flipCard = true;
});