-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmarketing.html
More file actions
57 lines (54 loc) · 2.42 KB
/
Copy pathmarketing.html
File metadata and controls
57 lines (54 loc) · 2.42 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Union</title>
<meta name="description" content="Union helps you build real-world trust: meet contacts via QR, vouch for people, groups, and optional location sharing.">
<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.75rem; margin-bottom: 0.35rem; color: #3a7ca5; }
.tagline { color: #444; font-size: 1.05rem; margin-bottom: 2rem; }
h2 { font-size: 1.1rem; margin: 2rem 0 0.75rem; 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.4rem; }
a { color: #3a7ca5; }
.cta {
margin-top: 2rem;
padding: 1rem 1.25rem;
background: #fff;
border-radius: 8px;
border: 1px solid #ddd;
}
</style>
</head>
<body>
<div class="container">
<h1>Union</h1>
<p class="tagline">Keep track of people you actually meet. Build trust in small groups.</p>
<p>Union is a social app for real-world relationships: exchange contact info with QR codes, stay in touch, vouch for people you trust, and run lightweight group “credits” for community coordination. Optional features include chat and location sharing with people you choose.</p>
<h2>What you can do</h2>
<ul>
<li>Meet someone and swap details quickly with QR codes.</li>
<li>See mutual connections and grow your network safely.</li>
<li>Form groups with an internal social ledger (not real money).</li>
<li>Message people you are connected to; report or block when needed.</li>
</ul>
<div class="cta">
<p><strong>Try Union</strong> — install from the App Store or open the <a href="https://app.fairshare.social/">web app</a>. For help, see <a href="./support.html">Support</a>, <a href="./privacy.html">Privacy</a>, and <a href="./terms.html">Terms</a>.</p>
</div>
</div>
</body>
</html>