|
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <title>Bihar Festivals</title> |
6 | 6 | <link rel="stylesheet" href="style.css"> |
| 7 | + |
7 | 8 | </head> |
8 | 9 | <body> |
| 10 | + <!-- HEADING --> |
| 11 | + |
9 | 12 | <header class="sub-hero"> |
10 | | - <h1>Festivals of Bihar</h1> |
| 13 | + <h1 style="font-family:cursive"> |
| 14 | + Festivals of Bihar</h1> |
| 15 | + <h3>Rythm of Devotion, Soul of a State</h3> |
| 16 | + <p class="tagline">Checkout the seamless beauty of festivals of Bihar</p> |
11 | 17 | </header> |
12 | 18 |
|
13 | | - <nav> |
14 | | - <a href="index.html">Home</a> |
15 | | - <a href="culture.html">Culture</a> |
16 | | - <a href="history.html">History</a> |
17 | | - <a href="festivals.html">Festivals</a> |
18 | | - <a href="tourism.html">Tourism</a> |
19 | | - <a href="modern.html">Modern Bihar</a> |
| 19 | + <!-- Navigation --> |
| 20 | + |
| 21 | + <nav class="main-navigation"> |
| 22 | + <div class="nav-container"> |
| 23 | + <a href="index.html" class="nav-link">Home</a> |
| 24 | + <a href="culture.html" class="nav-link">Culture</a> |
| 25 | + <a href="history.html" class="nav-link">History</a> |
| 26 | + <a href="festivals.html" class="nav-link active">Festivals</a> |
| 27 | + <a href="tourism.html" class="nav-link">Tourism</a> |
| 28 | + <a href="modern.html" class="nav-link">Modern Bihar</a> |
| 29 | + </div> |
20 | 30 | </nav> |
21 | 31 |
|
22 | | - <main> |
23 | | - <section> |
24 | | - <h2>Chhath Puja</h2> |
25 | | - <p>Dedicated to the Sun God, celebrated with deep devotion.</p> |
26 | | - </section> |
| 32 | + <!-- MAIN CONTENT --> |
27 | 33 |
|
28 | | - <section> |
29 | | - <h2>Sonepur Mela</h2> |
30 | | - <p>The largest cattle fair in Asia, full of tradition and trade.</p> |
31 | | - </section> |
| 34 | + <main class="main-content"> |
32 | 35 |
|
33 | | - <section> |
34 | | - <h2>Sama-Chakeva</h2> |
35 | | - <p>A folk festival in Mithila region celebrating sibling bonds.</p> |
| 36 | + <section class="hero-section"> |
| 37 | + <h2>Discover Bihar's Festivals </h2> |
| 38 | + <p>There are many festivals in Bihar that are celebrated with great enthusiasm and are also celebrated all over India in some way or the other.</p> |
36 | 39 | </section> |
| 40 | + |
| 41 | + <!-- DIFFERENT FESTIVALS --> |
| 42 | + |
| 43 | + <div class="festival-grid"> |
| 44 | + <div class="feature-card"> |
| 45 | + <img src="assets/images/chath.jpg" alt="Chath Puja" style="width:70%; height:60%; border-radius:12px; margin-bottom:1rem;"> |
| 46 | + <h3>Chhath Puja</h3> |
| 47 | + <p>Dedicated to the Sun God, celebrated with deep devotion.</p> |
| 48 | + <a href="#" class="explore-link">Explore More →</a> |
| 49 | + </div> |
| 50 | + |
| 51 | + <div class="feature-card"> |
| 52 | + <img src="assets/images/Sonepur.jpg" alt="Sonepur Mela" style="width:70%; height:60%; border-radius:12px; margin-bottom:1rem;"> |
| 53 | + <h3>Sonepur Mela</h3> |
| 54 | + <p>The largest cattle fair in Asia, full of tradition and trade.</p> |
| 55 | + <a href="#" class="explore-link">Explore More →</a> |
| 56 | + </div> |
| 57 | + |
| 58 | + <div class="feature-card"> |
| 59 | + <img src="assets/images/Sama_Chakeva.jpg" alt="Sama Chakeva" style="width:70%; height:60%; border-radius:12px; margin-bottom:1rem;"> |
| 60 | + <h3>Sama Chakeva</h3> |
| 61 | + <p>A folk festival in Mithila region celebrating sibling bonds.</p> |
| 62 | + <a href="#" class="explore-link">Explore More →</a> |
| 63 | + </div> |
| 64 | + |
| 65 | + <div class="feature-card"> |
| 66 | + <img src="assets/images/Shravani_Mela.jpg" alt="Shravani Mela" style="width:70%; height:60%; border-radius:12px; margin-bottom:1rem;"> |
| 67 | + <h3>Shravani Mela</h3> |
| 68 | + <p>A religious fair held during the month of Shravan.</p> |
| 69 | + <a href="#" class="explore-link">Explore More →</a> |
| 70 | + </div> |
| 71 | + |
| 72 | + </div> |
| 73 | + |
37 | 74 | </main> |
38 | 75 |
|
| 76 | + <!-- FOOTER --> |
39 | 77 | <footer> |
40 | | - <p>Add more festivals of Bihar here!</p> |
| 78 | + <p>© 2025 Bihar Culture | Designed with 💖 By Ankit <br> |
| 79 | + Bihar's rich heritage reflected in it's festivals</p> |
| 80 | + <br> |
41 | 81 | </footer> |
42 | 82 | </body> |
43 | 83 | </html> |
0 commit comments