Short film under the project "i Am shea"

Short film under the project "i Am shea"


An opportunity to bid for a short film under the project "I Am shea". Closing date is 11pm Sunday 5th December
Kindly download this docuent and follow the insctructions.

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