-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy-policy.html
More file actions
469 lines (394 loc) · 15.9 KB
/
privacy-policy.html
File metadata and controls
469 lines (394 loc) · 15.9 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
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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google Tag Manager -->
<script>(function (w, d, s, l, i) {
w[l] = w[l] || []; w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
}); var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-WGM39P48');</script>
<!-- End Google Tag Manager -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-B0K5656CL0"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-B0K5656CL0');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy | Jonathan Cornell Consulting</title>
<meta name="description" content="Privacy Policy for Jonathan Cornell Consulting. Learn how we collect, use, and protect your personal information.">
<link rel="canonical" href="https://jonathancornell.com/privacy-policy.html">
<!-- Fonts - Optimized loading -->
<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=Cormorant+Garamond:wght@400;500;600;700&family=DM+Sans:wght@400;500;600&display=swap"
rel="stylesheet" media="print" onload="this.media='all'">
<noscript>
<link
href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=DM+Sans:wght@400;500;600&display=swap"
rel="stylesheet">
</noscript>
<!-- Favicon -->
<link rel="icon" type="image/svg+xml"
href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>JC</text></svg>">
<style>
:root {
--color-ink: #1a1a1a;
--color-ink-light: #4a4a4a;
--color-ink-muted: #8a8a8a;
--color-paper: #fafaf8;
--color-paper-warm: #f5f4f0;
--color-accent: #b8860b;
--color-accent-muted: #d4a84b;
--font-display: 'Cormorant Garamond', Georgia, serif;
--font-body: 'DM Sans', -apple-system, sans-serif;
--max-width: 900px;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
font-family: var(--font-body);
background-color: var(--color-paper);
color: var(--color-ink);
line-height: 1.7;
font-size: 17px;
-webkit-font-smoothing: antialiased;
}
/* Navigation */
nav {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 100;
padding: 20px 40px;
display: flex;
justify-content: space-between;
align-items: center;
background: rgba(250, 250, 248, 0.95);
backdrop-filter: blur(10px);
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}
.nav-logo {
font-family: var(--font-display);
font-size: 1.5rem;
font-weight: 600;
color: var(--color-ink);
text-decoration: none;
letter-spacing: -0.02em;
}
.nav-back {
font-size: 0.875rem;
color: var(--color-ink-light);
text-decoration: none;
text-transform: uppercase;
letter-spacing: 0.1em;
transition: color 0.2s;
}
.nav-back:hover {
color: var(--color-accent);
}
/* Hero Section */
.hero {
padding: 120px 40px 60px;
max-width: var(--max-width);
margin: 0 auto;
text-align: center;
}
.hero-subtitle {
font-size: 0.8rem;
text-transform: uppercase;
letter-spacing: 0.2em;
color: var(--color-accent);
margin-bottom: 16px;
}
.hero h1 {
font-family: var(--font-display);
font-size: clamp(2.5rem, 6vw, 4rem);
font-weight: 400;
line-height: 1.1;
letter-spacing: -0.03em;
margin-bottom: 16px;
}
.effective-date {
font-size: 0.875rem;
color: var(--color-ink-muted);
margin-bottom: 40px;
}
/* Content Section */
.content {
max-width: var(--max-width);
margin: 0 auto;
padding: 40px 40px 80px;
}
.content h2 {
font-family: var(--font-display);
font-size: 1.75rem;
font-weight: 500;
margin-top: 48px;
margin-bottom: 24px;
color: var(--color-ink);
}
.content h3 {
font-family: var(--font-display);
font-size: 1.35rem;
font-weight: 500;
margin-top: 32px;
margin-bottom: 16px;
color: var(--color-ink);
}
.content p {
margin-bottom: 16px;
color: var(--color-ink-light);
}
.content ul {
margin-bottom: 16px;
padding-left: 24px;
color: var(--color-ink-light);
}
.content li {
margin-bottom: 8px;
}
.content strong {
color: var(--color-ink);
font-weight: 600;
}
.content a {
color: var(--color-accent);
text-decoration: none;
border-bottom: 1px solid var(--color-accent);
transition: color 0.2s;
}
.content a:hover {
color: var(--color-ink);
}
.separator {
border: none;
border-top: 1px solid rgba(0, 0, 0, 0.08);
margin: 48px 0;
}
.contact-info {
background: var(--color-paper-warm);
padding: 32px;
border-left: 3px solid var(--color-accent);
margin: 32px 0;
}
.contact-info p {
margin-bottom: 8px;
}
.disclaimer {
font-size: 0.875rem;
font-style: italic;
color: var(--color-ink-muted);
padding-top: 32px;
border-top: 1px solid rgba(0, 0, 0, 0.08);
margin-top: 48px;
}
/* Footer */
footer {
padding: 40px;
text-align: center;
border-top: 1px solid rgba(0, 0, 0, 0.08);
background: var(--color-paper);
}
.footer-links {
display: flex;
justify-content: center;
gap: 32px;
margin-bottom: 24px;
flex-wrap: wrap;
}
.footer-links a {
color: var(--color-ink-muted);
text-decoration: none;
font-size: 0.875rem;
transition: color 0.2s;
}
.footer-links a:hover {
color: var(--color-ink);
}
.footer-copy {
font-size: 0.8rem;
color: var(--color-ink-muted);
}
/* Responsive */
@media (max-width: 768px) {
nav {
padding: 16px 24px;
}
.hero,
.content {
padding-left: 24px;
padding-right: 24px;
}
.footer-links {
gap: 16px;
}
}
</style>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WGM39P48" height="0" width="0"
style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- Navigation -->
<nav>
<a href="index.html" class="nav-logo">Jonathan Cornell</a>
<a href="index.html" class="nav-back">Back to Home</a>
</nav>
<!-- Hero -->
<header class="hero">
<p class="hero-subtitle">Jonathan Cornell Consulting</p>
<h1>Privacy Policy</h1>
<p class="effective-date"><strong>Effective Date:</strong> January 24, 2026 | <strong>Last Updated:</strong> January 24, 2026</p>
</header>
<!-- Content -->
<main class="content">
<h2>Overview</h2>
<p>This Privacy Policy describes how Jonathan Cornell ("I," "me," or "my") collects, uses, and protects your personal information when you visit jonathancornell.com (the "Site") or engage my consulting services.</p>
<hr class="separator">
<h2>Information I Collect</h2>
<h3>Information You Provide</h3>
<p>When you schedule a consultation or contact me, I collect:</p>
<ul>
<li>Name</li>
<li>Email address</li>
<li>Phone number (optional)</li>
<li>Company name and role (if provided)</li>
<li>Consultation details and preferences</li>
</ul>
<h3>Automatically Collected Information</h3>
<p>When you visit the Site:</p>
<ul>
<li>IP address</li>
<li>Browser type and version</li>
<li>Pages visited and time spent</li>
<li>Referring website</li>
<li>Device information</li>
</ul>
<h3>Third-Party Services</h3>
<p>I use the following third-party services that may collect data:</p>
<ul>
<li><strong>zcal.co</strong> - Scheduling and calendar management</li>
<li><strong>Stripe</strong> - Payment processing (for paid consultations)</li>
<li><strong>Google Analytics</strong> (if implemented) - Website analytics</li>
</ul>
<p>Each third-party service has its own privacy policy governing their use of your data.</p>
<hr class="separator">
<h2>How I Use Your Information</h2>
<p>I use your information to:</p>
<ul>
<li>Schedule and conduct consultations</li>
<li>Process payments for consulting services</li>
<li>Send confirmation emails and calendar invites</li>
<li>Respond to your inquiries</li>
<li>Send follow-up materials and action plans</li>
<li>Improve my services and website</li>
<li>Comply with legal obligations</li>
</ul>
<hr class="separator">
<h2>Information Sharing</h2>
<p>I do <strong>not</strong> sell, rent, or trade your personal information.</p>
<p>I may share your information with:</p>
<ul>
<li><strong>Service providers</strong> (zcal, Stripe) to deliver services</li>
<li><strong>Legal authorities</strong> if required by law</li>
<li><strong>Professional advisors</strong> (lawyers, accountants) under confidentiality agreements</li>
</ul>
<hr class="separator">
<h2>Data Security</h2>
<p>I implement reasonable security measures to protect your information, including:</p>
<ul>
<li>Encrypted data transmission (SSL/TLS)</li>
<li>Secure third-party service providers</li>
<li>Limited access to personal information</li>
<li>Regular security reviews</li>
</ul>
<p>However, no method of electronic transmission or storage is 100% secure.</p>
<hr class="separator">
<h2>Data Retention</h2>
<p>I retain your information for:</p>
<ul>
<li><strong>Active clients:</strong> Duration of engagement plus 7 years (professional standards)</li>
<li><strong>Prospective clients:</strong> 2 years from last contact</li>
<li><strong>Payment records:</strong> 7 years (tax compliance)</li>
</ul>
<p>You may request deletion of your data at any time (subject to legal retention requirements).</p>
<hr class="separator">
<h2>Your Rights</h2>
<p>Depending on your location, you may have the right to:</p>
<ul>
<li>Access your personal information</li>
<li>Correct inaccurate information</li>
<li>Request deletion of your information</li>
<li>Opt-out of communications</li>
<li>Object to processing</li>
<li>Data portability</li>
</ul>
<p><strong>To exercise these rights, contact:</strong> <a href="mailto:privacy@jonathancornell.com">privacy@jonathancornell.com</a></p>
<hr class="separator">
<h2>Cookies</h2>
<p>The Site may use cookies for:</p>
<ul>
<li>Session management</li>
<li>Analytics and performance tracking</li>
<li>User preferences</li>
</ul>
<p>You can disable cookies in your browser settings, though this may limit Site functionality.</p>
<hr class="separator">
<h2>Third-Party Links</h2>
<p>The Site may contain links to third-party websites. I am not responsible for the privacy practices of these sites. Please review their privacy policies.</p>
<hr class="separator">
<h2>Children's Privacy</h2>
<p>I do not knowingly collect information from individuals under 18 years of age. If you believe I have inadvertently collected such information, please contact me immediately.</p>
<hr class="separator">
<h2>International Visitors</h2>
<p>If you are visiting from outside the United States, please note that your information will be transferred to and processed in the United States, which may have different data protection laws than your country.</p>
<h3>For European Union Visitors (GDPR)</h3>
<ul>
<li><strong>Legal basis for processing:</strong> Legitimate business interests and contractual necessity</li>
<li><strong>Data transfers:</strong> Standard contractual clauses</li>
<li><strong>Right to lodge complaint:</strong> You may file a complaint with your local data protection authority</li>
</ul>
<h3>For California Residents (CCPA)</h3>
<ul>
<li><strong>Categories collected:</strong> Identifiers, commercial information, internet activity</li>
<li><strong>Business purpose:</strong> Providing consulting services</li>
<li><strong>Your rights:</strong> Access, deletion, opt-out of sale (note: I do not sell personal information)</li>
</ul>
<hr class="separator">
<h2>Changes to This Privacy Policy</h2>
<p>I may update this Privacy Policy from time to time. Changes will be posted on this page with an updated "Last Updated" date. Continued use of the Site after changes constitutes acceptance of the updated policy.</p>
<hr class="separator">
<h2>Contact Information</h2>
<p>Questions about this Privacy Policy?</p>
<div class="contact-info">
<p><strong>Email:</strong> <a href="mailto:privacy@jonathancornell.com">privacy@jonathancornell.com</a></p>
</div>
<p class="disclaimer">This Privacy Policy is provided for informational purposes and does not constitute legal advice. Consult with a qualified attorney for legal guidance specific to your situation.</p>
</main>
<!-- Footer -->
<footer>
<div class="footer-links">
<a href="index.html">Home</a>
<a href="terms-of-service.html">Terms of Service</a>
<a href="https://www.linkedin.com/in/jonathancornell/" target="_blank" rel="noopener">LinkedIn</a>
</div>
<p class="footer-copy">© 2026 Jonathan Cornell.</p>
</footer>
</body>
</html>