-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (32 loc) · 1.48 KB
/
index.html
File metadata and controls
37 lines (32 loc) · 1.48 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy — Toby LinkedIn App</title>
<style>
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; max-width: 800px; margin: 50px auto; padding: 20px; line-height: 1.6; color: #333; }
h1 { color: #0077b5; }
h2 { color: #666; margin-top: 30px; }
a { color: #0077b5; }
</style>
</head>
<body>
<h1>Privacy Policy</h1>
<p><strong>Last updated:</strong> March 28, 2026</p>
<h2>1. Data Collection</h2>
<p>This app uses the LinkedIn API to access your profile information solely for personal use. We collect only the minimum data necessary to provide the app's functionality.</p>
<h2>2. How We Use Data</h2>
<p>Data obtained through LinkedIn API is used only for:</p>
<ul>
<li>Displaying your LinkedIn profile information in the app</li>
<li>Personal learning and development purposes</li>
</ul>
<h2>3. Data Storage</h2>
<p>Your data is stored locally on your device and is not shared with any third parties.</p>
<h2>4. Contact</h2>
<p>For any questions about this privacy policy, please contact: <strong>toby@example.com</strong></p>
<h2>5. LinkedIn API</h2>
<p>This app uses LinkedIn's official API in compliance with LinkedIn's Terms of Service and Developer Policy.</p>
</body>
</html>