-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathterms.html
More file actions
87 lines (76 loc) · 5.17 KB
/
Copy pathterms.html
File metadata and controls
87 lines (76 loc) · 5.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Union — Terms of Use</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
color: #1a2b3c;
background: #f5f5f5;
line-height: 1.7;
}
.container {
max-width: 680px;
margin: 0 auto;
padding: 3rem 1.5rem 4rem;
}
h1 { font-size: 1.6rem; margin-bottom: 0.25rem; color: #3a7ca5; }
.subtitle { color: #666; font-size: 0.9rem; margin-bottom: 2.5rem; }
h2 { font-size: 1.1rem; margin: 2rem 0 0.5rem; color: #2a5a7a; }
p, li { font-size: 0.95rem; margin-bottom: 0.75rem; }
ul { padding-left: 1.5rem; margin-bottom: 0.75rem; }
li { margin-bottom: 0.35rem; }
a { color: #3a7ca5; }
.contact { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid #ddd; }
.callout {
background: #fff;
border-left: 4px solid #3a7ca5;
padding: 0.9rem 1.1rem;
margin: 1rem 0;
border-radius: 6px;
}
</style>
</head>
<body>
<div class="container">
<h1>Terms of Use</h1>
<p class="subtitle">Union — Last updated May 1, 2026</p>
<p>By creating an account or using Union (the “Service”), you agree to these Terms of Use. If you do not agree, do not use the Service.</p>
<h2>1. Who Can Use Union</h2>
<p>You must be at least 18 years old to use Union. You must provide accurate registration information and keep it current. You are responsible for maintaining the security of your account credentials.</p>
<h2>2. Acceptable Use</h2>
<p>Union is a social app for building real-world trust and community. We have <strong>zero tolerance</strong> for objectionable content or abusive users. You agree not to:</p>
<ul>
<li>Post or share content that is unlawful, harassing, threatening, defamatory, obscene, hateful, or otherwise objectionable</li>
<li>Impersonate any person or misrepresent your identity</li>
<li>Share content depicting minors in any sexual or exploitative manner</li>
<li>Solicit, distribute, or promote sexual content, violence, or illegal goods or services</li>
<li>Use Union to stalk, harass, or intimidate any person</li>
<li>Upload spam, malware, or content you do not have the right to share</li>
<li>Attempt to circumvent app security, scrape data, or interfere with other users’ use of the Service</li>
</ul>
<div class="callout">
<strong>Reporting and blocking.</strong> Every user can report objectionable content and block other users from inside the app. Reports are reviewed and acted on within 24 hours. Users who post objectionable content or behave abusively will be removed and may have their accounts terminated without refund.
</div>
<h2>3. User Content</h2>
<p>You retain ownership of the content you upload (display name, photos, messages, etc.). You grant Union a worldwide, royalty-free license to host, store, and display that content for the purpose of operating the Service. You are solely responsible for the content you upload and for the consequences of sharing it with other users.</p>
<h2>4. Group Currencies and “Credits”</h2>
<p>Each Union group can define its own internal “currency” (often called credits, coins, or points). These are <strong>fictional in-app social tokens</strong> with <strong>no real-world or cash value</strong>. They cannot be purchased, redeemed, exchanged, withdrawn, or transferred outside the app. They are not securities, money, cryptocurrency, or any regulated financial instrument.</p>
<h2>5. Privacy</h2>
<p>Your use of Union is also governed by our <a href="./privacy.html">Privacy Policy</a>, which describes what information we collect and how we use it.</p>
<h2>6. Termination</h2>
<p>You may delete your account at any time from inside the app (Profile → Delete Account). We may suspend or terminate accounts that violate these Terms or pose a safety risk to the community.</p>
<h2>7. Disclaimer; Limitation of Liability</h2>
<p>Union is provided “as is” without warranties of any kind. To the maximum extent permitted by law, Union and its operators are not liable for any indirect, incidental, special, consequential, or punitive damages arising out of your use of the Service.</p>
<h2>8. Changes</h2>
<p>We may update these Terms from time to time. The “Last updated” date above will reflect the most recent revision. Continued use of Union after changes constitutes acceptance.</p>
<div class="contact">
<h2>9. Contact</h2>
<p>Questions about these Terms? Email us at <a href="mailto:hello@fairshare.social">hello@fairshare.social</a>. To report objectionable content or an abusive user, use the in-app report and block tools or email <a href="mailto:abuse@fairshare.social">abuse@fairshare.social</a>.</p>
</div>
</div>
</body>
</html>