Call for Application for Technical Service Training

Call for Application for Technical Service Training


The GSA is hiring a Technical Trainer for the Shea Business Empowerment Program (SBEP) in Ghana to strengthen SMEs' product design capabilities and enlighten them on the benefits of certification. For more information on the position, click to download the document below.

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