const aboutMe = {
name: 'Ugur Kazdal',
title: 'DevOps Lead, Coder in Chief',
contact: {
linkedin: 'https://www.linkedin.com/in/ugur-kazdal/',
}
}
this.addEventListener('mouseover', () => {
this.flipCard = true;
});