-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
72 lines (67 loc) · 4.06 KB
/
privacy.html
File metadata and controls
72 lines (67 loc) · 4.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!doctype html><html lang='en'><head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<title>Privacy Policy – Jersey Girl's Public Adjusting LLC</title>
<meta name='description' content='Privacy policy for Jersey Girl's Public Adjusting LLC website.'>
<meta property='og:title' content='Privacy Policy – Jersey Girl's Public Adjusting LLC'>
<meta property='og:description' content='Privacy policy for Jersey Girl's Public Adjusting LLC website.'>
<meta property='og:type' content='website'>
<meta property='og:image' content='assets/og-image.png'>
<meta name='twitter:card' content='summary_large_image'>
<meta name='twitter:title' content='Privacy Policy – Jersey Girl's Public Adjusting LLC'>
<meta name='twitter:description' content='Privacy policy for Jersey Girl's Public Adjusting LLC website.'>
<meta name='twitter:image' content='assets/og-image.png'>
<link rel='icon' href='assets/favicon.svg' type='image/svg+xml'>
<link rel='preconnect' href='https://fonts.googleapis.com'>
<link rel='preconnect' href='https://fonts.gstatic.com' crossorigin>
<link href='https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700&display=swap' rel='stylesheet'>
<link rel='stylesheet' href='assets/styles.css'>
</head><body>
<a class='skip' href='#main'>Skip to content</a>
<header class='topbar'>
<div class='container nav'>
<a class='brand' href='index.html'><img src='assets/logo.svg' alt='Jersey Girl's Public Adjusting LLC logo'> Jersey Girl's Public Adjusting LLC</a>
<button class='burger' aria-label='Toggle menu' aria-expanded='false' aria-controls='menu'>☰</button>
<nav id='menu' class='menu'>
<a href='index.html'>Home</a>
<a href='services.html'>Services</a>
<a href='service-areas.html'>Service Areas</a>
<a href='schedule.html'>Schedule</a>
<a href='about.html'>About</a>
<a class='cta' href='contact.html'>Free Claim Review</a>
</nav>
</div>
</header>
<div class='sticky-cta'>
<a class='btn btn--luxury' href='https://calendly.com/your-link' target='_blank' rel='noopener'>Schedule</a>
<a class='btn btn--ghost' href='tel:+1 (856) 528-6726'>Call +1 (856) 528-6726</a>
</div>
<main id='main' class='section'><div class='container'>
<h1>Privacy Policy</h1>
<p>This website collects information you submit through the contact forms (name, phone, email, location, and claim details) solely to respond to your inquiry. We do not sell your personal information.</p>
<h2>Information Sharing</h2>
<p>We may share information with vendors who help us operate our business (for example, email or website services) and as required by law. We do not share information with insurers unless authorized in writing during representation.</p>
<h2>Data Security</h2>
<p>We implement reasonable safeguards to protect your information; no system is 100% secure. Please use discretion when submitting sensitive details online.</p>
<h2>Your Choices</h2>
<p>To request access, correction, or deletion of your information, email <a href='mailto:jerseygirlspublicadjusting@gmail.com'>jerseygirlspublicadjusting@gmail.com</a>.</p>
</div></main>
<footer class='footer'>
<div class='container footer__grid'>
<div>
<strong>Jersey Girl's Public Adjusting LLC</strong><br>
901 E Elmer Rd, Vineland, NJ 08360<br>
<a href='tel:+1 (856) 528-6726'>+1 (856) 528-6726</a> · <a href='mailto:jerseygirlspublicadjusting@gmail.com'>jerseygirlspublicadjusting@gmail.com</a><br>
<small>Hours: Open 24 hours daily</small>
</div>
<nav class='footer__nav'>
<a href='schedule.html'>Schedule</a>
<a href='contact.html'>Contact</a>
<a href='privacy.html'>Privacy Policy</a>
<a href='terms.html'>Terms</a>
</nav>
<div class='fineprint'>© 2026 Jersey Girl's Public Adjusting LLC. Independently created, owned & operated by a New Jersey woman‑owned firm. Not affiliated with any insurance company.</div>
</div>
<script src='assets/script.js'></script>
</footer>
</body></html>