Skip to content

Commit

Permalink
Merge branch 'main' into Isha_contributers
Browse files Browse the repository at this point in the history
  • Loading branch information
Isha1233 authored Jun 15, 2024
2 parents bf14b2a + 6d0defa commit a6a8b69
Show file tree
Hide file tree
Showing 19 changed files with 1,104 additions and 294 deletions.
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"editor.tabSize": 2,
"editor.insertSpaces": true
}
Binary file added assets/project-intro.webm
Binary file not shown.
25 changes: 17 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@

<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/assets/Chanakya-Logo.webp" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chanakya Niti - A website of Chanakya's life style</title>
<meta name="description"
content="Explore the life and teachings of Chanakya, an ancient Indian philosopher, economist, and political strategist." />
<meta name="keywords"
content="Chanakya, Niti, lifestyle, philosophy, Indian philosophy, economics, political science" />
<script type="application/ld+json">

<title>Chanakya Niti - A website of Chanakya's life style</title>
<link rel="icon" type="image/svg+xml" href="/src/assets/Chanakya-Logo.webp" />

<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
Expand All @@ -25,12 +27,19 @@
}
</script>

</head>

<body>
<div id="root"></div>

<script type="module" src="/src/main.jsx"></script>
<div>
<div class="wave"></div>
<div class="wave"></div>
<div class="wave"></div>
</div>

<div>
<div class="wave"></div>
<div class="wave"></div>
<div class="wave"></div>
</div>

</body>

</html>
Loading

0 comments on commit a6a8b69

Please sign in to comment.