forked from akshitagupta15june/Moksh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
632 lines (549 loc) · 40.8 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
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
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="https://cdn.tailwindcss.com?plugins=forms,typography,aspect-ratio,line-clamp"></script>
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet'>
<title>Moksh</title>
<link rel="icon" type="image/x-icon" href="Images/logoBgRemoved.webp" />
<link rel="stylesheet" href="commonStyles.css" />
</head>
<body>
<div class="blogWrapper h-screen overflow-hidden relative">
<!-- Site Menu Links -->
<div
class="dropMenuLinks ease-in-out duration-300 flex flex-col justify-between overflow-y-auto h-screen z-50 absolute top-0 -right-[2000px] backdrop-blur-sm sm:p-12 p-8 bg-white/90 w-screen ">
<!-- Row - 1 -->
<div class="row-1 flex items-center justify-between text-indigo-600 ">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"
class="w-6 h-6 closeDropDown cursor-pointer ease-in-out duration-300 hover:text-indigo-600">
<path fill-rule="evenodd"
d="M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zm-4.28 9.22a.75.75 0 000 1.06l3 3a.75.75 0 101.06-1.06l-1.72-1.72h5.69a.75.75 0 000-1.5h-5.69l1.72-1.72a.75.75 0 00-1.06-1.06l-3 3z"
clip-rule="evenodd" />
</svg>
<h1 class="text-xs uppercase font-semibold tracking-widest">Menu</h1>
</div>
<img src="./Images/logoBgRemoved.webp" alt="" class="h-36 w-36 mx-auto" />
<!-- Row - 2 -->
<div class="">
<a class="flex group items-center relative font-semibold ease-in-out duration-300 pb relative after:content-[''] after:bottom-0 after:h-1 after:w-0 after:left-0 after:absolute after:bg-indigo-600 hover:after:w-full after:ease-in-out after:duration-300 "
href="#mental">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"
class="h-3 w-3 group-hover:text-indigo-600">
<path fill-rule="evenodd"
d="M4.72 3.97a.75.75 0 011.06 0l7.5 7.5a.75.75 0 010 1.06l-7.5 7.5a.75.75 0 01-1.06-1.06L11.69 12 4.72 5.03a.75.75 0 010-1.06zm6 0a.75.75 0 011.06 0l7.5 7.5a.75.75 0 010 1.06l-7.5 7.5a.75.75 0 11-1.06-1.06L17.69 12l-6.97-6.97a.75.75 0 010-1.06z"
clip-rule="evenodd" />
</svg>
<span class="text-md p-3 group-hover:text-indigo-600">Mental Health Problems</span>
</a>
<a class="flex group items-center relative font-semibold ease-in-out duration-300 pb relative after:content-[''] after:bottom-0 after:h-1 after:w-0 after:left-0 after:absolute after:bg-indigo-600 hover:after:w-full after:ease-in-out after:duration-300 "
href="./Blogs/Blog.html">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"
class="h-3 w-3 group-hover:text-indigo-600">
<path fill-rule="evenodd"
d="M4.72 3.97a.75.75 0 011.06 0l7.5 7.5a.75.75 0 010 1.06l-7.5 7.5a.75.75 0 01-1.06-1.06L11.69 12 4.72 5.03a.75.75 0 010-1.06zm6 0a.75.75 0 011.06 0l7.5 7.5a.75.75 0 010 1.06l-7.5 7.5a.75.75 0 11-1.06-1.06L17.69 12l-6.97-6.97a.75.75 0 010-1.06z"
clip-rule="evenodd" />
</svg>
<span class="text-md p-3 group-hover:text-indigo-600">Power of Knowledge Blogs</span>
</a>
<div class="features flex flex-col">
<a href="#" class="flex items-center font-semibold ease-in-out duration-300 p-2">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" class="h-3 w-3">
<path fill-rule="evenodd"
d="M4.72 3.97a.75.75 0 011.06 0l7.5 7.5a.75.75 0 010 1.06l-7.5 7.5a.75.75 0 01-1.06-1.06L11.69 12 4.72 5.03a.75.75 0 010-1.06zm6 0a.75.75 0 011.06 0l7.5 7.5a.75.75 0 010 1.06l-7.5 7.5a.75.75 0 11-1.06-1.06L17.69 12l-6.97-6.97a.75.75 0 010-1.06z"
clip-rule="evenodd" />
</svg>
<span class="text-md p-3">Features</span>
</a>
<!-- Nested Links for features -->
<div class="nestedLinks flex flex-col ml-4">
<a class="flex group items-center relative font-semibold ease-in-out duration-300 pb relative after:content-[''] after:bottom-0 after:h-1 after:w-0 after:left-0 after:absolute after:bg-indigo-600 hover:after:w-full after:ease-in-out after:duration-300 "
href="AR_Meditate/meditation.html">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"
class="h-3 w-3 group-hover:text-indigo-600">
<path fill-rule="evenodd"
d="M16.28 11.47a.75.75 0 010 1.06l-7.5 7.5a.75.75 0 01-1.06-1.06L14.69 12 7.72 5.03a.75.75 0 011.06-1.06l7.5 7.5z"
clip-rule="evenodd" />
</svg>
<span class="text-sm p-3 group-hover:text-indigo-600">Augmented Reality Meditation</span>
</a>
<a class="flex group items-center relative font-semibold ease-in-out duration-300 pb relative after:content-[''] after:bottom-0 after:h-1 after:w-0 after:left-0 after:absolute after:bg-indigo-600 hover:after:w-full after:ease-in-out after:duration-300 "
href="./Iskcon/event.html">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"
class="h-3 w-3 group-hover:text-indigo-600">
<path fill-rule="evenodd"
d="M16.28 11.47a.75.75 0 010 1.06l-7.5 7.5a.75.75 0 01-1.06-1.06L14.69 12 7.72 5.03a.75.75 0 011.06-1.06l7.5 7.5z"
clip-rule="evenodd" />
</svg>
<span class="text-sm p-3 group-hover:text-indigo-600">Iskon Events</span>
</a>
<a class="flex group items-center relative font-semibold ease-in-out duration-300 pb relative after:content-[''] after:bottom-0 after:h-1 after:w-0 after:left-0 after:absolute after:bg-indigo-600 hover:after:w-full after:ease-in-out after:duration-300 "
href="./Divine_page/story.html">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"
class="h-3 w-3 group-hover:text-indigo-600">
<path fill-rule="evenodd"
d="M16.28 11.47a.75.75 0 010 1.06l-7.5 7.5a.75.75 0 01-1.06-1.06L14.69 12 7.72 5.03a.75.75 0 011.06-1.06l7.5 7.5z"
clip-rule="evenodd" />
</svg>
<span class="text-sm p-3 group-hover:text-indigo-600">Divine Activities for all Generation
</span>
</a>
<a class="flex group items-center relative font-semibold ease-in-out duration-300 pb relative after:content-[''] after:bottom-0 after:h-1 after:w-0 after:left-0 after:absolute after:bg-indigo-600 hover:after:w-full after:ease-in-out after:duration-300 "
href="./Pomodro_page/reward.html">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"
class="h-3 w-3 group-hover:text-indigo-600">
<path fill-rule="evenodd"
d="M16.28 11.47a.75.75 0 010 1.06l-7.5 7.5a.75.75 0 01-1.06-1.06L14.69 12 7.72 5.03a.75.75 0 011.06-1.06l7.5 7.5z"
clip-rule="evenodd" />
</svg>
<span class="text-sm p-3 group-hover:text-indigo-600">Pomodoro Spiritual Break</span>
</a>
<a class="flex group items-center relative font-semibold ease-in-out duration-300 pb relative after:content-[''] after:bottom-0 after:h-1 after:w-0 after:left-0 after:absolute after:bg-indigo-600 hover:after:w-full after:ease-in-out after:duration-300 "
href="./shlok_page/motivation.html">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"
class="h-3 w-3 group-hover:text-indigo-600">
<path fill-rule="evenodd"
d="M16.28 11.47a.75.75 0 010 1.06l-7.5 7.5a.75.75 0 01-1.06-1.06L14.69 12 7.72 5.03a.75.75 0 011.06-1.06l7.5 7.5z"
clip-rule="evenodd" />
</svg>
<span class="text-sm p-3 group-hover:text-indigo-600">Read a Shlok</span>
</a>
<a class="flex group items-center relative font-semibold ease-in-out duration-300 pb relative after:content-[''] after:bottom-0 after:h-1 after:w-0 after:left-0 after:absolute after:bg-indigo-600 hover:after:w-full after:ease-in-out after:duration-300 "
href="./Gita-Storyline/storyline.html">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"
class="h-3 w-3 group-hover:text-indigo-600">
<path fill-rule="evenodd"
d="M16.28 11.47a.75.75 0 010 1.06l-7.5 7.5a.75.75 0 01-1.06-1.06L14.69 12 7.72 5.03a.75.75 0 011.06-1.06l7.5 7.5z"
clip-rule="evenodd" />
</svg>
<span class="text-sm p-3 group-hover:text-indigo-600">Gita StoryLine</span>
</a>
<a class="flex group items-center relative font-semibold ease-in-out duration-300 pb relative after:content-[''] after:bottom-0 after:h-1 after:w-0 after:left-0 after:absolute after:bg-indigo-600 hover:after:w-full after:ease-in-out after:duration-300 "
href="./Rejuvenate_page/rejuvenate.html">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"
class="h-3 w-3 group-hover:text-indigo-600">
<path fill-rule="evenodd"
d="M16.28 11.47a.75.75 0 010 1.06l-7.5 7.5a.75.75 0 01-1.06-1.06L14.69 12 7.72 5.03a.75.75 0 011.06-1.06l7.5 7.5z"
clip-rule="evenodd" />
</svg>
<span class="text-sm p-3 group-hover:text-indigo-600">Rejuvenate</span>
</a>
<div id="google_translate_element" class=""></div>
</div>
</div>
</div>
</div>
<div class="contentWrapper h-full overflow-y-auto overflow-x-hidden flex flex-col justify-between">
<!-- Hero Section & Navbar -->
<div
class="heroSection h-[100vh] flex px-0 text-2xl lg:text-lg flex-col items-center bg-[url('./Images/HeroSection.webp')] bg-top bg-no-repeat bg-cover">
<!-- Navbar -->
<div
class="indexNavbar fixed top-0 px-4 py-2 ease-in-out text-white duration-300 flex z-30 items-center justify-between w-full left-0 bg-gradient-to-l from-[#009933] to-[#c4e327]">
<div class="leftSection">
<a class="flex items-center" href="./index.html">
<img src="./Images/New_Logo_2.webp" alt="Moksh Logo" class="w-[4rem] h-[4rem] rounded-full" />
<span
class="ml-3 text-base lg:text-2xl uppercase font-semibold projectName tracking-widest ease-in-out duration-300 hover:text-indigo-600">Moksh</span>
</a>
</div>
<div class="rightSection pr-4">
<div>
<ul class="hidden md:flex items-center gap-10 uppercase text-xs font-semibold tracking-wider ">
<li>
<a href="./index.html"
class="pb-3 hover:text-indigo-600 relative font-semibold after:content-[''] after:bottom-0 after:h-1 after:w-0 after:left-0 after:absolute after:bg-indigo-600 hover:after:w-full after:ease-in-out after:duration-300 ">Home</a>
</li>
<li>
<a href="#mentalHealthComponent"
class="pb-3 hover:text-indigo-600 relative font-semibold after:content-[''] after:bottom-0 after:h-1 after:w-0 after:left-0 after:absolute after:bg-indigo-600 hover:after:w-full after:ease-in-out after:duration-300 ">
Mental Health Problems </a>
</li>
<li>
<a href="./Blogs/Blog.html"
class="pb-3 hover:text-indigo-600 relative font-semibold after:content-[''] after:bottom-0 after:h-1 after:w-0 after:left-0 after:absolute after:bg-indigo-600 hover:after:w-full after:ease-in-out after:duration-300 ">Power
of
Knowledge Blogs </a>
</li>
<li class="relative group">
<a href="#"
class="pb-3 mt-3 group-hover:text-indigo-600 relative font-semibold after:content-[''] after:bottom-0 after:h-1 after:w-0 after:left-0 after:absolute after:bg-indigo-600 group-hover:after:w-full after:ease-in-out after:duration-300 flex items-center">
<span>Features</span>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"
class="ml-2 w-3 h-3 group-hover:rotate-180 ease-in-out group-hover:text-indigo-600 duration-300 ">
<path fill-rule="evenodd"
d="M20.03 4.72a.75.75 0 010 1.06l-7.5 7.5a.75.75 0 01-1.06 0l-7.5-7.5a.75.75 0 011.06-1.06L12 11.69l6.97-6.97a.75.75 0 011.06 0zm0 6a.75.75 0 010 1.06l-7.5 7.5a.75.75 0 01-1.06 0l-7.5-7.5a.75.75 0 111.06-1.06L12 17.69l6.97-6.97a.75.75 0 011.06 0z"
clip-rule="evenodd" />
</svg>
</a>
<div
class="absolute hidden group-hover:flex bg-white text-indigo-600 p-4 w-80 shadow-2xl right-0 top-10 flex-col">
<a href="AR_Meditate/meditation.html"
class="relative pt-5 pb-1 font-semibold after:content-[''] after:bottom-0 after:h-1 after:w-0 after:left-0 after:absolute after:bg-indigo-600 hover:after:w-full after:ease-in-out after:duration-300 ">Augmented
Reality
Meditation</a>
<a href="Iskcon/event.html"
class="relative pt-5 pb-1 font-semibold after:content-[''] after:bottom-0 after:h-1 after:w-0 after:left-0 after:absolute after:bg-indigo-600 hover:after:w-full after:ease-in-out after:duration-300 ">Iskcon
Events</a>
<a href="Divine_page/story.html"
class="relative pt-5 pb-1 font-semibold after:content-[''] after:bottom-0 after:h-1 after:w-0 after:left-0 after:absolute after:bg-indigo-600 hover:after:w-full after:ease-in-out after:duration-300 ">Divine
Activities for all Generation</a>
<a href="Pomodro_page/reward.html"
class="relative pt-5 pb-1 font-semibold after:content-[''] after:bottom-0 after:h-1 after:w-0 after:left-0 after:absolute after:bg-indigo-600 hover:after:w-full after:ease-in-out after:duration-300 ">Pomodoro
Spiritual Break</a>
<a href="shlok_page/motivation.html"
class="relative pt-5 pb-1 font-semibold after:content-[''] after:bottom-0 after:h-1 after:w-0 after:left-0 after:absolute after:bg-indigo-600 hover:after:w-full after:ease-in-out after:duration-300 ">Read
a
Shlok</a>
<a href="./Gita-Storyline/storyline.html"
class="relative pt-5 pb-1 font-semibold after:content-[''] after:bottom-0 after:h-1 after:w-0 after:left-0 after:absolute after:bg-indigo-600 hover:after:w-full after:ease-in-out after:duration-300 ">Gita StoryLine</a>
<a href="Rejuvenate_page/rejuvenate.html"
class="relative pt-5 pb-1 font-semibold after:content-[''] after:bottom-0 after:h-1 after:w-0 after:left-0 after:absolute after:bg-indigo-600 hover:after:w-full after:ease-in-out after:duration-300 ">Rejuvenate</a>
</div>
</li>
</ul>
</div>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
stroke="currentColor"
class="indexOpenDropDown md:hidden h-6 w-6 text-white cursor-pointer ease-in-out duration-300 hover:text-indigo-600">
<path stroke-linecap="round" stroke-linejoin="round"
d="M3.75 6A2.25 2.25 0 016 3.75h2.25A2.25 2.25 0 0110.5 6v2.25a2.25 2.25 0 01-2.25 2.25H6a2.25 2.25 0 01-2.25-2.25V6zM3.75 15.75A2.25 2.25 0 016 13.5h2.25a2.25 2.25 0 012.25 2.25V18a2.25 2.25 0 01-2.25 2.25H6A2.25 2.25 0 013.75 18v-2.25zM13.5 6a2.25 2.25 0 012.25-2.25H18A2.25 2.25 0 0120.25 6v2.25A2.25 2.25 0 0118 10.5h-2.25a2.25 2.25 0 01-2.25-2.25V6zM13.5 15.75a2.25 2.25 0 012.25-2.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-2.25A2.25 2.25 0 0113.5 18v-2.25z" />
</svg>
</div>
</div>
<!-- Hero Section -->
<div
class="heroSectionContent mt-20 h-[calc(90vh-0px)] w-full flex items-center flex-col text-white py-8 relative">
<img src="./Images/OMSymbol.webp" alt="Image of OM" class="OmSymbol" />
<div class="top text-center pt-8">
<h1>
<p class="projectName text-[4em]">Moksh</p>
</h1>
<span class="text-xs italic mt-8 block sm:font-semibold">
<h2>A Spiritual Productivity Tool for Mental Wellness.</h2>
</span>
</div>
<div class="bottom text-center w-full px-8 sm:px-0 sm:w-1/2 mt-4 sm:mt-4 flex flex-col items-center">
<p class="text-sm leading-6 text-center font-semibold">
<h3>It is a spiritual productivity tool designed for individuals who
want to unlock their potential and achieve true balance in life.</h3>
</p>
<div
class="scrollDown w-fit mt-4 circle border-2 border-white p-2 rounded-full flex items-center h-12 ease-in-out duration-300 hover:border-indigo-600 group absolute bottom-5 left-1/2 -translate-x-1/2">
<span class="h-2/4 w-2 inline-block rounded-full bg-white group-hover:bg-indigo-600 animate-bounce">
</span>
</div>
</div>
</div>
</div>
<div class="contentSection flex flex-col items-center pt-12 md:py-0 bg-gray-100" id="mentalHealthComponent">
<!-- Mental Health Problems -->
<div class="mentalHealthVideo my-8 lg:w-3/4" id="mentalhealth">
<h1 class="text-indigo-600 text-center mb-10 uppercase font-semibold">
<span class="pb-2 border-double border-b-4 border-indigo-600" id="mental">Mental Health Problems</span>
</h1>
<iframe src="https://www.youtube.com/embed/BEsKgEGRjYU" title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen="" class="h-[400px] w-full my-12 lg:mx-auto"></iframe>
<!-- <p class="text-justify px-1 font-base text-lg font-serif mb-6"> -->
<div style="text-align: center;">
<p class="text-base leading-8 text-center font-semibold mb-10">
There are numerous mental problems affecting the people in modern society, including fear, false egos, anxiety, comparisons, competitions, peer pressure, and a stressful work environment. Mental health issues can lead to physical discomforts such as headaches, stomach aches, difficulty sleeping, irritability, and an inability to focus. If left unaddressed, chronic stress can exacerbate these symptoms and give rise to more severe health concerns, including anxiety, hypertension, and reduced immunity.
</p>
</div>
</div>
<!-- Moksh Features -->
<div class="features w-full lg:px-12 flex flex-col justify-center items-center md:pb-8">
<h1 class="text-indigo-600 text-center mb-10 uppercase font-semibold">
<span class="pb-2 border-double border-b-4 border-indigo-600">Features</span>
</h1>
<div class="features-card grid grid-cols-1 md:grid-cols-2 xl:grid-cols-3 gap-10 ease-in-out duration-700">
<!-- Card AR -->
<div
class="card cardAr mb-8 md:shadow-2xl h-full md:rounded-md md:overflow-hidden ease-in-out duration-700 relative -right-[2000px] sm:right-0 md:hover:scale-95 hover:scale-100 flex flex-col">
<img src="./Images/armed.webp" alt="armed" class="md:h-[300px] w-full" />
<div class="card-details flex flex-col items-center grow py-4">
<div class="card-heading py-8 md:pt-4 md:py-0 text-indigo-600 font-semibold">
<span>Augmented Reality Meditation</span>
</div>
<div class="card-description flex flex-col grow justify-between py-4 font-medium items-center ">
<p class="text-justify px-8 grow md:px-4">
AR meditation combines ancient teachings of the Gita with
AR technology, making it more accessible and engaging for
modern practitioners. This unique and immersive meditation
experience helps people connect more deeply with their
inner self and the divine.
</p>
<a href="./AR_Meditate/meditation.html"
class="px-3 w-2/3 text-center hover:text-white ease-in-out border-2 border-indigo-600 duration-300 py-3 text-xs mt-3 bg-transparent rounded-md after:rounded-none z-20 text-indigo-600 uppercase tracking-widest relative font-semibold after:content-[''] after:top-0 after:h-full after:w-0 after:left-0 after:absolute after:bg-indigo-600 after:-z-10 hover:after:w-full after:ease-in-out after:duration-300 ">
<span class="">Try
it out</span>
</a>
</div>
<div class="forBorder my-4 w-full py-2 border-b-4 border-b-indigo-600 md:hidden"></div>
</div>
</div>
<!-- Card Iskon -->
<div
class="card cardIskon mb-8 md:shadow-2xl h-full md:rounded-md md:overflow-hidden ease-in-out duration-700 relative -right-[2000px] sm:right-0 md:hover:scale-95 hover:scale-100 flex flex-col">
<img src="./Images/modernIskon.jpeg" alt="modernIskon" class="md:h-[300px] w-full" />
<div class="card-details flex flex-col items-center grow py-4">
<div class="card-heading py-8 md:pt-4 md:py-0 text-indigo-600 font-semibold">
<span>Connect with Iskcon Events</span>
</div>
<div class="card-description flex flex-col grow justify-between py-4 font-medium items-center ">
<p class="text-justify px-8 grow md:px-4">
Moksh platform offers information on local ISKCON events
such as youth festivals, kirtans and lectures, including
details on location, date, time,tickets, website and
requirements. It's ideal for those seeking to deepen their
spiritual practice or connect with the local ISKCON
community.
</p>
<a href="./Iskcon/event.html"
class="px-3 w-2/3 text-center hover:text-white ease-in-out border-2 border-indigo-600 duration-300 py-3 text-xs mt-3 bg-transparent rounded-md after:rounded-none z-20 text-indigo-600 uppercase tracking-widest relative font-semibold after:content-[''] after:top-0 after:h-full after:w-0 after:left-0 after:absolute after:bg-indigo-600 after:-z-10 hover:after:w-full after:ease-in-out after:duration-300 ">Connect</a>
</div>
<div class="forBorder my-4 w-full py-2 border-b-4 border-b-indigo-600 md:hidden"></div>
</div>
</div>
<!-- Card Story -->
<div
class="card cardStory mb-8 md:shadow-2xl h-full md:rounded-md md:overflow-hidden ease-in-out duration-700 relative -right-[2000px] sm:right-0 md:hover:scale-95 hover:scale-100 flex flex-col">
<img src="./Images/modernDivine.webp" alt="modernDivine" class="md:h-[300px] w-full" />
<div class="card-details flex flex-col items-center grow py-4">
<div class="card-heading py-8 md:pt-4 md:py-0 text-indigo-600 font-semibold">
<span>Divine Activities for All Generation</span>
</div>
<div class="card-description flex flex-col grow justify-between py-4 font-medium items-center ">
<p class="text-justify px-8 grow md:px-4">
Moksh offers interactive activities for all generations to
reduce stress and also learn about our holy book
BhagwadGita and its principles. It contains eye exercises
to reduce eye stress while working and also some desk
exercises to reduce back pain while working.
</p>
<a href="./Divine_page/story.html"
class="px-3 w-2/3 text-center hover:text-white ease-in-out border-2 border-indigo-600 duration-300 py-3 text-xs mt-3 bg-transparent rounded-md after:rounded-none z-20 text-indigo-600 uppercase tracking-widest relative font-semibold after:content-[''] after:top-0 after:h-full after:w-0 after:left-0 after:absolute after:bg-indigo-600 after:-z-10 hover:after:w-full after:ease-in-out after:duration-300 ">Read
More</a>
</div>
<div class="forBorder my-4 w-full py-2 border-b-4 border-b-indigo-600 md:hidden"></div>
</div>
</div>
<!-- Card Pomodoro -->
<div
class="card cardClock mb-8 md:shadow-2xl h-full md:rounded-md md:overflow-hidden ease-in-out duration-700 relative -right-[2000px] sm:right-0 md:hover:scale-95 hover:scale-100 flex flex-col">
<img src="./Images/modernPomodoro.webp" alt="modernClock" class="md:h-[300px] w-full" />
<div class="card-details flex flex-col items-center grow py-4">
<div class="card-heading py-8 md:pt-4 md:py-0 text-indigo-600 font-semibold">
<span>Pomodoro Spiritual Break</span>
</div>
<div class="card-description flex flex-col grow justify-between py-4 font-medium items-center ">
<p class="text-justify px-8 grow md:px-4">
This feature promotes spiritual learning and work-life
balance by allowing users to set a Pomodoro timer and
receive alerts to take a break and read a Bhagavad Gita
shloka from the website.This feature on the website
supports users in their journey towards personal growth
and well-being.
</p>
<a href="./Pomodro_page/reward.html"
class="px-3 w-2/3 text-center hover:text-white ease-in-out border-2 border-indigo-600 duration-300 py-3 text-xs mt-3 bg-transparent rounded-md after:rounded-none z-20 text-indigo-600 uppercase tracking-widest relative font-semibold after:content-[''] after:top-0 after:h-full after:w-0 after:left-0 after:absolute after:bg-indigo-600 after:-z-10 hover:after:w-full after:ease-in-out after:duration-300 ">Take
a Break</a>
</div>
<div class="forBorder my-4 w-full py-2 border-b-4 border-b-indigo-600 md:hidden"></div>
</div>
</div>
<!-- Card Shlok -->
<div
class="card cardShlok mb-8 md:shadow-2xl h-full md:rounded-md md:overflow-hidden ease-in-out duration-700 relative -right-[2000px] sm:right-0 md:hover:scale-95 hover:scale-100 flex flex-col">
<img src="./Images/modernShlok.webp" alt="modernShlok" class="md:h-[300px] w-full" />
<div class="card-details flex flex-col items-center grow py-4">
<div class="card-heading py-8 md:pt-4 md:py-0 text-indigo-600 font-semibold">
<span>Read a Shlok</span>
</div>
<div class="card-description flex flex-col grow justify-between py-4 font-medium items-center ">
<p class="text-justify px-8 sm:px-4">
<span class="word-spacing">Meaningful</span>
<span class="word-spacing">and</span>
<span class="word-spacing">motivational</span>
<span class="word-spacing">quotations</span>
can help spark
inspiration and create a sense of purpose. This feature
enables users to read several thought-provoking spiritual
quotes, which can provide a sense of comfort as well as
encourage a connection with the divine.
</p>
<a href="./shlok_page/motivation.html"
class="px-3 w-2/3 text-center hover:text-white ease-in-out border-2 border-indigo-600 duration-300 py-3 text-xs mt-3 bg-transparent rounded-md after:rounded-none z-20 text-indigo-600 uppercase tracking-widest relative font-semibold after:content-[''] after:top-0 after:h-full after:w-0 after:left-0 after:absolute after:bg-indigo-600 after:-z-10 hover:after:w-full after:ease-in-out after:duration-300 ">Read</a>
</div>
<div class="forBorder my-4 w-full py-2 border-b-4 border-b-indigo-600 md:hidden"></div>
</div>
</div>
<!-- Card Rejuvenate -->
<div
class="card cardRejuvenate md:shadow-2xl h-full md:rounded-md md:overflow-hidden ease-in-out duration-700 relative -right-[2000px] sm:right-0 md:hover:scale-95 hover:scale-100 flex flex-col">
<img src="./Images/modernRejuvenate.webp" alt="modernRejuvenate" class="md:h-[300px] w-full" />
<div class="card-details flex flex-col items-center grow py-4">
<div class="card-heading py-8 md:pt-4 md:py-0 text-indigo-600 font-semibold">
<span>Rejuvenate</span>
</div>
<div class="card-description flex flex-col grow justify-between py-4 font-medium items-center ">
<p class="text-justify px-8 sm:px-4">
Here, users may watch inspirational short videos and read
Srila Prabhupada stories to rejuvenate the mind, increase
productivity and focus, and feel more at peace in today's
busy world. Additionally, these stories offer hope in
stressful times and can uplift the spirit.
</p>
<a href="./Rejuvenate_page/rejuvenate.html"
class="px-3 w-2/3 text-center hover:text-white ease-in-out border-2 border-indigo-600 duration-300 py-3 text-xs mt-3 bg-transparent rounded-md after:rounded-none z-20 text-indigo-600 uppercase tracking-widest relative font-semibold after:content-[''] after:top-0 after:h-full after:w-0 after:left-0 after:absolute after:bg-indigo-600 after:-z-10 hover:after:w-full after:ease-in-out after:duration-300 ">Get
Inspired</a>
</div>
</div>
</div>
</div>
</div>
<!-- Contributors List -->
<div
class="contributors mt-8 md:mt-0 flex-col overflow-x-auto flex items-center justify-center bg-blue-100 w-full py-8">
<div class="text-indigo-600 text-center font-semibold w-full sm:w-2/3 p-4">
<span class="pb-2 border-double border-b-4 border-indigo-600 uppercase">Moksh Contributors</span>
<p class="normal mt-4 text-slate-900">
<b>We extend our heartfelt gratitude to these incredible
contributors whose efforts have played a pivotal role in the
success of the Moksh project. ❤️</b>
</p>
</div>
<div class="content flex justify-center">
<p>
<img
src="https://api.vaunt.dev/v1/github/entities/akshitagupta15june/repositories/Moksh/contributors?format=svg&limit=54"
class="w-full h-full scale-75" alt="Community Contributors" />
</p>
</div>
</div>
<!-- Footer -->
<footer class="bg-slate-900 py-4 px-8 lg:px-24 flex flex-col">
<!-- NewsLetter -->
<div
class="mt-8 newsLetter text-slate-300 flex text-xs flex-col justify-center lg:flex-row lg:justify-between items-center">
<!-- Scroll to top -->
<div class="md:pr-8 hover-effect">
<button id="bttbutton" title="backtotop">
<img src="image.svg" class="size md:w-10 md:object-left"/>
</button>
</div>
<!-- Scroll to top -->
<div class="mb-1 text-center lg:text-left w-1/2">
<p class="capitalize text-[11px] font-semibold tracking-wider">Sign Up for our newsletter:</p>
<p>Get weekly updates regarding Moksh.</p>
</div>
<div class="newsLetter flex group ease-in-out duration-300 w-full lg:w-1/2">
<div class=" flex group ease-in-out duration-300 w-full lg:w-2/3">
<input type="email" name="email" id="" placeholder="your email"
class="bg-transparent border border-emerald-600 py-2 rounded-l-md placeholder:text-slate-300 placeholder:text-xs w-full group-hover:border-indigo-600 ease-in-out duration-300 text-sm outline-0">
<button
class="bg-emerald-600 text-slate-300 rounded-r-md px-4 py-2 text-white uppercase subscribeBtn tracking-wider ease-in-out duration-300 group-hover:bg-indigo-600">Subscribe</button>
</div>
</div>
</div>
<!-- Site Nav -->
<div class="mt-8 siteNav flex flex-col lg:flex-row ">
<div class="flex flex-col lg:flex-row items-center text-center lg:text-left lg:w-1/2">
<img src="./Images/logoBgRemoved.webp" alt="Moksh Logo" class="h-24 w-24 lg:mr-4" />
<div class="py-3 font-medium text-white w-2/3 flex flex-col text-xs">
<h1 class="text-3xl projectName">Moksh</h1>
<span>
It is a spiritual productivity tool designed for
individuals who want to unlock their potential and
achieve true balance in life. Join us on our journey to empower the world with spiritual knowledge.
</span>
<div class="social flex justify-center lg:justify-start items-center gap-x-4 mt-4">
<a href="https://github.com/akshitagupta15june/Moksh">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor"
class="bi bi-github text-slate-300 ease-in-out duration-300 hover:text-indigo-600"
viewBox="0 0 16 16">
<path
d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z" />
</svg>
</a>
<a href="https://twitter.com/ExperienceMoksh">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor"
class="bi bi-twitter text-slate-300 ease-in-out duration-300 hover:text-indigo-600"
viewBox="0 0 16 16">
<path
d="M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15z" />
</svg>
</a>
</div>
</div>
</div>
<div
class="site--links capitalize text-xs text-slate-300 grid sm:grid-cols-1 lg:grid-cols-2 mt-4 gap-y-4 lg:w-1/2">
<a href="./index.html"
class="w-full text-center lg:text-left">
<span
class="relative font-semibold ease-in-out duration-300 pb-1 relative after:content-[''] after:bottom-0 after:h-[2px] after:w-0 after:left-0 after:absolute after:bg-indigo-600 hover:text-indigo-600 hover:after:w-full after:ease-in-out after:duration-300">Home</span>
</a>
<a href="./Blogs/Blog.html"
class="w-full text-center lg:text-right">
<span
class="relative font-semibold ease-in-out duration-300 pb-1 relative after:content-[''] after:bottom-0 after:h-[2px] after:w-0 after:left-0 after:absolute after:bg-indigo-600 hover:text-indigo-600 hover:after:w-full after:ease-in-out after:duration-300">Power
of Knowledge blogs</span>
</a>
<a href=" ./AR_Meditate/meditation.html"
class="w-full text-center lg:text-left">
<span
class="relative font-semibold ease-in-out duration-300 pb-1 relative after:content-[''] after:bottom-0 after:h-[2px] after:w-0 after:left-0 after:absolute after:bg-indigo-600 hover:text-indigo-600 hover:after:w-full after:ease-in-out after:duration-300">Augmented
Reality
Meditation</span>
</a>
<a href=" ./Iskcon/event.html"
class="w-full text-center lg:text-right">
<span
class="relative font-semibold ease-in-out duration-300 pb-1 relative after:content-[''] after:bottom-0 after:h-[2px] after:w-0 after:left-0 after:absolute after:bg-indigo-600 hover:text-indigo-600 hover:after:w-full after:ease-in-out after:duration-300">Iskcon
Events</span>
</a>
<a href=" ./Divine_page/story.html"
class="w-full text-center lg:text-left">
<span
class="relative font-semibold ease-in-out duration-300 pb-1 relative after:content-[''] after:bottom-0 after:h-[2px] after:w-0 after:left-0 after:absolute after:bg-indigo-600 hover:text-indigo-600 hover:after:w-full after:ease-in-out after:duration-300">Divine
Activities for all
Generation
</span>
</a>
<a href=" ./Pomodro_page/reward.html"
class="w-full text-center lg:text-right">
<span
class="relative font-semibold ease-in-out duration-300 pb-1 relative after:content-[''] after:bottom-0 after:h-[2px] after:w-0 after:left-0 after:absolute after:bg-indigo-600 hover:text-indigo-600 hover:after:w-full after:ease-in-out after:duration-300">Pomodoro
Spiritual
Break</span>
</a>
<a href=" ./shlok_page/motivation.html"
class="w-full text-center lg:text-left">
<span
class="relative font-semibold ease-in-out duration-300 pb-1 relative after:content-[''] after:bottom-0 after:h-[2px] after:w-0 after:left-0 after:absolute after:bg-indigo-600 hover:text-indigo-600 hover:after:w-full after:ease-in-out after:duration-300">Read
a Shlok</span> </a>
<a href=" ./Rejuvenate_page/rejuvenate.html"
class="w-full text-center lg:text-right"><span
class="relative font-semibold ease-in-out duration-300 pb-1 relative after:content-[''] after:bottom-0 after:h-[2px] after:w-0 after:left-0 after:absolute after:bg-indigo-600 hover:text-indigo-600 hover:after:w-full after:ease-in-out after:duration-300">Rejuvenate</span></a>
</div>
</div>
<!-- Copyright -->
<div class="mt-8 copyRight flex items-center justify-center text-xs text-slate-300 flex-col">
<p class='text-center'>Made with ❤️ by Akshita during XPRESSION'23</p>
<p class="text-indigo-900 font-bold">
© <span id="copyright-year"></span> Moksh. All rights reserved.
</p>
</div>
</footer>
</div>
</div>
</div>
<script src="./scrollUp.js"></script>
<script src="./script.js"></script>
<!-- Copyright Year js file -->
<script src="./copyrightYear.js"></script>
</body>
</html>