-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
47 lines (37 loc) · 2 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sanatan Bharat - Bhagavad Gita API</title>
<!-- Add meta tags for description and keywords -->
<meta name="description" content="Explore the verses of the Bhagavad Gita on Sanatan Bharat. Experience the wisdom of ancient scriptures.">
<meta name="keywords" content="Hindu, Bhagavad Gita, Mahabharata, Scriptures, API, Free API, Hindu Holy Books">
<!-- Import Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Salsa&family=JetBrains+Mono:wght@400;700&display=swap" rel="stylesheet">
<!-- Import Style.css DON'T MODIFY -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- ABOUT SECTION ADD ABOUT YOURSELF WHAT YOU DID AND HOW YOU CONTRIBUTED -->
<div id="about" class="about">
<h1>Welcome to Sanatani Bharat</h1>
<p>Your source for wisdom, knowledge, and spirituality.</p>
<h2>About Us</h2>
<p>Sanatani Bharat is a platform dedicated to promoting the rich heritage and wisdom of Sanatan Dharma. We aim to provide a space for learning, exploration, and spiritual growth.</p>
<h2>Our Mission</h2>
<p>Our mission is to share the timeless teachings of ancient scriptures, foster a sense of community, and contribute to the well-being of individuals on their spiritual journey.</p>
<h2>Explore the Bhagavad Gita API</h2>
<p>Discover the profound teachings of the Bhagavad Gita through our API. Use the provided GET command to access specific verses and delve into the wisdom of this sacred text.</p>
<!-- ADD YOU NAME HERE AND WHAT YOU DID -->
<h2>Contributors</h2>
<ul>
<li>Prakhar Doneria: The main person behind "Sanatani Bharat" API platform</li>
</ul>
</div>
<!-- Footer Section -->
<footer>
<p class="footer-note">©2024 Sanatan Bharat</p>
</footer>
</body>
</html>