Location
London, London, United Kingdom
Posted
June 30, 2026
Job Description
Building a sustainable tomorrow
The Ferrovial - BAM Rail Systems Joint Venture (FBRS JV) has a proven track record of delivering critical UK infrastructure on time and within budget through strong collaborative partnerships.
Β
We are now seeking an experienced and highly motivated BIM Technician to join the HS2 Track Infrastructure Project based out of our project office in London, near Euston.
Your team
- You will be required to be in the office 4 days at minimumΒ
{
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';
}
});
});