You think you would be in good hands with us? Then apply! Below you will find current job vacancies. If there is nothing for you, but you have other skills and think you could fit in with us? Send us a speculative application!
My Job Site
window.addEventListener('message', function(e) {
var iframe = document.querySelector('#personio-iframe');
var eventName = e.data[0];
var data = e.data[1];
switch(eventName) {
case 'setHeight':
iframe.style.height = data + 'px';
window.scrollTo({ top: 0, behavior: 'smooth' });
break;
}
}, false);