-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
287 lines (287 loc) · 16.3 KB
/
contact.html
File metadata and controls
287 lines (287 loc) · 16.3 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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
<!DOCTYPE html>
<html class="light" lang="en">
<head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>Contact Us - Hisaab-Pro</title>
<meta name="description" content="Get in touch with the Hisaab-Pro support team. We provide expert assistance for Indian CAs and professionals using our precision ledger software."/>
<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;
}
.tonal-layer-1 {
box-shadow: 0px 2px 4px rgba(0, 32, 69, 0.1);
}
/* Global Nav Active State */
.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;
}
</style>
</head>
<body class="bg-background text-on-background font-body-main antialiased">
<!-- TopNavBar — Global Navigation (identical on all pages) -->
<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">
<!-- Logo -->
<a href="index.html" class="text-xl font-bold text-blue-900 tracking-tight">DT Tech Inc.</a>
<!-- Navigation Links -->
<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 active">Contact</a></li>
<li><a href="issue.html" class="nav-link">Report Issue</a></li>
</ul>
<!-- Primary CTA — Single, consistent across all pages -->
<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>
<main class="max-w-7xl mx-auto px-6 py-xl">
<div class="grid grid-cols-1 md:grid-cols-12 gap-gutter">
<!-- Left Column: Contact Info -->
<div class="md:col-span-5 space-y-xl">
<div>
<h1 class="font-headline-md text-headline-md text-primary mb-md">Get in Touch with Our Experts</h1>
<p class="text-body-main text-on-surface-variant max-w-md">Our dedicated support team is here to assist you with all your financial management needs. Experience professional excellence with Hisaab-Pro.</p>
</div>
<div class="space-y-md">
<!-- Email -->
<div class="bg-surface-container-low p-md rounded-xl tonal-layer-1 flex items-start gap-md">
<div class="bg-primary-container p-sm rounded-lg flex items-center justify-center">
<span class="material-symbols-outlined text-white" data-icon="mail">mail</span>
</div>
<div>
<p class="font-label-caps text-label-caps text-primary mb-1">EMAIL SUPPORT</p>
<p class="font-title-sm text-title-sm text-on-surface">support@hisaabpro.com</p>
<p class="text-sm text-on-surface-variant">24/7 Response for Premium Users</p>
</div>
</div>
<!-- Phone -->
<div class="bg-surface-container-low p-md rounded-xl tonal-layer-1 flex items-start gap-md">
<div class="bg-primary-container p-sm rounded-lg flex items-center justify-center">
<span class="material-symbols-outlined text-white" data-icon="call">call</span>
</div>
<div>
<p class="font-label-caps text-label-caps text-primary mb-1">DIRECT CONTACT</p>
<p class="font-title-sm text-title-sm text-on-surface">+91 (800) 456-7890</p>
<p class="text-sm text-on-surface-variant">Mon-Sat, 9:00 AM to 6:00 PM IST</p>
</div>
</div>
<!-- Address -->
<div class="bg-surface-container-low p-md rounded-xl tonal-layer-1 flex items-start gap-md">
<div class="bg-primary-container p-sm rounded-lg flex items-center justify-center">
<span class="material-symbols-outlined text-white" data-icon="location_on">location_on</span>
</div>
<div>
<p class="font-label-caps text-label-caps text-primary mb-1">HEADQUARTERS</p>
<p class="font-title-sm text-title-sm text-on-surface leading-snug">DT Tech Plaza, Cyber Hub, Sector 24, Gurugram, India</p>
</div>
</div>
</div>
<div class="rounded-xl overflow-hidden tonal-layer-1 aspect-video relative">
<img alt="Map Location" class="w-full h-full object-cover" data-alt="A detailed, modern digital map visualization showing the corporate tech hub of Gurugram, India. The map features a minimalist UI aesthetic with deep navy blue and soft gray accents, highlighting DT Tech Plaza. High-key lighting and clean vector lines represent city infrastructure with professional precision. The aesthetic is sophisticated and corporate, aligning with the Hisaab-Pro brand identity." data-location="Gurugram, India" src="https://lh3.googleusercontent.com/aida-public/AB6AXuBcfth9dKuGvnM64sak5psN4sp8xHiwbHVjQC-DEDu7DZu3dYE64AL3djqzXG8lNhBPq3kP8L3YWdRj5EIPWavrAN2pdVGkWmvXHC9UsXI_uJzBSUPWPSn-knxIh5sAGwUWegxiBcV1M_rizqgNr-a29wOsq8Bpe2FSefJGwAH0-_MRD1DqNqtHimXSgBEc9FWjIMdm4I0J8BMkeM0xm3sFCvwaRAQbTyw4oij56DL9vvJ16KRu2IPs4brD8B_zL2Qjsf_Q99g5Dto"/>
</div>
</div>
<!-- Right Column: Contact Form -->
<div class="md:col-span-7">
<div class="bg-white p-xl rounded-xl border border-outline-variant tonal-layer-1">
<h2 class="font-title-sm text-title-sm text-primary mb-lg">Send us a message</h2>
<form id="contact-form" class="space-y-lg">
<div class="grid grid-cols-1 sm:grid-cols-2 gap-md">
<div class="space-y-xs">
<label class="font-label-caps text-label-caps text-on-surface-variant">FULL NAME</label>
<input name="name" class="w-full border-outline-variant focus:border-primary focus:ring-1 focus:ring-primary rounded-lg p-md text-body-main placeholder:text-outline" placeholder="e.g. Rajesh Kumar" type="text" required/>
</div>
<div class="space-y-xs">
<label class="font-label-caps text-label-caps text-on-surface-variant">OFFICIAL EMAIL</label>
<input name="email" class="w-full border-outline-variant focus:border-primary focus:ring-1 focus:ring-primary rounded-lg p-md text-body-main placeholder:text-outline" placeholder="rkumar@firm.com" type="email" required/>
</div>
</div>
<div class="grid grid-cols-1 sm:grid-cols-2 gap-md">
<div class="space-y-xs">
<label class="font-label-caps text-label-caps text-on-surface-variant">PHONE NUMBER</label>
<input name="phone" class="w-full border-outline-variant focus:border-primary focus:ring-1 focus:ring-primary rounded-lg p-md text-body-main placeholder:text-outline" placeholder="+91 98765-43210" type="tel"/>
</div>
<div class="space-y-xs">
<label class="font-label-caps text-label-caps text-on-surface-variant">INQUIRY TYPE</label>
<select name="inquiry_type" class="w-full border-outline-variant focus:border-primary focus:ring-1 focus:ring-primary rounded-lg p-md text-body-main">
<option>Technical Support</option>
<option>Sales Inquiry</option>
<option>Feature Request</option>
<option>Billing Question</option>
</select>
</div>
</div>
<div class="space-y-xs">
<label class="font-label-caps text-label-caps text-on-surface-variant">MESSAGE</label>
<textarea name="message" class="w-full border-outline-variant focus:border-primary focus:ring-1 focus:ring-primary rounded-lg p-md text-body-main placeholder:text-outline" placeholder="How can we help your business achieve fiscal precision today?" rows="5" required></textarea>
</div>
<div class="flex items-center gap-sm bg-surface-container-low p-md rounded-lg border border-outline-variant">
<span class="material-symbols-outlined text-secondary" data-icon="verified_user">verified_user</span>
<p class="text-xs text-on-surface-variant">Your data is secured with AES-256 bank-grade encryption protocols.</p>
</div>
<button class="w-full bg-primary text-white font-semibold py-4 rounded-lg hover:bg-primary/95 active:scale-[0.98] transition-all flex items-center justify-center gap-sm" type="submit">
Submit Inquiry
<span class="material-symbols-outlined" data-icon="send">send</span>
</button>
</form>
</div>
<!-- Secondary Trust Area -->
<div class="mt-lg grid grid-cols-3 gap-md">
<div class="text-center p-md">
<p class="font-data-mono text-data-mono text-primary font-bold">15,000+</p>
<p class="text-[10px] text-on-surface-variant uppercase tracking-widest">Active CAs</p>
</div>
<div class="text-center p-md border-x border-outline-variant">
<p class="font-data-mono text-data-mono text-primary font-bold">99.9%</p>
<p class="text-[10px] text-on-surface-variant uppercase tracking-widest">Uptime Rate</p>
</div>
<div class="text-center p-md">
<p class="font-data-mono text-data-mono text-primary font-bold">ISO 27001</p>
<p class="text-[10px] text-on-surface-variant uppercase tracking-widest">Certified</p>
</div>
</div>
</div>
</div>
</main>
<!-- Footer — Unified across all pages -->
<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 text-slate-500 hover:text-blue-700 hover:underline underline-offset-4 transition-all">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>