Improved Butter Processing Coops

Improved Butter Processing Coops


The Global Shea Alliance (GSA) is inviting its members and Sustainability Partners in Ghana with demonstrated capacity to operate in hard-to-reach communities and mobilize financially disadvantaged young women in rural areas to participate in shea kernel production.

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