Request for Expression of Interest

Request for Expression of Interest


REQUEST FOR EXPRESSIONS OF INTEREST (CONSULTING SERVICES)

COUNTRY: Togo and Burkina Faso

Name of Project: Towards Climate Resilient Shea Communities in Togo and Burkina Faso

Sector: Social

Financing Agreement reference: G-Z1-A00-SUP-001

Project ID No.: G-Z1-A00-SUP-001

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