Location
Glasgow, Scotland, United Kingdom
Posted
July 14, 2026
Job Description
Building a sustainable tomorrow
BAM Site Solutions are looking to recruit a Depot Operative based in Kilsyth. The Depot Operative is responsible for carrying out the maintenance, refurbishment, and fit-out of depot buildings and yard areas, ensuring all facilities are maintained to current standards and regulatory requirements. The role supports depot operations by providing a safe, efficient, and well-maintained working environment, enabling the team to deliver a high standard of service to customers.
{
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';
}
});
});