Shea Business Empowerment Program

Shea Business Empowerment Program


The application process for the Shea Business Empowerment Program (SBEP) Year 2 is now open. The GSA invites members and sustainability partners in Ghana interested in participating in the SBEP to submit their expressions of interest by Monday, 12 December, 2022. To learn more about this project and to apply, 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'; })