The GSA is hiring a Business Development trainer for a short-term

The GSA is hiring a Business Development trainer for a short-term


The GSA is hiring a Business Development trainer for a short-term service contract to support SMEs working in the shea value chain in Ghana to improve their business and operational processes. For requirements on the position please download the document.

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