Location
Galway, Galway, Ireland
Posted
June 09, 2026
Job Description
Building a sustainable tomorrow
Working at BAM means delivering projects that make a difference. From the major infrastructure that keeps society moving, to the social housing, schools, and community spaces that shape daily life. We donβt just talk about social value. We embed it into every build.
Β
Take a look at the below spec for a Site Engineer in Galway and click apply if you are interested.Β
{
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';
}
});
});