Receptionist (12-month fixed term contract)
BAM Nuttall
Fixed Term Contract
Information and Record Clerks
Location
United Kingdom, Scotland, United Kingdom
Posted
July 12, 2026
Job Description
Building a sustainable tomorrow
BAM UK & Ireland's Infrastructure segment are looking to recruit a friendly and polite Receptionist for our Finstown office. You will ensure efficient day to day running of the office along with supporting managers and employees through a variety of tasks ensuring that all duties are completed accurately and delivered with high quality and in a timely manner.
Your team
- Location: Finstown, Orkney, Scotland
- Contract: 12-month fixed term, 42.5 hours a week or Part Time option also
{
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';
}
});
});