Documentary Filmmaker

Documentary Filmmaker


The Global Shea Alliance (GSA) is seeking proposals from experienced filmmakers to create a compelling documentary for the Shea Business Empowerment Programme (SBEP). The documentary will focus on the impact on the lives of the women shea collectors from SBEP in Northern Ghana, highlighting co-operatives' experiences and the program's transformative power.

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