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