Empowering Women, Transforming Shea: Two Years of Impact in Ghana and Côte d’Ivoire

Empowering Women, Transforming Shea: Two Years of Impact in Ghana and Côte d’Ivoire


The Global Shea Alliance (GSA), in partnership with Invest for Jobs, an initiative of the German Co-operation and implemented by the Deutsche Gesellschaft für Internationale Zusammenarbeit (GIZ) GmbH, is nearing the conclusion of a transformative 2 year journey through the Shea Investment and Jobs Creation Program. More than a production initiative, SHIP represented a comprehensive effort to strengthen, build skills, create jobs and connect producers to markets.

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