Call for Applications for SME Business Coaches

Call for Applications for SME Business Coaches


Established in 2011, the Global Shea Alliance (GSA) is a non-profit industry association based in Accra, Ghana. It has over 849 members from 36 countries including brands and retailers, suppliers, national associations, women’s groups, and affiliates. Through public-private partnerships, the GSA promotes industry sustainability, quality practices and standards, and demand for shea in food and cosmetics.

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