Cooperative Development Trainer Assistant

Cooperative Development Trainer Assistant


Established in 2011, the Global Shea Alliance (GSA) is a non-profit industry association based in Accra, Ghana and has over 840 members from 38 countries including food and cosmetic brands, suppliers, women’s groups, and non-profit organizations. 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'; })