Files
Sravan a9d95ed8c6 Add public /privacy and /support pages (App Store required URLs)
App Store submission needs a public Privacy Policy URL and Support URL, reachable
without login. Added branded, self-contained pages served at /privacy and
/support (static.js path mappings, like /home). The privacy policy accurately
describes Biz Connect: BizGaze-account login, messages/media stored on our
servers, call media via LiveKit (only recorded on explicit user action),
on-device transcription (audio never leaves the device), push via APNs/FCM, no
sale of data / no ads, retention, security, and user/GDPR rights. Contact:
support@bizgaze.com (confirm/replace if different).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-08-21 12:35:06 +05:30

74 lines
4.0 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Support — Biz Connect</title>
<style>
:root{--blue:#1F3B73;--blue-d:#16294f;--brand:#FFC708;--ink:#1f2430;--muted:#5b6472;--line:#e6e9ef;--bg:#f6f8fb;}
*{box-sizing:border-box}
body{margin:0;font-family:'Segoe UI',system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--ink);line-height:1.65;}
.top{background:linear-gradient(180deg,#20396f,#16294f);color:#fff;padding:2.2rem 1.2rem;}
.wrap{max-width:760px;margin:0 auto;padding:0 1.2rem;}
.brand{display:flex;align-items:center;gap:.6rem;font-weight:700;font-size:1.25rem;}
.brand svg{width:34px;height:34px;flex:0 0 auto}
.brand .b{color:#fff}.brand .c{color:var(--brand)}
h1{font-size:1.5rem;margin:1rem 0 .2rem;color:#fff;}
.top .sub{color:#c9d4ec;font-size:.95rem;margin:0;}
main{max-width:760px;margin:0 auto;padding:1.8rem 1.2rem 3rem;}
h2{font-size:1.12rem;color:var(--blue);margin:1.8rem 0 .5rem;}
p,li{color:#333a45;}
a{color:var(--blue);}
.card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:1.1rem 1.2rem;margin:1rem 0;box-shadow:0 4px 14px rgba(20,30,60,.05);}
.cta{display:inline-block;background:var(--blue);color:#fff;text-decoration:none;font-weight:600;padding:.7rem 1.1rem;border-radius:10px;margin-top:.4rem;}
.faq b{display:block;color:var(--ink);margin-top:.8rem;}
.foot{max-width:760px;margin:0 auto;padding:1rem 1.2rem 3rem;color:var(--muted);font-size:.85rem;border-top:1px solid var(--line);}
ul{padding-left:1.2rem}
</style>
</head>
<body>
<div class="top">
<div class="wrap">
<div class="brand">
<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><circle cx="50" cy="50" r="34" fill="none" stroke="#fff" stroke-width="9" stroke-linecap="round" stroke-dasharray="165 300" transform="rotate(38 50 50)"/><circle cx="66" cy="50" r="8.6" fill="#FFC708"/></svg>
<span><span class="b">Biz</span> <span class="c">Connect</span></span>
</div>
<h1>Support</h1>
<p class="sub">Help with team chat, calls, and meetings on Biz Connect.</p>
</div>
</div>
<main>
<div class="card">
<h2 style="margin-top:0">Contact us</h2>
<p>Need help, found a bug, or have a question? Email our team and we'll get back to you.</p>
<a class="cta" href="mailto:support@bizgaze.com">Email support@bizgaze.com</a>
</div>
<h2>About Biz Connect</h2>
<p>Biz Connect keeps your team connected with chat, voice and video calls, and meetings in one place. It's for organizations that use the BizGaze platform — sign in with your BizGaze account to get started.</p>
<h2>Frequently asked</h2>
<div class="faq">
<b>How do I sign in?</b>
<p>Open the app and sign in with your BizGaze account. Accounts are created by your organization's administrator; if you can't sign in, contact your admin or email us above.</p>
<b>How do I start a call or meeting?</b>
<p>Open a conversation and tap the call button, or use the Meetings tab to start instantly or join a scheduled meeting by its code.</p>
<b>How do live transcripts work?</b>
<p>In a meeting, turn on the live transcript. Speech-to-text runs on your device; only the resulting text is saved to the transcript.</p>
<b>How do I report a message or block someone?</b>
<p>Press and hold (or use the ⋮ menu on) any message to Report it or Block the sender. You can also block a contact from their profile, and manage blocked users from your profile menu.</p>
<b>How do I delete my account or data?</b>
<p>Accounts are managed by your organization. To delete your account or data, contact your organization's administrator or email <a href="mailto:support@bizgaze.com">support@bizgaze.com</a>.</p>
</div>
<h2>Privacy</h2>
<p>Read how we handle your data in our <a href="/privacy">Privacy Policy</a>.</p>
</main>
<div class="foot">© 2026 BizGaze. Biz Connect. All rights reserved.</div>
</body>
</html>