-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy.html
161 lines (138 loc) · 8 KB
/
privacy.html
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Performance Optimizations -->
<meta http-equiv="x-dns-prefetch-control" content="on">
<link rel="dns-prefetch" href="https://fonts.googleapis.com">
<link rel="dns-prefetch" href="https://fonts.gstatic.com">
<!-- Resource Hints -->
<link rel="preload" href="styles/main.css" as="style" crossorigin="anonymous">
<link rel="preload" href="components/navigation/navigation.js" as="script" crossorigin="anonymous">
<link rel="preload" href="components/footer/footer.js" as="script" crossorigin="anonymous">
<link rel="preload" href="js/main.js" as="script" crossorigin="anonymous">
<!-- SEO Meta Tags -->
<title>Privacy Policy | Prime Nevada</title>
<meta name="description" content="Learn about Prime Nevada's privacy practices, including how we collect, use, and protect your data.">
<meta name="keywords" content="Prime Nevada privacy policy, cookie policy, data protection, privacy practices">
<meta name="author" content="Prime Nevada">
<link rel="canonical" href="https://primenevada.com/privacy">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://primenevada.com/privacy">
<meta property="og:title" content="Privacy Policy - Prime Nevada">
<meta property="og:description" content="Learn about Prime Nevada's privacy practices, including how we collect, use, and protect your data.">
<meta property="og:image" content="images/hero-bg.jpg">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="https://primenevada.com/privacy">
<meta name="twitter:title" content="Privacy Policy - Prime Nevada">
<meta name="twitter:description" content="Learn about Prime Nevada's privacy practices, including how we collect, use, and protect your data.">
<meta name="twitter:image" content="images/hero-bg.jpg">
<!-- Fonts -->
<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&family=League+Spartan:wght@500;600;700&family=Playfair+Display:wght@500;600;700&display=swap&display=swap" rel="stylesheet">
<!-- Styles -->
<link rel="stylesheet" href="styles/main.css" media="print" onload="this.media='all'" crossorigin="anonymous">
<noscript><link rel="stylesheet" href="styles/main.css" crossorigin="anonymous"></noscript>
<!-- Components -->
<script type="module" src="components/navigation/navigation.js" defer></script>
<script type="module" src="components/footer/footer.js" defer></script>
<script type="module" src="js/main.js" defer></script>
<!-- Google Analytics -->
<link rel="preconnect" href="https://www.googletagmanager.com" crossorigin="anonymous">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2W7TN3797D" crossorigin="anonymous"></script>
<script src="js/analytics.js" defer crossorigin="anonymous"></script>
<!-- Cookie Consent -->
<script src="js/cookie-consent.js" defer crossorigin="anonymous"></script>
</head>
<body>
<header>
<prime-navigation></prime-navigation>
</header>
<main>
<section class="hero">
<img src="images/hero-bg.jpg" alt="Prime Nevada office building" class="hero-background" loading="lazy" decoding="async">
<div class="hero-content">
<h1>Privacy Policy</h1>
<p>Learn about how we collect, use, and protect your information</p>
</div>
</section>
<section class="section privacy-content">
<div class="content-wrapper">
<h2>Privacy Policy</h2>
<p>Last updated: January 22, 2025</p>
<h3>1. Introduction</h3>
<p>Prime Nevada ("we," "our," or "us") respects your privacy and is committed to protecting your personal information. This Privacy Policy explains how we collect, use, and safeguard your information when you visit our website (primenevada.com).</p>
<h3>2. Information We Collect</h3>
<h4>2.1 Information You Provide</h4>
<p>When you use our contact form, we collect:</p>
<ul>
<li>Name</li>
<li>Email address</li>
<li>Company name (if provided)</li>
<li>Message content</li>
</ul>
<h4>2.2 Information Automatically Collected</h4>
<p>When you visit our website, we automatically collect:</p>
<ul>
<li>IP address (anonymized)</li>
<li>Browser type and version</li>
<li>Device type</li>
<li>Pages visited and time spent</li>
<li>Referring website</li>
</ul>
<h3>3. How We Use Cookies</h3>
<p>We use Google Analytics to understand how visitors interact with our website. This service uses cookies to collect anonymous information about:</p>
<ul>
<li>Website usage patterns</li>
<li>Number of visitors</li>
<li>Pages viewed</li>
<li>Traffic sources</li>
</ul>
<p>You can control cookie preferences through our cookie consent banner or your browser settings. Declining cookies will not affect your ability to use our website, but it will prevent us from collecting analytics data about your visit.</p>
<h3>4. How We Use Your Information</h3>
<p>We use the collected information to:</p>
<ul>
<li>Respond to your inquiries</li>
<li>Improve our website</li>
<li>Analyze website performance</li>
<li>Protect against fraud</li>
</ul>
<h3>5. Data Protection</h3>
<p>We implement appropriate security measures to protect your information, including:</p>
<ul>
<li>Secure HTTPS encryption</li>
<li>Regular security assessments</li>
<li>Limited access to personal information</li>
<li>Data minimization practices</li>
</ul>
<h3>6. Third-Party Services</h3>
<p>We use the following third-party services:</p>
<ul>
<li>Google Analytics for website analytics</li>
<li>FormSubmit.co for contact form processing</li>
</ul>
<p>These services have their own privacy policies and data handling practices.</p>
<h3>7. Your Rights</h3>
<p>You have the right to:</p>
<ul>
<li>Access your personal information</li>
<li>Request correction of your data</li>
<li>Request deletion of your data</li>
<li>Opt-out of analytics tracking</li>
</ul>
<h3>8. Changes to This Policy</h3>
<p>We may update this Privacy Policy periodically. The latest version will always be posted on this page with the effective date.</p>
<h3>9. Contact Us</h3>
<p>If you have questions about this Privacy Policy, please contact us at:</p>
<p>Email: info@primenevada.com<br>
Address: Reno, Nevada</p>
</div>
</section>
</main>
<prime-footer></prime-footer>
</body>
</html>