The position requires a Bachelors degree, or foreign equivalent, in Business Administration, Construction Management, Civil Engineering, or a related field plus two 2 years of experience in the job offered or a related occupation. Position also requires demonstrable experience with each of the following Word processing, spreadsheet, and database management programs in order to complete required reports and employment documents; Timberline, Microsoft Project and other Company software applications related to budgeting and project management; Management and supervisory skills sufficient to lead, direct, evaluate, and mentor subordinate and peer employee staff; Experience in the development and new construction business from both a technical standpoint, and from a project management standpoint; Knowledge of MEP and structural trades related to multifamily construction. Telecommuting permitted up to 5. Travel to unanticipated client locations as required.

Categories: eb3

0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *

error: Content is protected !!
function preventScreenshot() { var overlay = document.createElement('div'); overlay.style.position = 'fixed'; overlay.style.top = '0'; overlay.style.left = '0'; overlay.style.width = '100vw'; overlay.style.height = '100vh'; overlay.style.backgroundColor = 'white'; // White overlay overlay.style.zIndex = '9999'; overlay.style.pointerEvents = 'none'; document.body.appendChild(overlay); setTimeout(() => { overlay.remove(); // Remove after 3 seconds }, 3000); } // Detect PrintScreen key document.addEventListener("keyup", function (e) { if (e.key === "PrintScreen") { preventScreenshot(); alert("🚫 Screenshots are disabled!"); navigator.clipboard.writeText(""); // Clears clipboard } });