const aboutMe = {
name: 'Quentin Schilling',
title: 'IT Adminstator',
contact: {
email: 'quentin.schilling@gmx.de',
website:'kyudev.xyz'}
}
this.addEventListener('mouseover', () => {
this.flipCard = true;});