forked from vishal02527/My-Strength-Shree-Krishna
-
Notifications
You must be signed in to change notification settings - Fork 0
/
narsi.html
591 lines (541 loc) · 20.1 KB
/
narsi.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
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Narsi: A Devotee's Journey of Unconditional Love</title>
<script
src="https://kit.fontawesome.com/d74f12bccc.js"
crossorigin="anonymous"
></script>
<style>
body {
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
background-image: var(--bg-color);
color: #333;
margin: 0;
padding: 0;
box-sizing: border-box;
overflow-x: hidden;
}
.scroll-top-btn {
position: fixed; /* Fixed position */
bottom: 30px;
right: 30px;
background-color: #330867;
color: white;
border: none;
padding: 10px 15px;
cursor: pointer;
border-radius: 5px;
display: none; /* Initially hidden */
z-index: 1000; /* Ensure it appears above other content */
}
.scroll-top-btn:hover {
background-color: #330867;
}
p::selection {
background-color: rgb(237, 204, 133);
color: #000;
}
main h1 {
margin-top: 40px;
text-align: center;
font-size: 36px;
font-weight: 900;
background: var(--ternary-color);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.header {
text-align: center;
background-image: url(https://www.hitaambrish.com/stat/img/home/Gallery_Bg.jpg);
padding: 10px 20px;
position: sticky;
top: 0;
z-index: 100;
box-shadow: 0px 6px 10px #ccc;
}
.navigation {
padding: 10px;
display: flex;
justify-content: space-between;
align-items: center;
}
.navigation .navbar {
display: flex;
margin-right: 350px !important;
}
.navbar .navbar-up {
display: flex;
}
.navigation .homeDiv #homeBtn {
align-items: center;
background-image: linear-gradient(
144deg,
#af40ff,
#5b42f3 50%,
#00ddeb
);
border: 0;
border-radius: 8px;
box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
box-sizing: border-box;
color: #ffffff;
display: flex;
font-family: Phantomsans, sans-serif;
justify-content: center;
line-height: 0.8em;
max-width: 100%;
min-width: 110px;
padding: 3px;
text-decoration: none;
cursor: pointer;
}
.navigation .homeDiv #homeBtn:active,
.navigation .homeDiv #homeBtn:hover {
outline: 0;
}
.navigation .homeDiv #homeBtn a {
background-color: rgb(5, 6, 45);
color: #fff;
font-size: 16px;
padding: 16px 24px;
border-radius: 6px;
width: 100%;
height: 100%;
transition: 300ms;
text-decoration: none;
}
.navigation .homeDiv #homeBtn:hover a {
background: none;
}
.navigation .navbar a {
color: #fff;
text-decoration: none;
margin: 0 5px;
font-size: 16px;
font-weight: 500;
transition: ease-in 0.3s;
border: 2px solid #fff;
padding: 10px 15px;
border-radius: 20px;
}
.navigation .navbar a:hover {
color: rgb(250, 219, 153);
border: 2px solid rgb(250, 219, 153);
}
main {
padding: 20px;
}
.content {
max-width: 900px;
margin: 70px auto 100px;
padding: 20px 40px;
background-color: var(--primary-color);
color: var(--secondary-color);
border-radius: 10px;
box-shadow: 0 0 10px var(--forth-color);
}
.imageDiv {
text-align: center;
margin: 20px 0px 0px;
}
.imageDiv img {
width: 48%;
height: 430px;
}
#translateBtnDiv {
position: relative;
top: 50px;
left: 250px;
}
#translateBtn {
border: 0;
padding: 15px 25px;
color: #fff;
background-image: linear-gradient(
to right,
#314755 0%,
#26a0da 51%,
#314755 100%
);
background-size: 200% auto;
font-size: 16px;
cursor: pointer;
}
#translateBtn:hover {
background-position: right center;
}
.searchInput {
box-sizing: border-box;
width: 300px;
height: 35px;
padding: 5px 20px;
border-radius: 50px;
border: 0;
}
.searchInput:focus {
outline: 0;
}
.searchForm button {
padding: 0;
border: 0;
background-color: transparent;
position: relative;
top: 2px;
right: 55px;
}
.searchForm button i {
color: #555;
padding: 9px 15px;
font-size: 16px;
cursor: pointer;
transition: linear 0.16s;
}
.searchForm button i:hover {
color: #23d1c8;
}
footer {
background-color: #2c3e50;
color: #ecf0f1;
padding: 20px;
text-align: center;
position: relative;
bottom: 0;
width: 100%;
}
.footer-content {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
max-width: 1200px;
margin: 0px 10px 0px 60px;
}
.footer-section {
margin-bottom: 20px;
}
.footer-section h3 {
margin-bottom: 10px;
color: #f39c12;
}
.footer-section p {
font-size: 16px;
margin-top: 0;
margin-bottom: 0;
}
.social-icons a i {
color: #ecf0f1;
margin: 0 8px;
font-size: 30px;
text-decoration: none;
transition: color 0.3s;
}
.social-icons a i:hover {
color: rgb(241, 203, 120);
}
.creatorDiv {
margin-top: 10px;
}
.creatorDiv p {
margin-top: 0;
margin-bottom: 0;
font-size: 14px;
}
@media screen and (max-width: 600px) {
.header {
position: unset;
padding: 10px;
}
main h1 {
font-size: 22px;
}
.navigation {
display: flex;
flex-direction: column;
align-items: center;
}
.navigation .navbar {
display: flex;
flex-direction: column;
margin-top: 20px;
margin-right: 0 !important;
}
.searchForm button {
top: -34px;
right: -130px;
}
.searchForm {
margin-top: 10px;
margin-bottom: -35px;
}
.navigation .navbar a {
margin: 10px 0;
font-size: 12px;
}
.navigation .homeDiv #homeBtn {
min-width: 80px;
}
.navigation .homeDiv #homeBtn a {
font-size: 14px;
}
.content {
width: 90%;
margin: 60px auto;
padding: 10px 15px;
}
.imageDiv {
margin: 20px 0px -20px;
}
.imageDiv img {
width: 300px;
height: 210px;
}
#translateBtnDiv {
left: 5px;
}
.content p {
font-size: 14px;
}
#translateBtn {
padding: 12px 20px;
font-size: 14px;
}
.footer-content {
flex-direction: column;
align-items: center;
margin: 0px 40px 0px 0px;
}
.footer-section p {
font-size: 14px;
}
.social-icons a i {
font-size: 22px;
margin: 5px;
}
.footer-section {
margin-bottom: 0;
}
.creatorDiv {
margin-top: 20px;
margin-right: 30px;
}
.creatorDiv p {
font-size: 12px;
}
}
#icon{
width: 30px;
cursor: pointer;
}
:root{
--bg-color: url(https://www.hitaambrish.com/stat/img/home/quotes-bg.jpg);
--primary-color: #fff;
--secondary-color: #0e0e0e;
--ternary-color: linear-gradient(to right, #30cfd0 20%, #330867 100%);
--forth-color: rgba(0, 0, 0, 0.1);
}
.dark-theme{
--bg-color: url(https://www.hitaambrish.com/stat/img/home/Gallery_Bg.jpg);
--primary-color: #0e0e0e;
--secondary-color: #fff;
--ternary-color: #ab9353;
--forth-color: rgba(244, 240, 240, 0.1);
}
</style>
</head>
<body>
<button id="scrollTopBtn" class="scroll-top-btn"> <i class="fas fa-arrow-up"></i></button>
<div class="header">
<div class="navigation">
<div class="homeDiv">
<button id="homeBtn"><a href="./index.html">Home</a></button>
</div>
<div class="navbar">
<div class="navbar-up">
<a href="scriptures.html">Scriptures</a>
<a href="gallery.html">Gallery</a>
<a href="#" onclick="showLoginForm()">Discussion Forum</a>
<a href="devotional-resources.html">Devotional Resources</a>
<img src="images/moon.png" id="icon">
</div>
</div>
<form class="searchForm">
<input
type="text"
class="searchInput"
placeholder="Search all the content"
/>
<button><i class="fa-solid fa-magnifying-glass"></i></button>
</form>
</div>
</div>
<main>
<h1>Narsi: A Devotee's Journey of Unconditional Love</h1>
<div class="imageDiv">
<img src="./images/narsi.png" alt="नरसी" />
</div>
<div id="translateBtnDiv">
<button onclick="toggleLanguage()" id="translateBtn">
हिंदी में पढ़ें
</button>
</div>
<div class="content">
<div id="content-english">
<p>
Narsi, a name etched in the annals of devotion, embarked on a
profound spiritual journey that mirrored the simplicity and purity
of true Bhakti. His life, an ode to unwavering love for Shree
Krishna, unfolded in the rustic landscapes of devotion, leaving an
enduring legacy of humility and surrender.
</p>
<p>
Born in a humble village, Narsi's early years were marked by an
innate sense of curiosity and a deep-seated love for the divine. His
heart resonated with the melodies of Krishna's flute, and from a
tender age, he sought to make his life an offering at the feet of
the Supreme Lord.
</p>
<p>
Narsi's devotional journey found expression in the simplicity of his
actions. His days were spent immersed in prayer, his nights in
soulful kirtans that echoed through the serene surroundings. The
fragrance of devotion permeated every facet of his existence,
drawing fellow seekers and common villagers into the magnetic field
of his divine love.
</p>
<p>
The defining moment of Narsi's life occurred in the presence of a
traveling saint. As the saint narrated the tales of Krishna's leelas
and the transformative power of surrender, Narsi felt an
indescribable surge of devotion. In that moment, he pledged his
heart entirely to Shree Krishna, embracing a life of simplicity,
humility, and unwavering faith.
</p>
<p>
Narsi's devotional compositions, sung in the local dialect, became a
source of inspiration for generations to come. His bhajans, infused
with the sweetness of divine love, carried the essence of his
intimate communion with Shree Krishna. The lyrics, often simple yet
profound, touched the hearts of listeners, inviting them to partake
in the blissful journey of devotion.
</p>
<p>
Narsi's life exemplifies the transformative power of devotion,
emphasizing that the path to God is paved with sincerity, love, and
unwavering faith. His devotional journey, like a radiant beacon,
continues to guide seekers on the path of Bhakti, reminding them of
the boundless grace that awaits those who surrender with a pure and
open heart.
</p>
</div>
<div id="content-hindi" style="display: none">
<p>
नरसी, एक नाम जो भक्ति के इतिहास में सजा हुआ है, ने असली भक्ति की
सादगी और निर्विकार प्रेम की ओर एक गहरे आध्यात्मिक सफर पर प्रवृत्त
किया जो भगवान श्रीकृष्ण के प्रति अनवरत प्रेम को परिचित कराता है।
उसका जीवन, सच्चे भक्ति की उदाहरणीय भूमिका निभाते हुए गुहरे भक्ति के
दृष्टिकोण से है, जिसने विनम्रता और आत्मनिवेदन की एक बनावट का चित्रण
किया।
</p>
<p>
एक विनम्र गाँव में पैदा हुआ, नरसी के प्रारंभिक वर्षों में जिज्ञासा
और भगवान के प्रति एक गहरे प्रेम का आत्मचिन्ह था। उसका ह्रदय कृष्ण के
बाँसुरी के सुरों के साथ ध्वनित हो रहा था, और एक कोमल आयु से ही उसने
अपने जीवन को सर्वोत्तम परमेश्वर के पैरों में अर्पित करने का प्रयास
किया।
</p>
<p>
नरसी की भक्ति यात्रा ने उसके क्रियाओं की सरलता में अभिव्यक्ति पाई।
उसके दिन प्रार्थना में व्यस्त रहते थे, उसकी रातें उदार कीर्तनों में
बितती थीं जो शांति से भरे आस-पास दृश्यों के माध्यम से गूँथी गईं।
भक्ति की खुशबू ने उसके अस्तित्व के प्रत्येक पहलुओं को बहुत्वक्षेत्र
में ले आया, उसके दिव्य प्रेम की माधुर्य मेंढ़ भूतों और सामान्य
गाँववालों को अपनी शरण में आकर्षित करने में।
</p>
<p>
नरसी के जीवन का महत्वपूर्ण पल एक यात्री संत के सामने आया। जब संत ने
कृष्ण के लीलाओं की कहानियों और आत्मनिवेदन की शक्ति की कथाएँ सुनाई,
तो नरसी ने एक अवर्णनीय भक्ति की ऊँचाई की अनुभूति की। उस क्षण में,
उसने अपने हृदय को पूरी तरह से श्रीकृष्ण को समर्पित कर दिया, सरलता,
विनम्रता, और अनवरत विश्वास की एक जीवन अपनाकर।
</p>
<p>
नरसी के भक्ति रचनाएँ, स्थानीय बोलचाल में गाई जाने वाली, पीड़ारी भरी
दिव्य प्रेम के साथ, उसकी श्रीकृष्ण के साथ आत्मीय संबंध की रसभरी
प्रतिबिंब लेती थीं। बोल, अक्सर सरल होते हुए भी गहरे थे, उन्होंने
सुनने वालों के दिलों को छूने के लिए अपने प्रेम भरे संबंध की
सौभाग्यशाली यात्रा में भाग करने के लिए आमंत्रित किया।
</p>
<p>
नरसी का जीवन सादगी, प्रेम, और अनवरत विश्वास की शक्ति की मिसाल है,
जिससे प्रकट होता है कि भगवान की ओर जाने का मार्ग सत्य, प्रेम, और
अनविकल्पित विश्वास के साथ है। उसकी भक्ति यात्रा, एक प्रकाशमय प्रवाह
की भांति, आसक्तों को भक्ति के मार्ग पर मार्गदर्शन करना जारी रखती है,
उन्हें पुनः सरल और खुले हृदय के साथ आत्मनिवेदन की अनगिनत कृपा की
यात्रा में रूपांतरित करती है।
</p>
</div>
</div>
</main>
<footer>
<div class="footer-content">
<div class="footer-section">
<h3>About Us</h3>
<p>Your description about the website and its purpose.</p>
</div>
<div class="footer-section">
<h3>Contact Us</h3>
<p>Email: [email protected]</p>
<p>Phone: +1 234 567 890</p>
</div>
<div class="footer-section">
<h3>Follow Us</h3>
<div class="social-icons">
<a href="https://github.com/vishal02527" target="_blank"
><i class="fa-brands fa-github"></i
></a>
<a href="https://codepen.io/Vishal-Kumar25" target="_blank"
><i class="fa-brands fa-codepen"></i
></a>
<a
href="https://www.linkedin.com/in/vishal-kumar-8303a3283"
target="_blank"
><i class="fa-brands fa-linkedin"></i
></a>
</div>
</div>
</div>
<div class="creatorDiv">
<p>© All rights reserved <span id="cyear"></span>, Created by Vishal.</p>
</div>
</footer>
<script>
window.addEventListener('load',()=> {
const year= document.getElementById('cyear');
year.innerHTML=new Date().getFullYear();
});
</script>
<script src="script.js"></script>
<script>
window.onscroll = function () {
toggleScrollTopButton();
};
const scrollTopBtn = document.getElementById("scrollTopBtn");
function toggleScrollTopButton() {
if (
document.body.scrollTop > 100 ||
document.documentElement.scrollTop > 100
) {
scrollTopBtn.style.display = "block"; // Show button after scrolling down
} else {
scrollTopBtn.style.display = "none"; // Hide button when at the top
}
}
scrollTopBtn.onclick = function () {
window.scrollTo({ top: 0, behavior: "smooth" }); // Smooth scroll to top
};
</script>
</body>
</html>