-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathenable-dbt.html
More file actions
405 lines (377 loc) · 19.8 KB
/
Copy pathenable-dbt.html
File metadata and controls
405 lines (377 loc) · 19.8 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
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="asyncPranav - Pranav singh chandel">
<title>Setup Guide | Know Your DBT Account</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="assets/js/enable-dbt.js" defer></script>
<script src="assets/js/nav.js" defer></script>
</head>
<body class="bg-[#f9fcff] text-gray-800 font-sans">
<!-- Header -->
<header class="bg-white shadow sticky top-0 z-50">
<div class="max-w-7xl mx-auto flex justify-between items-center px-6 py-4">
<!-- Logo + Title -->
<a href="index.html" class="flex items-center space-x-3">
<div class="w-10 h-10 rounded-full bg-gradient-to-r from-blue-500 to-green-500 flex items-center justify-center">
<svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6 text-white" fill="none" viewBox="0 0 24 24"
stroke="currentColor" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round" d="M12 14l9-5-9-5-9 5 9 5z" />
<path stroke-linecap="round" stroke-linejoin="round"
d="M12 14l6.16-3.42A12.083 12.083 0 0112 21.5 12.083 12.083 0 015.84 10.58L12 14z" />
</svg>
</div>
<div>
<p class="font-bold text-lg text-gray-900">Know Your DBT Account</p>
<p class="text-xs text-gray-500">Ministry of Social Justice & Empowerment</p>
</div>
</a>
<!-- Desktop Navigation -->
<nav class="hidden md:flex items-center space-x-6 font-medium">
<a href="index.html" class="text-blue-600 font-semibold">Home</a>
<a href="difference.html" class="hover:text-blue-600 transition font-semibold">What's the Difference?</a>
<a href="check-status.html" class="hover:text-blue-600 transition font-semibold">Check Status</a>
<a href="enable-dbt.html" class="hover:text-blue-600 transition font-semibold">Setup Guide</a>
<a href="quiz.html" class="hover:text-blue-600 font-semibold">Quiz</a>
<a href="support.html" class="hover:text-blue-600 transition font-semibold">Support</a>
</nav>
<!-- Language Selector - Desktop -->
<div class="hidden md:block ml-4">
<select id="languageSelectDesktop"
class="border border-gray-300 text-sm rounded px-2 py-1 focus:ring-2 focus:ring-blue-500 focus:border-blue-500">
<option value="en" selected>English</option>
<option value="hi">हिन्दी</option>
<option value="mr">मराठी</option>
<option value="bn">বাংলা</option>
<option value="ta">தமிழ்</option>
<option value="ml">മലയാളം</option>
</select>
</div>
<!-- Hamburger Menu - Mobile -->
<button id="menuBtn"
class="md:hidden text-gray-600 hover:text-blue-600 focus:outline-none focus:ring-2 focus:ring-blue-400"
aria-label="Open menu">
<svg xmlns="http://www.w3.org/2000/svg" class="h-7 w-7" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" />
</svg>
</button>
</div>
<!-- Mobile Menu -->
<div id="mobileMenu"
class="fixed top-0 right-0 h-full w-64 bg-white shadow-lg transform translate-x-full transition-transform duration-300 z-50 md:hidden"
role="dialog" aria-modal="true" aria-labelledby="mobileMenuLabel">
<!-- Top Header: Logo + Title + Close -->
<div class="p-4 flex justify-between items-center border-b">
<div class="flex items-center gap-2">
<div class="w-8 h-8 rounded-full bg-gradient-to-r from-blue-500 to-green-500 flex items-center justify-center">
<svg xmlns="http://www.w3.org/2000/svg" class="w-4 h-4 text-white" fill="none" viewBox="0 0 24 24"
stroke="currentColor" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round" d="M12 14l9-5-9-5-9 5 9 5z" />
<path stroke-linecap="round" stroke-linejoin="round"
d="M12 14l6.16-3.42A12.083 12.083 0 0112 21.5 12.083 12.083 0 015.84 10.58L12 14z" />
</svg>
</div>
<h2 id="mobileMenuLabel" class="font-semibold text-sm text-black-600">DBT Account Guide</h2>
</div>
<button id="closeMenu"
class="text-gray-600 hover:text-red-500 focus:outline-none focus:ring-2 focus:ring-red-400"
aria-label="Close menu">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" />
</svg>
</button>
</div>
<!-- Mobile Nav Links -->
<nav class="flex flex-col space-y-4 p-4 text-gray-700">
<a href="index.html" class="text-blue-600 font-semibold">Home</a>
<a href="difference.html" class="hover:text-blue-600 font-semibold">What's the Difference?</a>
<a href="check-status.html" class="hover:text-blue-600 font-semibold">Check Status</a>
<a href="enable-dbt.html" class="hover:text-blue-600 font-semibold">Setup Guide</a>
<a href="quiz.html" class="hover:text-blue-600 font-semibold">Quiz</a>
<a href="support.html" class="hover:text-blue-600 font-semibold">Support</a>
</nav>
<!-- Language Selector - Mobile -->
<div class="p-4 border-t">
<label for="languageSelectMobile" class="block text-sm font-medium text-gray-700 mb-1">Select Language</label>
<select id="languageSelectMobile"
class="w-full border border-gray-300 text-sm rounded px-2 py-1 focus:ring-2 focus:ring-blue-500 focus:border-blue-500">
<option value="en" selected>English</option>
<option value="hi">हिन्दी</option>
<option value="mr">मराठी</option>
<option value="bn">বাংলা</option>
<option value="ta">தமிழ்</option>
<option value="ml">മലയാളം</option>
</select>
</div>
</div>
</header>
<!-- Main Section -->
<main class="max-w-6xl mx-auto px-4 py-16">
<!-- Heading -->
<div class="text-center mb-10">
<span
class="inline-block text-xs font-semibold bg-blue-100 text-blue-600 px-3 py-1 rounded-full mb-2">Step-by-Step
Guide</span>
<h1 class="text-4xl font-bold mb-3 text-gray-800">How to Enable DBT for Your Bank Account</h1>
<p class="text-gray-600 text-lg">Follow these steps to make your account scholarship-ready</p>
</div>
<!-- Progress -->
<div class="mb-12">
<div class="flex items-center justify-center gap-4">
<div class="flex items-center">
<div class="w-8 h-8 bg-blue-600 text-white rounded-full flex items-center justify-center text-sm font-bold">1
</div><span class="ml-2 text-sm font-medium">Download</span>
</div>
<div class="w-16 h-1 bg-gray-300"></div>
<div class="flex items-center">
<div
class="w-8 h-8 bg-gray-300 text-gray-600 rounded-full flex items-center justify-center text-sm font-bold">2
</div><span class="ml-2 text-sm text-gray-500 font-medium">Visit</span>
</div>
<div class="w-16 h-1 bg-gray-300"></div>
<div class="flex items-center">
<div
class="w-8 h-8 bg-gray-300 text-gray-600 rounded-full flex items-center justify-center text-sm font-bold">3
</div><span class="ml-2 text-sm text-gray-500 font-medium">Submit</span>
</div>
<div class="w-16 h-1 bg-gray-300"></div>
<div class="flex items-center">
<div
class="w-8 h-8 bg-gray-300 text-gray-600 rounded-full flex items-center justify-center text-sm font-bold">4
</div><span class="ml-2 text-sm text-gray-500 font-medium">Verify</span>
</div>
</div>
</div>
<!-- Steps -->
<div class="space-y-8">
<!-- Step 1 -->
<div class="bg-white rounded-lg shadow p-8 border border-gray-200">
<div class="flex items-start gap-6">
<div
class="w-12 h-12 bg-blue-100 text-blue-600 rounded-full flex items-center justify-center text-xl font-bold">
1</div>
<div class="flex-1">
<h3 class="text-2xl font-bold text-gray-800 mb-3">📄 Download the Aadhaar Seeding Form</h3>
<p class="text-gray-600 mb-6">This form authorizes your bank to register your account with NPCI for DBT.</p>
<div class="bg-blue-50 border border-blue-200 rounded-lg p-4 mb-6">
<h4 class="font-semibold text-blue-800 mb-2">What you'll need</h4>
<ul class="text-sm text-blue-700 space-y-1">
<li>• Aadhaar Card (original + photocopy)</li>
<li>• Bank passbook or account statement</li>
<li>• Identity proof (PAN / Voter ID)</li>
<li>• Address proof (if different from Aadhaar)</li>
</ul>
</div>
<div class="flex flex-col sm:flex-row gap-4">
<a href="assets/pdfs/aadhaar-seeding-form.pdf"
class="inline-flex items-center justify-center px-6 py-3 bg-blue-600 text-white font-semibold rounded-lg shadow hover:bg-blue-700 transition"
download>📥 Download Aadhaar Seeding Form</a>
<a href="#"
class="inline-flex items-center justify-center px-6 py-3 bg-gray-100 text-gray-700 font-semibold rounded-lg hover:bg-gray-200 transition">📘
View Sample</a>
</div>
</div>
</div>
</div>
<!-- Step 2 -->
<div class="bg-white rounded-lg shadow p-8 border border-gray-200">
<div class="flex items-start gap-6">
<div
class="w-12 h-12 bg-gray-100 text-gray-600 rounded-full flex items-center justify-center text-xl font-bold">
2</div>
<div class="flex-1">
<h3 class="text-2xl font-bold text-gray-800 mb-3">🏦 Visit Your Bank Branch or CSC</h3>
<p class="text-gray-600 mb-6">Carry the filled form and documents to your bank branch or a nearby Common
Service Center.</p>
<div class="grid md:grid-cols-2 gap-6 mb-6">
<div class="bg-green-50 border border-green-200 rounded-lg p-4">
<h4 class="font-semibold text-green-800 mb-2">Bank Branch</h4>
<ul class="text-xs text-green-700 space-y-1">
<li>• Faster processing at home branch</li>
<li>• Processing time: 1–2 working days</li>
<li>• No service charges</li>
</ul>
</div>
<div class="bg-orange-50 border border-orange-200 rounded-lg p-4">
<h4 class="font-semibold text-orange-800 mb-2">Common Service Center</h4>
<ul class="text-xs text-orange-700 space-y-1">
<li>• Convenient if bank is far</li>
<li>• Processing time: 2–3 working days</li>
<li>• Small service fee may apply</li>
</ul>
</div>
</div>
<div class="bg-yellow-50 border border-yellow-200 rounded-lg p-4">
<h4 class="font-semibold text-yellow-800 mb-2">Important</h4>
<ul class="text-sm text-yellow-700 space-y-1">
<li>• Mobile number must be linked to Aadhaar</li>
<li>• Double-check account details on the form</li>
<li>• Keep photocopies of all submitted documents</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Step 3 -->
<div class="bg-white rounded-lg shadow p-8 border border-gray-200">
<div class="flex items-start gap-6">
<div
class="w-12 h-12 bg-gray-100 text-gray-600 rounded-full flex items-center justify-center text-xl font-bold">
3</div>
<div class="flex-1">
<h3 class="text-2xl font-bold text-gray-800 mb-3">🔗 Submit Documents and Complete Registration</h3>
<p class="text-gray-600 mb-6">Bank verifies details and registers your account with NPCI for DBT.</p>
<div class="space-y-3 mb-6">
<div class="flex items-start gap-3">
<div
class="w-6 h-6 bg-blue-100 text-blue-600 rounded-full flex items-center justify-center text-xs font-bold mt-0.5">
1</div>
<div>
<h4 class="font-semibold">Submit the form</h4>
<p class="text-sm text-gray-600">Hand in the filled Aadhaar Seeding Form and documents.</p>
</div>
</div>
<div class="flex items-start gap-3">
<div
class="w-6 h-6 bg-blue-100 text-blue-600 rounded-full flex items-center justify-center text-xs font-bold mt-0.5">
2</div>
<div>
<h4 class="font-semibold">Verification</h4>
<p class="text-sm text-gray-600">Your Aadhaar and bank details are verified.</p>
</div>
</div>
<div class="flex items-start gap-3">
<div
class="w-6 h-6 bg-blue-100 text-blue-600 rounded-full flex items-center justify-center text-xs font-bold mt-0.5">
3</div>
<div>
<h4 class="font-semibold">NPCI mapping</h4>
<p class="text-sm text-gray-600">Bank submits your account for DBT enablement.</p>
</div>
</div>
</div>
<div class="bg-blue-50 border border-blue-200 rounded-lg p-4">
<h4 class="font-semibold text-blue-800 mb-2">What to expect</h4>
<ul class="text-sm text-blue-700 space-y-1">
<li>• SMS confirmation within 24–48 hours</li>
<li>• Overall processing time: 1–3 working days</li>
<li>• OTP may be required during verification</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Step 4 -->
<div class="bg-white rounded-lg shadow p-8 border border-gray-200">
<div class="flex items-start gap-6">
<div
class="w-12 h-12 bg-gray-100 text-gray-600 rounded-full flex items-center justify-center text-xl font-bold">
4</div>
<div class="flex-1">
<h3 class="text-2xl font-bold text-gray-800 mb-3">✅ Verify DBT Status</h3>
<p class="text-gray-600 mb-6">Confirm that your account is DBT-enabled on the official UIDAI portal.</p>
<div class="grid md:grid-cols-2 gap-6 mb-6">
<div class="bg-green-50 border border-green-200 rounded-lg p-4">
<h4 class="font-semibold text-green-800 mb-2">Check Status Online</h4>
<p class="text-sm text-green-700 mb-3">Verify your DBT mapping status on UIDAI.</p>
<a href="https://uidai.gov.in" target="_blank"
class="inline-flex items-center px-4 py-2 bg-green-600 text-white text-sm font-semibold rounded hover:bg-green-700 transition">Open
UIDAI Portal</a>
</div>
<div class="bg-blue-50 border border-blue-200 rounded-lg p-4">
<h4 class="font-semibold text-blue-800 mb-2">SMS Confirmation</h4>
<p class="text-sm text-blue-700 mb-3">Look for a message confirming successful DBT registration.</p>
<div class="text-xs text-blue-600 bg-blue-100 p-2 rounded">Sample: "Your Aadhaar has been successfully
linked to your bank account for DBT."</div>
</div>
</div>
<div class="bg-yellow-50 border border-yellow-200 rounded-lg p-4">
<h4 class="font-semibold text-yellow-800 mb-2">If registration fails</h4>
<ul class="text-sm text-yellow-700 space-y-1">
<li>• Re-check details and re-submit the form</li>
<li>• Visit the home branch for quicker resolution</li>
<li>• Call UIDAI helpline: 1947</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- Success CTA -->
<div class="mt-12 bg-gradient-to-r from-green-500 to-blue-600 text-white rounded-lg p-8 text-center shadow">
<h3 class="text-2xl font-bold mb-2">🎉 All Set!</h3>
<p class="mb-6 text-sm">Once enabled, scholarship payments will be credited directly to your DBT-enabled account.
</p>
<a href="check-status.html"
class="inline-block bg-white text-green-700 font-semibold px-6 py-3 rounded shadow hover:bg-gray-100 transition">🔍
Check Your Status</a>
</div>
<!-- FAQ -->
<div class="mt-16">
<h2 class="text-3xl font-bold text-center text-gray-800 mb-10">Frequently Asked Questions</h2>
<div class="space-y-4">
<div class="bg-white rounded-lg shadow p-6 border border-gray-200">
<h4 class="font-semibold text-gray-800 mb-2">How long does DBT registration take?</h4>
<p class="text-gray-600 text-sm">Usually 1–3 business days after submission. You'll receive an SMS once
complete.</p>
</div>
<div class="bg-white rounded-lg shadow p-6 border border-gray-200">
<h4 class="font-semibold text-gray-800 mb-2">Is there any cost?</h4>
<p class="text-gray-600 text-sm">Free at bank branches. CSCs may charge a small service fee.</p>
</div>
<div class="bg-white rounded-lg shadow p-6 border border-gray-200">
<h4 class="font-semibold text-gray-800 mb-2">Mobile not linked to Aadhaar?</h4>
<p class="text-gray-600 text-sm">Link your number at an Aadhaar Enrollment Center before DBT registration.</p>
</div>
</div>
</div>
</main>
<!-- Updated Footer -->
<footer class="bg-[#0b1223] text-white pt-12 pb-6 mt-12">
<div class="max-w-7xl mx-auto px-4 grid grid-cols-1 sm:grid-cols-3 gap-8 border-b border-gray-700 pb-8">
<!-- Column 1: Logo & Description -->
<div>
<div class="flex items-center gap-2 mb-3">
<div class="bg-gradient-to-r from-blue-500 to-green-500 p-2 rounded-full">
<svg class="w-5 h-5 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
</svg>
</div>
<span class="font-semibold text-lg">Know Your DBT Account</span>
</div>
<p class="text-sm text-gray-300">
Empowering students with knowledge about DBT-enabled bank accounts for seamless scholarship processing.
</p>
</div>
<!-- Column 2: Quick Links -->
<div>
<h3 class="font-semibold text-white mb-3">Quick Links</h3>
<ul class="space-y-2 text-sm text-gray-300">
<li><a href="#" class="hover:text-white">Account Types</a></li>
<li><a href="enable-dbt.html" class="hover:text-white">Setup Guide</a></li>
<li><a href="#" class="hover:text-white">Ask Questions</a></li>
<li><a href="#" class="hover:text-white">Latest Updates</a></li>
</ul>
</div>
<!-- Column 3: Support -->
<div>
<h3 class="font-semibold text-white mb-3">Support</h3>
<ul class="space-y-2 text-sm text-gray-300">
<li><strong>UIDAI Helpline:</strong> 1947</li>
<li><strong>NPCI Helpline:</strong> 1800–1201–1947</li>
<li><strong>Scholarship Portal:</strong> <a href="https://scholarships.gov.in"
class="underline hover:text-white">scholarships.gov.in</a></li>
<li><strong>Email:</strong> <a href="mailto:support@dbtguide.gov.in"
class="underline hover:text-white">support@dbtguide.gov.in</a></li>
</ul>
</div>
</div>
<!-- Bottom -->
<div class="text-center text-xs text-gray-400 mt-6">
© 2024 Government of India. Developed for educational awareness.
</div>
</footer>
</body>
</html>