Recruitment

Recruitment


The GSA is hiring field officers for a short term period (six months) to support with its project implementation in Northern Ghana. The objective of the assignment will be to coordinate training activities (quality, cooperative management and business development) for women collectors at the community level across the different shea growing areas. 

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'; })