sw-fe/public/privacy.html

114 lines
3.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>SocioWire Privacy Policy</title>
<style>
:root {
color-scheme: light;
}
body {
margin: 0;
font-family: "Georgia", "Times New Roman", serif;
background: #f8fafc;
color: #0f172a;
}
main {
max-width: 820px;
margin: 0 auto;
padding: 48px 24px 72px;
}
h1 {
font-size: 34px;
margin: 0 0 8px;
}
h2 {
font-size: 18px;
margin: 28px 0 8px;
}
p, li {
line-height: 1.6;
font-size: 16px;
}
ul {
padding-left: 20px;
}
.meta {
font-size: 14px;
color: #475569;
margin-bottom: 24px;
}
.card {
background: #ffffff;
border: 1px solid #e2e8f0;
border-radius: 14px;
padding: 20px 22px;
box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}
a {
color: #1d4ed8;
}
</style>
</head>
<body>
<main>
<div class="card">
<h1>Privacy Policy</h1>
<div class="meta">Last updated: 2025-12-27</div>
<p>
SocioWire respects your privacy. This policy explains what data we collect, how we use it,
and your choices.
</p>
<h2>What we collect</h2>
<ul>
<li>Account data you provide (username, email, profile image).</li>
<li>Content you create (posts, comments, media, location selections).</li>
<li>Usage data (views, likes, shares, and basic analytics).</li>
<li>Device and browser data for security and performance.</li>
</ul>
<h2>How we use data</h2>
<ul>
<li>To operate the platform and deliver core features.</li>
<li>To personalize your feed and recommendations.</li>
<li>To improve safety, moderation, and service reliability.</li>
<li>To provide analytics for performance and growth.</li>
</ul>
<h2>Sharing</h2>
<p>
We do not sell personal data. We share data only with service providers required to run
SocioWire (hosting, analytics, storage) or when required by law.
</p>
<h2>Public vs private content</h2>
<p>
Content marked as public is visible to anyone. Private, group, or custom content is limited
to the audience you select.
</p>
<h2>Data retention</h2>
<p>
We keep data as long as necessary to provide the service. You can request deletion of your
account or content.
</p>
<h2>Your choices</h2>
<ul>
<li>Update your profile or privacy settings at any time.</li>
<li>Control who can see your posts and media.</li>
<li>Request deletion by contacting us.</li>
</ul>
<h2>Contact</h2>
<p>
Email: <a href="mailto:support@sociowire.com">support@sociowire.com</a>
</p>
</div>
</main>
</body>
</html>