ACCF_GSA_General Procurement Notice

ACCF_GSA_General Procurement Notice


The Global Shea Alliance has received a grant from the African Development Bank as part of the Africa Climate Change Fund in the amount of nine hundred and ninety-six thousand, seven hundred United States Dollars (US$996,700), equivalent to UA 732,867.65) to finance the “Towards Climate Resilient Shea Communities in Togo and Burkina Faso” project. 

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