Spaces:
Running
Running
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Verified Notary & Field Inspector Jobs Directory 2025 | Nested Objects</title> | |
<meta name="description" content="Get hired 10X faster! Access 200+ verified hiring firms for notary, field inspector, and realtor jobs with real pay data and one-click applications."> | |
<meta name="keywords" content="notary jobs, field inspector jobs, realtor jobs, inspection jobs, verified jobs, hiring firms, job directory"> | |
<meta name="author" content="Nested Objects"> | |
<meta name="robots" content="index, follow"> | |
<link rel="canonical" href="https://www.nestedobjects.com/"> | |
<meta property="og:title" content="Verified Notary & Field Inspector Jobs Directory | Nested Objects"> | |
<meta property="og:description" content="Get hired 10X faster with verified notary and field inspector job opportunities."> | |
<meta property="og:type" content="website"> | |
<meta property="og:url" content="https://www.nestedobjects.com/"> | |
<meta property="og:image" content="https://static.wixstatic.com/media/f9bafe_3c2f9aa04a9d48e184738bfb24f47e62~mv2.png/v1/fill/w_146,h_97,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/Studio-Project%20(1)_edited.png"> | |
<meta name="twitter:card" content="summary_large_image"> | |
<meta name="twitter:title" content="Verified Notary & Field Inspector Jobs Directory | Nested Objects"> | |
<meta name="twitter:description" content="Get hired 10X faster with verified notary and field inspector job opportunities."> | |
<script src="https://cdn.tailwindcss.com"></script> | |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> | |
<script> | |
tailwind.config = { | |
theme: { | |
extend: { | |
colors: { | |
primary: '#2563eb', | |
secondary: '#0ea5e9', | |
accent: '#f59e0b', | |
dark: '#1e293b', | |
light: '#f8fafc' | |
} | |
} | |
} | |
} | |
</script> | |
<style> | |
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap'); | |
body { | |
font-family: 'Inter', sans-serif; | |
scroll-behavior: smooth; | |
} | |
.hero-gradient { | |
background: linear-gradient(135deg, #2563eb 0%, #0ea5e9 100%); | |
} | |
.stats-gradient { | |
background: linear-gradient(90deg, #f59e0b 0%, #f97316 100%); | |
} | |
.feature-card:hover { | |
transform: translateY(-5px); | |
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); | |
} | |
.mobile-menu { | |
transition: all 0.3s ease; | |
} | |
.input-focus:focus { | |
box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.3); | |
} | |
.pricing-card { | |
transition: all 0.3s ease; | |
} | |
.pricing-card:hover { | |
transform: scale(1.03); | |
} | |
</style> | |
</head> | |
<body class="bg-gray-50 text-gray-800"> | |
<!-- Header/Navigation --> | |
<header class="sticky top-0 z-50 bg-white shadow-md"> | |
<div class="container mx-auto px-4 py-3"> | |
<div class="flex justify-between items-center"> | |
<a href="#" class="flex items-center space-x-2"> | |
<img src="https://static.wixstatic.com/media/f9bafe_3c2f9aa04a9d48e184738bfb24f47e62~mv2.png/v1/fill/w_146,h_97,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/Studio-Project%20(1)_edited.png" alt="Nested Objects - Verified Notary and Field Inspector Jobs Directory" class="h-12 w-auto"> | |
<span class="text-xl font-bold text-primary">Nested Objects</span> | |
</a> | |
<!-- Desktop Navigation --> | |
<nav class="hidden md:flex space-x-8"> | |
<a href="#" class="text-dark hover:text-primary font-medium transition-colors">Home</a> | |
<a href="#" class="text-dark hover:text-primary font-medium transition-colors">Directory Preview</a> | |
<a href="#" class="text-dark hover:text-primary font-medium transition-colors">Resources</a> | |
<a href="#" class="text-dark hover:text-primary font-medium transition-colors">Industry News</a> | |
<a href="#" class="text-dark hover:text-primary font-medium transition-colors">Directory</a> | |
</nav> | |
<div class="flex items-center space-x-4"> | |
<button class="hidden md:block bg-primary hover:bg-blue-700 text-white px-4 py-2 rounded-lg font-medium transition-colors"> | |
Log In / Sign Up | |
</button> | |
<button id="mobile-menu-button" class="md:hidden text-gray-600"> | |
<i class="fas fa-bars text-2xl"></i> | |
</button> | |
</div> | |
</div> | |
</div> | |
<!-- Mobile Menu --> | |
<div id="mobile-menu" class="mobile-menu hidden md:hidden bg-white border-t"> | |
<div class="container mx-auto px-4 py-4"> | |
<div class="flex flex-col space-y-4"> | |
<a href="#" class="text-dark hover:text-primary font-medium py-2">Home</a> | |
<a href="#" class="text-dark hover:text-primary font-medium py-2">Directory Preview</a> | |
<a href="#" class="text-dark hover:text-primary font-medium py-2">Resources</a> | |
<a href="#" class="text-dark hover:text-primary font-medium py-2">Industry News</a> | |
<a href="#" class="text-dark hover:text-primary font-medium py-2">Directory</a> | |
<button class="bg-primary hover:bg-blue-700 text-white px-4 py-2 rounded-lg font-medium transition-colors mt-4"> | |
Log In / Sign Up | |
</button> | |
</div> | |
</div> | |
</div> | |
</header> | |
<!-- Hero Section --> | |
<section class="hero-gradient text-white py-16 md:py-24"> | |
<h1 class="sr-only">Verified Notary and Field Inspector Jobs Directory</h1> | |
<div class="container mx-auto px-4"> | |
<div class="flex flex-col md:flex-row items-center"> | |
<div class="md:w-1/2 mb-10 md:mb-0"> | |
<div class="stats-gradient inline-block px-4 py-1 rounded-full text-sm font-semibold mb-4"> | |
INSPECTOR OPPORTUNITY ALERT | |
</div> | |
<h2 class="text-4xl md:text-5xl font-bold mb-6">Get Hired as an Inspector, Notary, or Realtor – 10X Faster!</h2> | |
<p class="text-xl mb-8">Join the only platform with verified hiring firms, real pay data, and one-click applications.</p> | |
<div class="bg-white bg-opacity-10 backdrop-blur-sm rounded-xl p-6 mb-8"> | |
<p class="text-lg font-semibold mb-2"><i class="fas fa-quote-left mr-2 text-accent"></i>"15,000 Inspector Positions Opening Annually"</p> | |
<p class="text-sm opacity-90">— U.S. Bureau of Labor Statistics</p> | |
</div> | |
<ul class="space-y-2 mb-8"> | |
<li class="flex items-center"><i class="fas fa-check-circle text-accent mr-2"></i> Access 200+ Hiring Firms Actively Seeking Inspectors</li> | |
<li class="flex items-center"><i class="fas fa-check-circle text-accent mr-2"></i> Direct contact information</li> | |
<li class="flex items-center"><i class="fas fa-check-circle text-accent mr-2"></i> New opportunities added daily</li> | |
<li class="flex items-center"><i class="fas fa-check-circle text-accent mr-2"></i> Companies hiring NOW</li> | |
</ul> | |
</div> | |
<div class="md:w-1/2 md:pl-10"> | |
<div class="bg-white rounded-2xl shadow-2xl p-6 md:p-8 text-dark"> | |
<h3 class="text-2xl font-bold mb-6 text-center">Get 3 Verified Firms + Resume Template</h3> | |
<form class="space-y-4"> | |
<div> | |
<label for="name" class="block text-sm font-medium mb-1">Your Name</label> | |
<input type="text" id="name" class="w-full px-4 py-3 border border-gray-300 rounded-lg input-focus focus:outline-none focus:ring-2 focus:ring-primary" placeholder="Type your name"> | |
</div> | |
<div> | |
<label for="email" class="block text-sm font-medium mb-1">Your Email</label> | |
<input type="email" id="email" class="w-full px-4 py-3 border border-gray-300 rounded-lg input-focus focus:outline-none focus:ring-2 focus:ring-primary" placeholder="Type your email"> | |
</div> | |
<button type="submit" class="w-full bg-primary hover:bg-blue-700 text-white font-semibold py-3 px-4 rounded-lg transition-colors"> | |
Get Instant Access <i class="fas fa-arrow-right ml-2"></i> | |
</button> | |
</form> | |
<p class="text-xs text-center mt-4 text-gray-500">We respect your privacy and will never share your information</p> | |
</div> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Why We're Different Section --> | |
<section class="py-16 bg-white"> | |
<div class="container mx-auto px-4"> | |
<div class="text-center mb-16"> | |
<h2 class="text-3xl md:text-4xl font-bold mb-4">Why We're Different</h2> | |
<p class="text-xl text-gray-600 max-w-3xl mx-auto">We've revolutionized how inspectors, notaries, and realtors find legitimate job opportunities</p> | |
</div> | |
<div class="grid md:grid-cols-3 gap-8"> | |
<!-- Feature 1 --> | |
<div class="feature-card bg-light p-8 rounded-2xl shadow-md border border-gray-100 transition-all"> | |
<div class="w-14 h-14 bg-blue-100 rounded-xl flex items-center justify-center mb-6"> | |
<i class="fas fa-shield-check text-2xl text-primary"></i> | |
</div> | |
<h3 class="text-xl font-bold mb-4">Verified Firms Only</h3> | |
<p class="text-gray-600 mb-4">Scam-free, active firms hiring now. No scams. No ghost companies.</p> | |
<p class="text-sm text-gray-500">Every firm is manually vetted for licensing, insurance, and active hiring status.</p> | |
</div> | |
<!-- Feature 2 --> | |
<div class="feature-card bg-light p-8 rounded-2xl shadow-md border border-gray-100 transition-all"> | |
<div class="w-14 h-14 bg-orange-100 rounded-xl flex items-center justify-center mb-6"> | |
<i class="fas fa-chart-line text-2xl text-accent"></i> | |
</div> | |
<h3 class="text-xl font-bold mb-4">Real Pay Transparency</h3> | |
<p class="text-gray-600 mb-4">Know rates before applying. Know the money before you waste time.</p> | |
<p class="text-sm text-gray-500">We show verified pay rates, reviews, and legal standing so you can apply smart.</p> | |
</div> | |
<!-- Feature 3 --> | |
<div class="feature-card bg-light p-8 rounded-2xl shadow-md border border-gray-100 transition-all"> | |
<div class="w-14 h-14 bg-purple-100 rounded-xl flex items-center justify-center mb-6"> | |
<i class="fas fa-robot text-2xl text-purple-600"></i> | |
</div> | |
<h3 class="text-xl font-bold mb-4">AI-Powered Tools</h3> | |
<p class="text-gray-600 mb-4">Resume builder, job match, training. Smarter applications. Faster job matches.</p> | |
<p class="text-sm text-gray-500">Get an AI resume builder, personalized job match engine, and insider training in one dashboard.</p> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Preview Section --> | |
<section class="py-16 bg-gray-50"> | |
<div class="container mx-auto px-4"> | |
<div class="flex flex-col md:flex-row items-center"> | |
<div class="md:w-1/2 mb-10 md:mb-0"> | |
<img src="https://static.wixstatic.com/media/f9bafe_985209d0bbe34ee497a1ff5709427893~mv2.jpg/v1/crop/x_0,y_248,w_1624,h_658/fill/w_982,h_398,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/Screenshot%202025-04-21%20at%203_57_edited.jpg" alt="Nested Objects Platform Preview - Notary and Field Inspector Job Directory" class="rounded-2xl shadow-xl w-full"> | |
</div> | |
<div class="md:w-1/2 md:pl-12"> | |
<h2 class="text-3xl font-bold mb-6">See What You're Getting</h2> | |
<p class="text-lg text-gray-600 mb-8">Our platform gives you direct access to hiring managers at verified companies looking for your skills.</p> | |
<div class="bg-white p-6 rounded-2xl shadow-md mb-8"> | |
<h3 class="text-xl font-semibold mb-4 flex items-center"> | |
<i class="fas fa-gift text-accent mr-2"></i> Free Preview Includes: | |
</h3> | |
<ul class="space-y-3"> | |
<li class="flex items-center"><i class="fas fa-check text-green-500 mr-2"></i> Access 3 verified hiring firms instantly</li> | |
<li class="flex items-center"><i class="fas fa-check text-green-500 mr-2"></i> Free PDF: Top 5 highest-paying companies of 2025</li> | |
<li class="flex items-center"><i class="fas fa-check text-green-500 mr-2"></i> Resume template optimized for inspection jobs</li> | |
</ul> | |
</div> | |
<a href="#" class="inline-block bg-primary hover:bg-blue-700 text-white font-semibold py-3 px-8 rounded-lg transition-colors"> | |
Start Your Free Preview Now | |
</a> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Pricing Section --> | |
<section class="py-16 bg-white"> | |
<div class="container mx-auto px-4"> | |
<div class="text-center mb-12"> | |
<h2 class="text-3xl md:text-4xl font-bold mb-4">Get Full Directory Access</h2> | |
<p class="text-xl text-gray-600">Limited time offer for early adopters</p> | |
</div> | |
<div class="max-w-4xl mx-auto"> | |
<div class="pricing-card bg-gradient-to-br from-primary to-secondary text-white rounded-2xl shadow-2xl p-8 relative overflow-hidden"> | |
<div class="absolute top-4 right-4 bg-accent text-white text-xs font-bold px-3 py-1 rounded-full"> | |
LIMITED TIME | |
</div> | |
<div class="flex flex-col md:flex-row items-center justify-between"> | |
<div class="mb-6 md:mb-0 md:pr-8"> | |
<h3 class="text-2xl font-bold mb-2">Full Directory Access</h3> | |
<p class="opacity-90">Unlock 200+ verified companies hiring now</p> | |
</div> | |
<div class="text-center"> | |
<div class="flex items-baseline justify-center"> | |
<span class="text-4xl font-bold">$37</span> | |
<span class="ml-2 text-lg opacity-90 line-through">$99</span> | |
</div> | |
<p class="text-sm opacity-90 mt-1">one-time payment</p> | |
</div> | |
</div> | |
<div class="mt-8 grid grid-cols-1 md:grid-cols-2 gap-6"> | |
<a href="#" class="bg-white text-primary hover:bg-gray-100 font-semibold py-3 px-6 rounded-lg text-center transition-colors"> | |
Get Access - $37 | |
</a> | |
<a href="#" class="border-2 border-white text-white hover:bg-white hover:text-primary font-semibold py-3 px-6 rounded-lg text-center transition-colors"> | |
Show Me 3 Firms + Free PDF | |
</a> | |
</div> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Footer --> | |
<footer class="bg-dark text-white py-12"> | |
<div class="container mx-auto px-4"> | |
<div class="grid md:grid-cols-4 gap-8 mb-8"> | |
<div> | |
<a href="#" class="flex items-center space-x-2 mb-6"> | |
<img src="https://static.wixstatic.com/media/f9bafe_3c2f9aa04a9d48e184738bfb24f47e62~mv2.png/v1/fill/w_146,h_97,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/Studio-Project%20(1)_edited.png" alt="Nested Objects Logo" class="h-12 w-auto"> | |
<span class="text-xl font-bold">Nested Objects</span> | |
</a> | |
<p class="text-gray-400 mb-6">The premier platform for verified notary and field inspector jobs.</p> | |
<div class="flex space-x-4"> | |
<a href="#" class="text-gray-400 hover:text-white transition-colors"> | |
<i class="fab fa-instagram text-xl"></i> | |
</a> | |
<a href="#" class="text-gray-400 hover:text-white transition-colors"> | |
<i class="fab fa-facebook text-xl"></i> | |
</a> | |
<a href="#" class="text-gray-400 hover:text-white transition-colors"> | |
<i class="fab fa-youtube text-xl"></i> | |
</a> | |
</div> | |
</div> | |
<div> | |
<h4 class="text-lg font-semibold mb-4">Quick Links</h4> | |
<ul class="space-y-2"> | |
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Home</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Directory Preview</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Resources</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Industry News</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Directory</a></li> | |
</ul> | |
</div> | |
<div> | |
<h4 class="text-lg font-semibold mb-4">Legal</h4> | |
<ul class="space-y-2"> | |
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Terms of Service</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Privacy Policy</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Refund Policy</a></li> | |
</ul> | |
</div> | |
<div> | |
<h4 class="text-lg font-semibold mb-4">Account</h4> | |
<ul class="space-y-2"> | |
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Login / Member Dashboard</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Contact Us</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Blog</a></li> | |
</ul> | |
</div> | |
</div> | |
<div class="border-t border-gray-700 pt-8 text-center text-gray-400"> | |
<p>© 2025 Nested Objects. All rights reserved.</p> | |
</div> | |
</div> | |
</footer> | |
<script type="application/ld+json"> | |
{ | |
"@context": "https://schema.org", | |
"@type": "Organization", | |
"name": "Nested Objects", | |
"url": "https://www.nestedobjects.com", | |
"logo": "https://static.wixstatic.com/media/f9bafe_3c2f9aa04a9d48e184738bfb24f47e62~mv2.png/v1/fill/w_146,h_97,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/Studio-Project%20(1)_edited.png", | |
"description": "Verified notary and field inspector jobs directory with 200+ hiring firms", | |
"sameAs": [ | |
"https://www.instagram.com/nestedobjects", | |
"https://www.facebook.com/nestedobjects", | |
"https://www.youtube.com/nestedobjects" | |
] | |
} | |
</script> | |
<script> | |
// Mobile menu toggle | |
document.getElementById('mobile-menu-button').addEventListener('click', function() { | |
const menu = document.getElementById('mobile-menu'); | |
menu.classList.toggle('hidden'); | |
}); | |
// Close mobile menu when clicking outside | |
document.addEventListener('click', function(event) { | |
const menu = document.getElementById('mobile-menu'); | |
const menu | |
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=flynerd/nested-objects" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> | |
</html> |