-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
119 lines (109 loc) · 5.57 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="google-site-verification" content="s0NgZfUna7oZRciTFJy8iGGm5lmrNT9Snu_vTjfNGi8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A central hub for projects dedicated to the teachings and life of Jagadguru Shri Kripalu Ji Maharaj, including recitations, life encounters, lecture quotes, and real-world spiritual examples.">
<meta name="keywords" content="Jagadguru, Shri Kripalu Ji Maharaj, Spirituality, Recitations, Life Encounters, Lecture Quotes, Real-World Examples">
<meta name="author" content="kishoriji">
<!-- Open Graph Meta Tags for Social Media Sharing -->
<meta property="og:title" content="Jagadguru Shri Kripalu Ji Maharaj Legacy">
<meta property="og:description" content="Explore projects dedicated to the teachings and life of Jagadguru Shri Kripalu Ji Maharaj.">
<meta property="og:image" content="thumb_cover.jpg">
<meta property="og:url" content="https://kishoriji.github.io/">
<meta property="og:type" content="website">
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Jagadguru Shri Kripalu Ji Maharaj Legacy">
<meta name="twitter:description" content="Explore projects dedicated to the teachings and life of Jagadguru Shri Kripalu Ji Maharaj.">
<meta name="twitter:image" content="thumb_cover.jpg">
<title>Jagadguru Shri Kripalu Ji Maharaj Legacy</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
background-color: #f4f4f4;
}
header {
background-color: #333;
color: #fff;
padding: 1rem;
text-align: center;
}
h1 {
margin: 0;
}
.container {
max-width: 1000px;
margin: auto;
padding: 20px;
}
.project {
background: #fff;
margin-bottom: 20px;
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.project img {
max-width: 100%;
height: auto;
border-radius: 8px;
}
.project h2 {
color: #333;
}
.project p {
color: #555;
}
.project a {
color: #0066cc;
text-decoration: none;
}
.project a:hover {
text-decoration: underline;
}
footer {
text-align: center;
padding: 20px;
background-color: #333;
color: #fff;
margin-top: 40px;
}
</style>
</head>
<body>
<header>
<h1>Jagadguru Shri Kripalu Ji Maharaj Legacy</h1>
</header>
<div class="container">
<section class="project">
<h2><a href="https://github.com/kishoriji/kripalu_recitations_sacred_verses">Kripalu Recitations: Sacred Verses</a></h2>
<p>A collection of short 5 to 30 second verses recited by <strong>Jagadguru Shri Kripalu Ji Maharaj</strong> from revered texts such as the Upanishads, Bhagavad Gita, Bhagwat Purana, Ramayana, various Shastra, various Puranas, and the works of Adi Shankaracharya.</p>
<a href="https://kishoriji.github.io/kripalu_recitations_sacred_verses/"><img src="thumb_cover.jpg" alt="Kripalu Recitations: Sacred Verses"></a>
<p><a href="https://kishoriji.github.io/kripalu_recitations_sacred_verses/">Access the project here</a></p>
</section>
<section class="project">
<h2><a href="https://github.com/kishoriji/kripalu_maharaj_life_encounters">Kripalu Maharaj: Life Encounters</a></h2>
<p>This project highlights various life encounters of <strong>Jagadguru Shri Kripalu Ji Maharaj</strong>, showcasing his divine wisdom and compassion.</p>
<a href="https://kishoriji.github.io/kripalu_maharaj_life_encounters/"><img src="thumb_cover_2.jpg" alt="Kripalu Maharaj: Life Encounters"></a>
<p><a href="https://kishoriji.github.io/kripalu_maharaj_life_encounters/">Access the project here</a></p>
</section>
<section class="project">
<h2><a href="https://github.com/kishoriji/kripalu_maharaj_lecture_quotes">Kripalu Maharaj: Lecture Quotes</a></h2>
<p>A collection of inspiring quotes from the lectures of <strong>Jagadguru Shri Kripalu Ji Maharaj</strong>, filled with spiritual guidance and profound wisdom.</p>
<a href="https://kishoriji.github.io/kripalu_maharaj_lecture_quotes/"><img src="thumb_cover_3.jpg" alt="Kripalu Maharaj: Lecture Quotes"></a>
<p><a href="https://kishoriji.github.io/kripalu_maharaj_lecture_quotes/">Access the project here</a></p>
</section>
<section class="project">
<h2><a href="https://github.com/kishoriji/kripalu_real_word_examples">Kripalu Real-World Examples</a></h2>
<p>This repository explores real-world examples explaining deep spiritual concepts in layman terms derived from teachings of <strong>Jagadguru Shri Kripalu Ji Maharaj</strong>, making them relatable and applicable in daily life.</p>
<a href="https://kishoriji.github.io/kripalu_real_word_examples/"><img src="thumb_cover_4.jpg" alt="Kripalu Real-World Examples"></a>
<p><a href="https://kishoriji.github.io/kripalu_real_word_examples/">Access the project here</a></p>
</section>
</div>
</body>
</html>