We are hiring IT & Digital Systems Officer

We are hiring IT & Digital Systems Officer


As the GSA continues to grow its global impact, we are looking for a talented and passionate IT & Digital Systems Officer to join our Accra-based team. This is a genuinely exciting opportunity for someone who loves technology and believes in using it purposefully to make
things work better — for colleagues, for members and ultimately for the women and communities the GSA serves.

Download...


Copyright © Global Shea Alliance | All rights reserved

C const popup = document.querySelector('.popup'); const close = document.querySelector('.close'); window.onload = function(){ setTimeout(function(){ popup.style.display = "block"; }, 2000) } close.addEventListener('click',()=>{ popup.style.display = 'none'; })