KeesGerbers.nl

Website under construction

1
2
3
4
5
6
7
8
9
const aboutMe = {
name:'Kees Gerbers',
title:'Teamleader, FS Webdeveloper, Photographer.',
contact: {
website:'keesgerbers.nl',
}
}
1
2
3
4
5
6
7
8
9
this.addEventListener('mouseover',() => {
this.flipCard=true;
});