Opportunity Description
Building a sustainable tomorrow
BAM is seeking an experienced and motivated Project Director to join our ASTI Onshore team in Scotland. In this role, you’ll play a pivotal part in both the pre-construction and construction phases of major civil engineering projects, delivering critical infrastructure that supports future renewable developments across Scotland.
Your team
- This role will be based on project sites in the North East of Scotland, with regular travel to our Kilsyth office.
{
navLinks.classList.toggle('active');
const icon = mobileMenuToggle.querySelector('i');
icon.classList.toggle('fa-bars');
icon.classList.toggle('fa-times');
});
// Navbar Scroll Effect
const navbar = document.getElementById('navbar');
window.addEventListener('scroll', () => {
if (window.scrollY > 50) {
navbar.classList.add('scrolled');
} else {
navbar.classList.remove('scrolled');
}
});
// Close mobile menu on link click
document.querySelectorAll('.org-nav-links a').forEach(link => {
link.addEventListener('click', () => {
navLinks.classList.remove('active');
const icon = mobileMenuToggle.querySelector('i');
icon.classList.add('fa-bars');
icon.classList.remove('fa-times');
});
});