-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
457 lines (378 loc) · 14.7 KB
/
index.html
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
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sharma Ji Atal Seva Kendra - One-Stop Solution for Essential Services</title>
<meta name="description"
content="Sharma Ji Atal Seva Kendra offers a range of essential services, including government services, financial inclusion, e-governance, and more. Contact us for Aadhaar, voter ID, PAN card services, and more.">
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet">
<link rel="icon" href="/assets/icon.png" type="image/png">
<script type="text/javascript">
function googleTranslateElementInit() {
new google.translate.TranslateElement({ pageLanguage: 'en', includedLanguages: 'en,hi', layout: google.translate.TranslateElement.InlineLayout.SIMPLE }, 'google_translate_element');
}
</script>
<script type="text/javascript"
src="https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f4;
}
body.light {
background-color: #f2f2f2;
color: #333;
}
body.dark {
background-color: #333;
color: #fff;
}
nav {
padding: 10px;
display: flex;
justify-content: space-between;
align-items: center;
}
nav a {
color: #333;
text-decoration: none;
}
button {
background: none;
border: none;
cursor: pointer;
font-size: 20px;
color: #333;
}
header {
text-align: center;
padding: 50px 20px;
}
section {
padding: 20px;
border-radius: 8px;
margin-bottom: 20px;
background-color: #fff;
}
h2 {
color: #333;
}
footer {
text-align: center;
padding: 10px;
width: 100%;
display: flex;
width: 100%;
justify-content: center;
flex-wrap: wrap;
}
body.dark nav {
background-color: #555;
}
body.dark nav a {
color: #fff;
}
body.dark button {
color: #fff;
}
body.dark header {
background-color: #555;
color: #fff;
}
body.dark section {
background-color: #444;
}
body.dark h2 {
color: #fff;
}
body.dark footer {
background-color: #555;
color: #fff;
}
#logoimg {
mix-blend-mode: multiply;
max-width: 100%;
max-height: 60px;
}
</style>
<style>
body {
margin: 0;
padding: 0;
}
#chatButton {
position: fixed;
bottom: 20px;
right: 20px;
background-color: #25D366;
color: #fff;
border: none;
border-radius: 50%;
padding: 15px;
font-size: 20px;
cursor: pointer;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
z-index: 1000;
aspect-ratio: 1/1;
}
#chatMenu {
display: none;
position: fixed;
bottom: 80px;
right: 20px;
width: 300px;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
background-color: #fff;
padding: 15px;
z-index: 1000;
}
#chatMenu textarea {
width: 100%;
margin-bottom: 10px;
padding: 10px;
border: 1px solid #ccc;
border-radius: 4px;
resize: none;
}
#sendButton {
background-color: #25D366;
color: #fff;
border: none;
padding: 10px 15px;
border-radius: 4px;
cursor: pointer;
margin-bottom: 10px;
}
#continueLink {
text-align: center;
font-size: 14px;
color: #25D366;
cursor: pointer;
}
.contact-options {
background-color: #fff;
padding: 20px;
border-radius: 8px;
margin-bottom: 20px;
}
.contact-options h2 {
color: #333;
}
.contact-button {
display: inline-block;
margin: 10px 0;
padding: 10px 20px;
text-decoration: none;
color: #fff;
background-color: #007bff;
border-radius: 5px;
transition: background-color 0.3s;
}
.contact-button:hover {
background-color: #0056b3;
}
/* Dual Theme Styles */
body.dark .contact-options {
background-color: #444;
color: #fff;
}
body.dark .contact-options h2 {
color: #fff;
}
body.dark .contact-button {
background-color: #007bff;
}
body.dark .contact-button:hover {
background-color: #0056b3;
}
</style>
<link rel="stylesheet" href="/assets/styles.css">
</head>
<body class="light">
<div id="google_translate_element"></div>
<nav class="navbar navbar-light">
<a class="navbar-brand" href="#"><img src="/assets/csc-logo.webp" alt="" id="logoimg"></a>
<button class="btn btn-light" id="themeToggle" onclick="toggleTheme()">🌙</button>
</nav>
<header>
<h1 class="translatable">Sharma Ji Atal Seva Kendra</h1>
<p class="translatable">Your One-Stop Solution for Essential Services</p>
</header>
<div class="container mt-3">
<section>
<h2 class="translatable">Welcome to Sharma Ji Atal Seva Kendra</h2>
<p class="lead translatable">Empowering you with a variety of services for your convenience.</p>
<div class="contact-options dual-theme">
<h2>Contact Us</h2>
<a href="tel:+919671008184" class="contact-button">Call us</a>
<a href="https://wa.me/+919671008184" class="contact-button" target="_blank">WhatsApp us</a>
<a href="mailto:info@sharmajisevakendra.com" class="contact-button">Email us</a>
</div>
</section>
<div class="row">
<div class="col-md-6">
<section>
<h2 class="translatable">Government Services</h2>
<ul>
<li>
<h3 class="translatable">Aadhaar Card Services</h3>
<p class="translatable">Enrollment, updates, corrections, and other Aadhaar-related services
are available at
Sharma Ji Atal Seva Kendra.</p>
</li>
<li>
<h3 class="translatable">Voter ID Card Services</h3>
<p class="translatable">Get assistance with voter ID card applications and updates.</p>
</li>
<li>
<h3 class="translatable">PAN Card Services</h3>
<p class="translatable">Apply for a new PAN card or make corrections to existing ones.</p>
</li>
<li>
<h3 class="translatable">Passport Services</h3>
<p class="translatable">Submit passport applications, check application status, and schedule
appointments.</p>
</li>
</ul>
</section>
</div>
<div class="col-md-6">
<section>
<h2 class="translatable">Financial Inclusion Services</h2>
<ul>
<li>
<h3 class="translatable">Banking Services</h3>
<p class="translatable">Open new accounts, inquire about balances, and conduct various
banking transactions.</p>
</li>
<li>
<h3 class="translatable">Insurance Services</h3>
<p class="translatable">Explore insurance options, make premium payments, and get assistance
with claims.</p>
</li>
</ul>
</section>
</div>
</div>
<div class="row">
<div class="col-md-6">
<section>
<h2 class="translatable">E-Governance and Utility Bill Payments</h2>
<ul>
<li>
<h3 class="translatable">Utility Bill Payments</h3>
<p class="translatable">Pay your electricity, water, and gas bills conveniently at Sharma Ji
Seva Kendra.</p>
</li>
<li>
<h3 class="translatable">Online Application Support for Government Schemes</h3>
<p class="translatable">Receive assistance in applying for various government schemes
online.</p>
</li>
</ul>
</section>
</div>
<div class="col-md-6">
<section>
<h2 class="translatable">Telecom and Internet Services</h2>
<ul>
<li>
<h3 class="translatable">Mobile and DTH Recharges</h3>
<p class="translatable">Top up your mobile and DTH services with ease.</p>
</li>
<li>
<h3 class="translatable">Internet Services Subscription and Support</h3>
<p class="translatable">Subscribe to internet services and get support for any related
issues.</p>
</li>
</ul>
</section>
</div>
</div>
<div class="row">
<div class="col-md-6">
<section>
<h2 class="translatable">Digital Marketing and Business Services</h2>
<ul>
<li>
<h3 class="translatable">E-commerce Services</h3>
<p class="translatable">List your products and process orders through our e-commerce
services.</p>
</li>
<li>
<h3 class="translatable">Online Form Filling Services</h3>
<p class="translatable">Get assistance in filling out various online forms for applications.
</p>
</li>
<li>
<h3 class="translatable">Local Business Promotion</h3>
<p class="translatable">Promote your local business through our digital marketing services.
</p>
</li>
</ul>
</section>
</div>
</div>
</div>
<button id="chatButton" class="btn btn-success" onclick="toggleChatMenu()">💬</button>
<div id="chatMenu" class="bg-light">
<textarea id="chatMessage" class="form-control" placeholder="Type your message"></textarea>
<button id="sendButton" class="btn btn-success btn-block" onclick="sendMessage()">Send</button>
<p id="continueLink" onclick="continueOnWhatsApp()">Continue on WhatsApp</p>
</div>
<footer>
<p> © 2024 Sharma Ji Atal Seva Kendra. All rights reserved. Proudly serving the Indian community.
</p>
<a href="https://aryanmishra.arycodes.in">Powered By AryCodes</a>
</footer>
<script>
function setInitialTheme() {
const prefersDarkMode = window.matchMedia('(prefers-color-scheme: dark)').matches;
document.body.classList.toggle('dark', prefersDarkMode);
}
function toggleTheme() {
document.body.classList.toggle('dark');
updateThemePreference();
}
function updateThemePreference() {
const currentTheme = document.body.classList.contains('dark') ? 'dark' : 'light';
localStorage.setItem('themePreference', currentTheme);
}
window.addEventListener('DOMContentLoaded', () => {
setInitialTheme();
const savedTheme = localStorage.getItem('themePreference');
if (savedTheme) {
document.body.classList.toggle(savedTheme === 'dark' ? 'dark' : 'light');
}
});
</script>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<script>
function toggleChatMenu() {
var chatMenu = document.getElementById("chatMenu");
chatMenu.style.display = (chatMenu.style.display === "block") ? "none" : "block";
}
function sendMessage() {
var message = document.getElementById("chatMessage").value;
var phoneNumber = "+91123456789";
var whatsappURL = "https://wa.me/" + phoneNumber + "?text=" + encodeURIComponent(message);
window.location.href = whatsappURL;
}
function continueOnWhatsApp() {
var phoneNumber = "+91123456789";
var whatsappURL = "https://wa.me/" + phoneNumber;
window.location.href = whatsappURL;
}
</script>
</body>
</html>