Communications Officer

Communications Officer


Established in 2011, The Global Shea Alliance (GSA) is a non profit industry association based in Accra, Ghana. We currently have 844 members from 36 countries including food and cosmetic brands, suppliers, women’s groups, and non profit organizations.

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