Technical trainers

Technical trainers


The GSA is hiring technical trainers on a short term contract for 14 weeks to support with its project implementation in Ghana. The objective of the assignment will be to conduct intensive training activities in shea kernel quality processing, cooperative management and business development for women shea collectors located in Northern, Savannah and Upper West regions.  

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