1
2
3
4
5
6
7
8
9
const aboutMe = {
name: 'Ɓukasz K.',
title: 'IT infrascructure specialist',
contact: {
website: 'lkozik.tech'
weather/air quality: nieciecza.aqi.eco
}
}
1
2
3
4
5
6
7
8
9
this.addEventListener('mouseover', () => {
this.flipCard = true;
});