1
2
3
4
5
6
7
8
9
const aboutMe = {
name: 'Norman Poulter',
title: 'Web Developer, CMS Expert',
contact: {
email: 'me@norman.fyi',
website:'norman.fyi'
}
}
1
2
3
4
5
6
7
8
9
this.addEventListener('tapme', () => {
this.flipCard = true;
});