-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
146 lines (146 loc) · 12.5 KB
/
privacy.html
File metadata and controls
146 lines (146 loc) · 12.5 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!DOCTYPE html>
<html class="light" lang="en">
<head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>Privacy Policy - Hisaab-Pro</title>
<meta name="description" content="Hisaab-Pro Privacy Policy — your data stays on your device, always."/>
<script src="https://cdn.tailwindcss.com?plugins=forms,container-queries"></script>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Public+Sans:wght@500;700&display=swap" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap" rel="stylesheet"/>
<script id="tailwind-config">
tailwind.config={darkMode:"class",theme:{extend:{"colors":{"on-primary-container":"#86a0cd","secondary-fixed-dim":"#83d8a6","inverse-on-surface":"#ebf1ff","inverse-primary":"#adc7f7","on-primary-fixed-variant":"#2d476f","on-tertiary-fixed":"#2b1700","error":"#ba1a1a","on-secondary-fixed-variant":"#005231","on-secondary-container":"#167249","on-primary":"#ffffff","tertiary-fixed":"#ffddba","surface":"#f9f9ff","on-surface-variant":"#43474e","surface-container-high":"#dee8ff","on-tertiary-container":"#c6955e","primary-fixed-dim":"#adc7f7","secondary-fixed":"#9ff5c1","primary-container":"#1a365d","outline-variant":"#c4c6cf","on-error-container":"#93000a","tertiary":"#321b00","surface-bright":"#f9f9ff","on-error":"#ffffff","surface-variant":"#d8e3fa","on-secondary":"#ffffff","surface-container-lowest":"#ffffff","surface-container-low":"#f0f3ff","surface-container":"#e7eeff","secondary":"#0a6c44","primary":"#002045","inverse-surface":"#263142","surface-container-highest":"#d8e3fa","error-container":"#ffdad6","on-primary-fixed":"#001b3c","secondary-container":"#9ff5c1","on-tertiary":"#ffffff","on-surface":"#111c2c","tertiary-fixed-dim":"#f2bc82","outline":"#74777f","on-background":"#111c2c","tertiary-container":"#4f2e00","on-tertiary-fixed-variant":"#633f0f","background":"#f9f9ff","surface-tint":"#455f88","primary-fixed":"#d6e3ff","on-secondary-fixed":"#002111","surface-dim":"#cfdaf1"},"borderRadius":{"DEFAULT":"0.25rem","lg":"0.5rem","xl":"0.75rem","full":"9999px"},"spacing":{"sm":"8px","gutter":"24px","xl":"40px","unit":"4px","lg":"24px","container-max":"1280px","xs":"4px","md":"16px"},"fontFamily":{"title-sm":["Inter"],"headline-md":["Inter"],"data-mono":["Public Sans"],"display-lg":["Inter"],"label-caps":["Public Sans"],"body-main":["Inter"]},"fontSize":{"title-sm":["20px",{"lineHeight":"1.4","fontWeight":"600"}],"headline-md":["30px",{"lineHeight":"1.3","fontWeight":"600"}],"data-mono":["14px",{"lineHeight":"1.5","letterSpacing":"0.01em","fontWeight":"500"}],"display-lg":["48px",{"lineHeight":"1.2","letterSpacing":"-0.02em","fontWeight":"700"}],"label-caps":["12px",{"lineHeight":"1","letterSpacing":"0.05em","fontWeight":"700"}],"body-main":["16px",{"lineHeight":"1.6","fontWeight":"400"}]}}}}
</script>
<style>
.material-symbols-outlined{font-variation-settings:'FILL' 0,'wght' 400,'GRAD' 0,'opsz' 24;}
.nav-link{color:#43474e;text-decoration:none;padding-bottom:3px;transition:color 0.2s;}
.nav-link:hover{color:#1e40af;}
.nav-link.active{color:#002045;font-weight:700;border-bottom:2px solid #002045;padding-bottom:1px;}
.prose h2{font-size:1.2rem;font-weight:700;color:#002045;margin-top:2.5rem;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid #e2e8f0;}
.prose p,.prose li{color:#43474e;line-height:1.75;}
.prose p{margin-bottom:1rem;}
.prose ul{list-style:disc;padding-left:1.5rem;margin-bottom:1rem;}
.prose li{margin-bottom:.375rem;}
.prose strong{color:#002045;}
</style>
</head>
<body class="bg-background text-on-background font-body-main antialiased">
<header class="bg-white/95 backdrop-blur-md sticky top-0 z-50 border-b border-slate-200 shadow-sm">
<nav class="flex items-center justify-between w-full px-6 py-4 max-w-7xl mx-auto">
<a href="index.html" class="text-xl font-bold text-blue-900 tracking-tight">DT Tech Inc.</a>
<ul class="hidden md:flex items-center gap-8 text-sm tracking-wide" style="list-style:none;margin:0;padding:0;">
<li><a href="index.html" class="nav-link">Hisaab-Pro</a></li>
<li><a href="features.html" class="nav-link">Features</a></li>
<li><a href="changelog.html" class="nav-link">Download</a></li>
<li><a href="contact.html" class="nav-link">Contact</a></li>
<li><a href="issue.html" class="nav-link">Report Issue</a></li>
</ul>
<a href="#" id="download-btn-header" data-base-text="Download for Windows" class="bg-primary text-on-primary px-5 py-2.5 rounded-lg text-sm font-semibold hover:opacity-90 active:scale-95 transition-all shadow-sm" style="white-space:nowrap;">Download for Windows v1.0.0</a>
</nav>
</header>
<section class="bg-white border-b border-slate-200">
<div class="max-w-4xl mx-auto px-6 py-16">
<span class="inline-flex items-center gap-2 px-3 py-1 bg-secondary-container text-on-secondary-container rounded-full text-xs font-bold mb-4">
<span class="material-symbols-outlined text-sm" style="font-variation-settings:'FILL' 1;">privacy_tip</span>LEGAL DOCUMENT
</span>
<h1 class="font-headline-md text-headline-md text-primary mb-3">Privacy Policy</h1>
<p class="text-on-surface-variant">Last updated: October 15, 2024 — Effective for Hisaab-Pro v1.0.0 and later.</p>
</div>
</section>
<main class="max-w-4xl mx-auto px-6 py-12 prose">
<div class="bg-secondary-container/40 border border-secondary/20 rounded-xl p-6 mb-8 flex items-start gap-4" style="list-style:none;">
<span class="material-symbols-outlined text-secondary text-3xl flex-shrink-0" style="font-variation-settings:'FILL' 1;">verified_user</span>
<div>
<p style="color:#002045;font-weight:700;margin-bottom:4px;">Core Commitment: Zero Cloud, Zero Transmission</p>
<p style="margin:0;font-size:.875rem;">Hisaab-Pro is 100% offline. Your financial data <strong>never leaves your device</strong>. We have no servers storing your accounting records or client data.</p>
</div>
</div>
<section id="overview"><h2>1. Overview</h2>
<p>DT Tech Inc. built Hisaab-Pro as a desktop accounting application. This Privacy Policy describes the minimal data interactions that occur when you use our software and visit our website.</p>
<p>This policy applies to: (a) the Hisaab-Pro desktop application, and (b) this website.</p>
</section>
<section id="data-we-collect"><h2>2. Data We Collect</h2>
<p><strong>Application Data (Local Only):</strong></p>
<ul>
<li>All accounting entries, ledger data, and client records are stored <em>exclusively</em> on your device or USB drive.</li>
<li>Data is encrypted at rest using AES-256. We have zero access to it.</li>
</ul>
<p><strong>Website Contact Forms:</strong></p>
<ul>
<li>Name, email address, and message content — used solely to respond to your inquiry.</li>
</ul>
<p><strong>We do NOT collect:</strong></p>
<ul>
<li>Usage analytics or telemetry from the desktop application</li>
<li>Crash reports unless voluntarily submitted via Report Issue</li>
<li>Location data, device identifiers, or hardware fingerprints</li>
</ul>
</section>
<section id="how-we-use"><h2>3. How We Use Information</h2>
<p>Contact form data is used only for: responding to support queries, processing bug reports, and sending opt-in update notifications. We never sell or rent your data.</p>
</section>
<section id="data-storage"><h2>4. Data Storage & Security</h2>
<p>Your accounting data is stored in an AES-256 encrypted SQLite database on your device. The encryption key is derived from your application password and never transmitted anywhere. Contact form submissions are deleted within 90 days of resolution.</p>
</section>
<section id="third-parties"><h2>5. Third Parties</h2>
<p>The Hisaab-Pro desktop application makes zero outbound network requests. Our website uses no third-party analytics, advertising, or tracking scripts.</p>
</section>
<section id="your-rights"><h2>6. Your Rights</h2>
<ul>
<li>Request deletion of any contact form data we hold</li>
<li>Access a copy of any personal data we hold</li>
<li>Correct inaccurate information or object to processing</li>
</ul>
<p>Your accounting data lives on your device — you have complete and exclusive control over it at all times.</p>
</section>
<section id="contact"><h2>7. Contact Us</h2>
<ul>
<li><strong>Email:</strong> privacy@hisaabpro.com</li>
<li><strong>Address:</strong> DT Tech Plaza, Cyber Hub, Sector 24, Gurugram, India</li>
</ul>
<p>We respond to all privacy requests within 30 days.</p>
</section>
<div class="bg-surface-container-low rounded-xl p-6 mt-10 flex items-center justify-between flex-wrap gap-4" style="list-style:none;">
<div>
<p style="font-weight:700;color:#002045;margin-bottom:4px;">Questions about this policy?</p>
<p style="margin:0;font-size:.875rem;">Our team is happy to clarify any aspect of our privacy practices.</p>
</div>
<a href="contact.html" class="bg-primary text-on-primary px-6 py-3 rounded-lg text-sm font-semibold hover:opacity-90 transition-all" style="text-decoration:none;color:#fff;">Contact Us</a>
</div>
</main>
<footer class="bg-slate-50 border-t border-slate-200">
<div class="max-w-7xl mx-auto py-12 px-6">
<div class="flex flex-col md:flex-row justify-between items-start gap-10 mb-8">
<div class="max-w-xs"><div class="text-lg font-bold text-slate-900 mb-2">Hisaab-Pro</div>
<p id="repo-description" class="text-xs text-slate-500 leading-relaxed mb-4">Professional accounting software for Indian CAs and small businesses. USB-portable, fully offline, AES-256 encrypted.</p>
<div id="repo-stats"></div>
</div>
<div class="flex flex-wrap gap-10">
<div class="flex flex-col gap-2">
<span class="text-[10px] font-bold text-slate-400 uppercase tracking-widest mb-1">Product</span>
<a href="features.html" class="text-xs text-slate-500 hover:text-blue-700 hover:underline underline-offset-4 transition-all">Features</a>
<a href="changelog.html" class="text-xs text-slate-500 hover:text-blue-700 hover:underline underline-offset-4 transition-all">Download</a>
<a href="changelog.html" class="text-xs text-slate-500 hover:text-blue-700 hover:underline underline-offset-4 transition-all">Changelog</a>
</div>
<div class="flex flex-col gap-2">
<span class="text-[10px] font-bold text-slate-400 uppercase tracking-widest mb-1">Support</span>
<a href="contact.html" class="text-xs text-slate-500 hover:text-blue-700 hover:underline underline-offset-4 transition-all">Contact Us</a>
<a href="issue.html" class="text-xs text-slate-500 hover:text-blue-700 hover:underline underline-offset-4 transition-all">Report Issue</a>
</div>
<div class="flex flex-col gap-2">
<span class="text-[10px] font-bold text-slate-400 uppercase tracking-widest mb-1">Legal</span>
<a href="privacy.html" class="text-xs font-semibold text-primary hover:underline underline-offset-4">Privacy Policy</a>
<a href="terms.html" class="text-xs text-slate-500 hover:text-blue-700 hover:underline underline-offset-4 transition-all">Terms of Service</a>
<a href="security.html" class="text-xs text-slate-500 hover:text-blue-700 hover:underline underline-offset-4 transition-all">Security</a>
</div>
</div>
</div>
<div class="border-t border-slate-200 pt-6 flex flex-col sm:flex-row items-center justify-between gap-4">
<p class="text-xs text-slate-400">© 2024 DT Tech Inc. Licensed under <span id="repo-license" class="font-semibold text-slate-600">MIT License</span>.</p>
<p class="text-xs text-slate-400">View on <a href="https://github.com/SolarisXD/Hisaab-Pro" target="_blank" class="github-repo-link text-primary hover:underline">GitHub</a></p>
</div>
</div>
</footer>
<!-- GitHub Release API Integration -->
<script src="js/github-release.js"></script>
</body></html>