-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
79 lines (56 loc) · 3.69 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
</head>
<body>
<a name="#top"></a>
<section class="header">
<div class="logo">
<a href="index.html"><img src="https://i.postimg.cc/0jPcZmWQ/logo.png"></a>
</div>
<div class="nav-menu">
<ul>
<li class="nav-links"><a href="forms.html">9 Forms</a></li>
<li class="nav-links"><a href="temples.html">Temples</a></li>
<li class="nav-links"><a href="calendar.html">Calendar</a></li>
<li class="nav-links"><a href="facts.html">Facts</a></li>
</ul>
</div>
</section>
<section class="about">
<h1>Navratri</h1>
<p>
Navratri is a significant Hindu festival that is observed over nine nights and 10 days during which nine forms of Goddess Durga are worshipped. The festival marks the victory of good over evil. As per the Mahakala Samhita, there are four Navratri in the Vedic calendar named Sharad Navratri, Chaitra Navratri, Magha Gupta Navratri and Ashadha Gupta Navratri. The Navratri that usually falls in September-October is known as Sharad Navratri. It is the most significant Navratri that is celebrated with great fervour and enthusiasm across the country.
</p>
<div class="indexAbt">
<div class="heading"><span class="col1">Days</span><span class="col2">Forms</span></div>
<div><span class="col1"><a href="calendar.html#day1">Day 1</a></span><span class="col2">Shailaputri</span></div>
<div><span class="col1"><a href="calendar.html#day2">Day 2</a></span><span class="col2">Brahmacharini</span></div>
<div><span class="col1"><a href="calendar.html#day3">Day 3</a></span><span class="col2">Chandraghanta</span></div>
<div><span class="col1"><a href="calendar.html#day4">Day 4</a></span><span class="col2">Kushmanda</span></div>
<div><span class="col1"><a href="calendar.html#day5">Day 5</a></span><span class="col2">SkandaMata</span></div>
<div><span class="col1"><a href="calendar.html#day6">Day 6</a></span><span class="col2">Katyayani</span></div>
<div><span class="col1"><a href="calendar.html#day7">Day 7</a></span><span class="col2">Kaalratri</span></div>
<div><span class="col1"><a href="calendar.html#day8">Day 8</a></span><span class="col2">Mahagauri</span></div>
<div><span class="col1"><a href="calendar.html#day9">Day 9</a></span><span class="col2">Siddhidatri</span></div>
</div>
</section>
<div>
<a href="#top"><i class="far fa-arrow-alt-circle-up"></i></a>
</div>
<section class="footer">
<div class="icons">
<a href="https://www.facebook.com/Sanketh2Kumar"><i class="fab fa-facebook-f"></i></a>
<a href="https://twitter.com/Sanketh_Kumar02?s=20"><i class="fab fa-twitter"></i></a>
<a href="https://www.instagram.com/sank8_8d/"><i class="fab fa-instagram"></i></a>
</div>
<h4>Made with <i class="fas fa-heart"></i> by Devotees of Goddess</h4>
</section>
</body>
</html>