Shea Business Empowerment Program

Shea Business Empowerment Program


As part of the Mastercard Foundation Young Africa Works #Ghana Initiative, GSA invites members and sustainability partners in Ghana interested in the Shea Business Empowerment Program (SBEP).  SBEP will strengthen cooperatives and SMEs in the shea value chain in northern Ghana by providing access to capital, critical skills development and market linkages. Download, complete and submit the application form to e.zuta@globalshea.com

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