Technical trainer needed for a short-term service contract

Technical trainer needed for a short-term service contract


The GSA is seeking for technical trainer for a short-term service contract to support SMEs improve their trading and commerce processes, such as promotion, increased reach, and revenue. For more information on the position, click to download the document below.

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