Skip to content

Commit b741c23

Browse files
committed
add privacy policy and terms pages for face-symmetry, smile-score, face-vibe
1 parent ab1df64 commit b741c23

6 files changed

Lines changed: 176 additions & 0 deletions

File tree

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Privacy Policy - Face Symmetry</title>
7+
<style>
8+
body { font-family: -apple-system, sans-serif; max-width: 800px; margin: 40px auto; padding: 0 20px; color: #333; line-height: 1.6; }
9+
h1 { color: #1a1a2e; } h2 { color: #444; margin-top: 32px; }
10+
a { color: #7c3aed; }
11+
</style>
12+
</head>
13+
<body>
14+
<h1>Privacy Policy</h1>
15+
<p><strong>Face Symmetry</strong> — Last updated: April 10, 2026</p>
16+
17+
<h2>Information We Collect</h2>
18+
<p>Face Symmetry processes facial images locally on your device to calculate symmetry scores. Images are not uploaded to any server or stored beyond your session.</p>
19+
20+
<h2>Camera Usage</h2>
21+
<p>The app requires camera access to capture facial photos for symmetry analysis. Photos are processed entirely on-device and are not shared with third parties.</p>
22+
23+
<h2>Analytics</h2>
24+
<p>We use Firebase Analytics to collect anonymized usage data (screen views, feature usage) to improve the app. No personally identifiable information is collected.</p>
25+
26+
<h2>Advertising</h2>
27+
<p>This app displays ads via Google AdMob. AdMob may collect device identifiers for ad personalization in accordance with Google's privacy policy.</p>
28+
29+
<h2>Data Retention</h2>
30+
<p>No facial images are stored on our servers. Local app data (preferences, settings) is stored on your device and can be deleted by uninstalling the app.</p>
31+
32+
<h2>Contact</h2>
33+
<p>Questions? Contact us at <a href="mailto:appdevelopsk@gmail.com">appdevelopsk@gmail.com</a></p>
34+
<p><a href="../../support/face-symmetry/">Support Page</a></p>
35+
</body>
36+
</html>
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Privacy Policy - FaceVibe</title>
7+
<style>
8+
body { font-family: -apple-system, sans-serif; max-width: 800px; margin: 40px auto; padding: 0 20px; color: #333; line-height: 1.6; }
9+
h1 { color: #1a1a2e; } h2 { color: #444; margin-top: 32px; }
10+
a { color: #7c3aed; }
11+
</style>
12+
</head>
13+
<body>
14+
<h1>Privacy Policy</h1>
15+
<p><strong>FaceVibe</strong> — Last updated: April 10, 2026</p>
16+
<h2>Information We Collect</h2>
17+
<p>FaceVibe processes facial images locally on your device to analyze mood and personality traits. Images are not uploaded to any server.</p>
18+
<h2>Camera Usage</h2>
19+
<p>The app requires camera access to capture facial photos. Photos are processed entirely on-device.</p>
20+
<h2>Analytics</h2>
21+
<p>We use Firebase Analytics to collect anonymized usage data to improve the app.</p>
22+
<h2>Advertising</h2>
23+
<p>This app displays ads via Google AdMob. AdMob may collect device identifiers for ad personalization.</p>
24+
<h2>Contact</h2>
25+
<p>Questions? Contact us at <a href="mailto:appdevelopsk@gmail.com">appdevelopsk@gmail.com</a></p>
26+
</body>
27+
</html>
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Privacy Policy - Smile Score</title>
7+
<style>
8+
body { font-family: -apple-system, sans-serif; max-width: 800px; margin: 40px auto; padding: 0 20px; color: #333; line-height: 1.6; }
9+
h1 { color: #1a1a2e; } h2 { color: #444; margin-top: 32px; }
10+
a { color: #7c3aed; }
11+
</style>
12+
</head>
13+
<body>
14+
<h1>Privacy Policy</h1>
15+
<p><strong>Smile Score</strong> — Last updated: April 10, 2026</p>
16+
<h2>Information We Collect</h2>
17+
<p>Smile Score processes facial images locally on your device to calculate smile scores. Images are not uploaded to any server.</p>
18+
<h2>Camera Usage</h2>
19+
<p>The app requires camera access to capture smile photos. Photos are processed entirely on-device.</p>
20+
<h2>Analytics</h2>
21+
<p>We use Firebase Analytics to collect anonymized usage data to improve the app.</p>
22+
<h2>Advertising</h2>
23+
<p>This app displays ads via Google AdMob. AdMob may collect device identifiers for ad personalization.</p>
24+
<h2>Contact</h2>
25+
<p>Questions? Contact us at <a href="mailto:appdevelopsk@gmail.com">appdevelopsk@gmail.com</a></p>
26+
</body>
27+
</html>

terms/face-symmetry/index.html

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Terms of Use - Face Symmetry</title>
7+
<style>
8+
body { font-family: -apple-system, sans-serif; max-width: 800px; margin: 40px auto; padding: 0 20px; color: #333; line-height: 1.6; }
9+
h1 { color: #1a1a2e; } h2 { color: #444; margin-top: 32px; }
10+
a { color: #7c3aed; }
11+
</style>
12+
</head>
13+
<body>
14+
<h1>Terms of Use</h1>
15+
<p><strong>Face Symmetry</strong> — Last updated: April 10, 2026</p>
16+
17+
<h2>Acceptance of Terms</h2>
18+
<p>By using Face Symmetry, you agree to these Terms of Use. If you do not agree, please do not use the app.</p>
19+
20+
<h2>Use of the App</h2>
21+
<p>Face Symmetry is provided for entertainment and informational purposes only. Symmetry scores are calculated using algorithmic analysis and should not be used for medical or diagnostic purposes.</p>
22+
23+
<h2>User Content</h2>
24+
<p>Photos captured in the app are processed locally and are not transmitted to our servers. You retain all rights to your photos.</p>
25+
26+
<h2>Limitations</h2>
27+
<p>The app is provided "as is" without warranties of any kind. We are not liable for any damages arising from use of the app.</p>
28+
29+
<h2>Changes</h2>
30+
<p>We may update these terms at any time. Continued use of the app after changes constitutes acceptance of the new terms.</p>
31+
32+
<h2>Contact</h2>
33+
<p>Questions? Contact us at <a href="mailto:appdevelopsk@gmail.com">appdevelopsk@gmail.com</a></p>
34+
<p><a href="../../support/face-symmetry/">Support Page</a></p>
35+
</body>
36+
</html>

terms/face-vibe/index.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Terms of Use - FaceVibe</title>
7+
<style>
8+
body { font-family: -apple-system, sans-serif; max-width: 800px; margin: 40px auto; padding: 0 20px; color: #333; line-height: 1.6; }
9+
h1 { color: #1a1a2e; } h2 { color: #444; margin-top: 32px; }
10+
a { color: #7c3aed; }
11+
</style>
12+
</head>
13+
<body>
14+
<h1>Terms of Use</h1>
15+
<p><strong>FaceVibe</strong> — Last updated: April 10, 2026</p>
16+
<h2>Acceptance of Terms</h2>
17+
<p>By using FaceVibe, you agree to these Terms of Use.</p>
18+
<h2>Use of the App</h2>
19+
<p>FaceVibe is for entertainment purposes only. Mood and personality analysis is algorithmic and not for medical or psychological use.</p>
20+
<h2>Limitations</h2>
21+
<p>The app is provided "as is" without warranties. We are not liable for any damages from use of the app.</p>
22+
<h2>Contact</h2>
23+
<p>Questions? Contact us at <a href="mailto:appdevelopsk@gmail.com">appdevelopsk@gmail.com</a></p>
24+
</body>
25+
</html>

terms/smile-score/index.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Terms of Use - Smile Score</title>
7+
<style>
8+
body { font-family: -apple-system, sans-serif; max-width: 800px; margin: 40px auto; padding: 0 20px; color: #333; line-height: 1.6; }
9+
h1 { color: #1a1a2e; } h2 { color: #444; margin-top: 32px; }
10+
a { color: #7c3aed; }
11+
</style>
12+
</head>
13+
<body>
14+
<h1>Terms of Use</h1>
15+
<p><strong>Smile Score</strong> — Last updated: April 10, 2026</p>
16+
<h2>Acceptance of Terms</h2>
17+
<p>By using Smile Score, you agree to these Terms of Use.</p>
18+
<h2>Use of the App</h2>
19+
<p>Smile Score is for entertainment purposes only. Smile scores are algorithmic and not for medical use.</p>
20+
<h2>Limitations</h2>
21+
<p>The app is provided "as is" without warranties. We are not liable for any damages from use of the app.</p>
22+
<h2>Contact</h2>
23+
<p>Questions? Contact us at <a href="mailto:appdevelopsk@gmail.com">appdevelopsk@gmail.com</a></p>
24+
</body>
25+
</html>

0 commit comments

Comments
 (0)