Location
Argyll and Bute Council, Scotland, United Kingdom
Posted
June 28, 2026
Job Description
Building a sustainable tomorrow
BAM UK & Ireland is seeking an experienced and motivated Sub Agent to work on a substation development in Crossaig, Scotland. This is an exciting opportunity to be part of delivering a major civil engineering project that will provide essential infrastructure to support future renewable energy developments across Scotland.
Your team
- The successful candidate will be based on site full-time with occasional visits to head offices in Kilsyth and/or Inverness when required.
BAM operates a flexible working policy
{
navMenu.classList.toggle('active');
const icon = mobileMenuBtn.querySelector('.fa-icon');
if (navMenu.classList.contains('active')) {
icon.className = 'fa-icon fa-times';
} else {
icon.className = 'fa-icon fa-bars';
}
});
}
// Close mobile menu when clicking on a link
const navLinks = document.querySelectorAll('.nav-menu a');
navLinks.forEach(link => {
link.addEventListener('click', () => {
navMenu.classList.remove('active');
if (mobileMenuBtn) {
mobileMenuBtn.querySelector('.fa-icon').className = 'fa-icon fa-bars';
}
});
});