Twórcy

1
2
3
4
5
6
7
8
9
const aboutMe = {
name : 'Małgorzata Kapusta',
title : 'Ekspert ds. Zgodności',
contact : {
email : 'malgorzata.kapusta@goveris.pl',
website : 'goveris.pl'
}
}
1
2
3
4
5
6
7
8
9
this.addEventListener( 'mouseover', () => {
this.flipCard = true;
});
1
2
3
4
5
6
7
8
9
const aboutMe = {
name : 'Daniel Juraszek',
title : 'Specjalista IT, System Engineer',
contact : {
email : 'daniel.juraszek@goveris.pl',
website : 'goveris.pl'
}
}
1
2
3
4
5
6
7
8
9
this.addEventListener( 'mouseover', () => {
this.flipCard = true;
});
1
2
3
4
5
6
7
8
9
const aboutMe = {
name : 'Dawid Kapusta',
title : 'Developer',
contact : {
email : 'dawid.kapusta@goveris.pl',
website : 'goveris.pl'
}
}
1
2
3
4
5
6
7
8
9
this.addEventListener( 'mouseover', () => {
this.flipCard = true;
});
1
2
3
4
5
6
7
8
9
const aboutMe = {
name : 'Arkadiusz Sarach',
title : 'Frontend Developer',
contact : {
email : 'arkadiusz.sarach@goveris.pl',
website : 'goveris.pl'
}
}
1
2
3
4
5
6
7
8
9
this.addEventListener( 'mouseover', () => {
this.flipCard = true;
});
1
2
3
4
5
6
7
8
9
const aboutMe = {
name : 'Andrzej Łęgowik',
title : 'QA',
contact : {
email : 'andrzej.legowik@goveris.pl',
website : 'goveris.pl'
}
}
1
2
3
4
5
6
7
8
9
this.addEventListener( 'mouseover', () => {
this.flipCard = true;
});