const aboutMe = {
name: 'Norman Poulter',
title: 'Web Developer, CMS Expert',
contact: {
email: 'me@norman.fyi',
website:'norman.fyi'}
}
this.addEventListener('tapme', () => {
this.flipCard = true;});