Skip to content

Commit

Permalink
Merge branch 'main' into ui-changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Madhavdua committed Jun 16, 2024
2 parents a1b0017 + 6d0defa commit f169086
Show file tree
Hide file tree
Showing 18 changed files with 1,059 additions and 188 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.
24 changes: 17 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<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 @@ -26,12 +29,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 f169086

Please sign in to comment.